Bug #88937
closedFunctional tests for cache backends not scoped
100%
Description
Executing the tests for cache backends alone is not possible due to errors:
$ Build/Scripts/runTests.sh -s functional -d sqlite typo3/sysext/core/Tests/Functional/Cache/Backend Creating network "local_default" with the default driver Creating local_redis4_1 ... done Creating local_memcached1-5_1 ... done PHP 7.2.15-1+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Feb 8 2019 15:38:01) ( NTS ) PHPUnit 8.1.6 by Sebastian Bergmann and contributors. ..EEEEEEEEEEEEEE............................................... 63 / 100 ( 63%) ..................................... 100 / 100 (100%) Time: 5.69 seconds, Memory: 68.25 MB There were 14 errors: 1) TYPO3\CMS\Core\Tests\Functional\Cache\Backend\MemcachedBackendTest::itIsPossibleToSetAndCheckExistenceInCache TypeError: Return value of TYPO3\CMS\Core\Core\Environment::getProjectPath() must be of the type string, null returned typo3/src/master/typo3/sysext/core/Classes/Core/Environment.php:132 typo3/src/master/typo3/sysext/core/Classes/Cache/Backend/MemcachedBackend.php:207 typo3/src/master/typo3/sysext/core/Tests/Functional/Cache/Backend/MemcachedBackendTest.php:94 // yadda yadda
Updated by Gerrit Code Review over 5 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61478
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61478
Updated by Gerrit Code Review over 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61478
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61463
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61463
Updated by Andreas Fernandez over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cb5514bf086d0313113f79a67dbec28027286fcf.
Updated by Gerrit Code Review over 5 years ago
- Status changed from Resolved to Under Review
Patch set 3 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61463
Updated by Andreas Fernandez over 5 years ago
- Status changed from Under Review to Resolved
Applied in changeset 7755f8209d74f7c7222ef99b167e2105f414e8f2.