Actions
Bug #97123
closedResourceCompressorTest.php fails in random ordered unit tests
Start date:
2022-03-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
https://git.typo3.org/typo3/CI/cms/-/jobs/1109375
1) TYPO3\CMS\Core\Tests\Unit\Resource\ResourceCompressorTest::getFilenamesFromMainDirInBackendContext with data set #3 ('typo3temp/assets/compressed/.htaccess', '../typo3temp/assets/compresse...access') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -'../typo3temp/assets/compressed/.htaccess' +'typo3temp/assets/compressed/.htaccess' /builds/typo3/CI/cms/typo3/sysext/core/Tests/Unit/Resource/ResourceCompressorTest.php:604
Steps to reproduce:
rm -rf typo3temp/Build/Scripts/runTests.sh -s unitRandom -o 1646183048
Also reproducible with:
rm -f typo3temp/assets/compressed/.htaccess && Build/Scripts/runTests.sh -s unit -e "--filter getFilenamesFromMainDirInBackendContext" typo3/sysext/core/Tests/Unit/Resource/ResourceCompressorTest.php
Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73831
Updated by Benjamin Franzke almost 3 years ago
- Related to Task #97030: Use dependency injection in PageRenderer added
Updated by Gerrit Code Review almost 3 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73831
Updated by Benjamin Franzke almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 04ffa8f5aabf036dca17b79abf8c241b9437e8a7.
Actions