Actions
Bug #51381
closedFunctional test Bootstrap outputs missleading message if DB creditinals are wrong
Start date:
2013-08-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you call the functional tests and your db creditinals are wrong you get a misleading error message that your user has no access to create tables.
1) TYPO3\CMS\Core\Tests\Functional\DataHandling\DataHandlerTest::canCreateTtContent TYPO3\CMS\Core\Tests\Exception: Unable to create database with name typo3-core-dev_test_5b92679. This is probably a permission problem. For this instance this could be fixed executing "GRANT ALL ON `typo3-core-dev_test_%`.* TO `wronguser`@`127.0.0.1`;" /PATH/TO/FOO/TYPO3.CMS/typo3/sysext/core/Tests/FunctionalTestCaseBootstrapUtility.php:285 /PATH/TO/FOO/TYPO3.CMS/typo3/sysext/core/Tests/FunctionalTestCaseBootstrapUtility.php:73 /PATH/TO/FOO/TYPO3.CMS/typo3/sysext/core/Tests/FunctionalTestCase.php:120 /PATH/TO/FOO/TYPO3.CMS/typo3/sysext/core/Tests/Functional/DataHandling/DataHandlerTest.php:37
There should be a check if the user is allowed to login first.
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23388
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23388
Updated by Anonymous about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 50701a031fc83ea73a4b8633b8677a11852a5883.
Updated by Gerrit Code Review about 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch master_new has been pushed to the review server.
It is available at https://review.typo3.org/23418
Updated by Wouter Wolters about 11 years ago
- Status changed from Under Review to Resolved
Actions