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
Actions