-
Christian Kuhn authored
The '-c x/y' option for acceptance and functional jobs now allows to split the set of acceptance/functional tests into chuncks just like the CI does to share resources between multiple parallel jobs. Adding this to runTests.sh allows to replay the exact same list of tests that CI does. This example will execute tests of chunk 3 from 10 chunks with mariadb and php 7.4: Build/Scripts/runTests.sh -s functional -d mariadb -p 7.4 -c 3/10 Resolves: #93361 Releases: master, 10.4, 9.5 Change-Id: I5753a8f83a3ebec6823cb0b44d4ca35f3a64055f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67526 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Simon Gilli <typo3@gilbertsoft.org> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Simon Gilli <typo3@gilbertsoft.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
f30bb99a