Skip to content
Snippets Groups Projects
  1. Jun 15, 2022
  2. Jun 14, 2022
  3. Jun 13, 2022
  4. Jun 11, 2022
  5. Jun 10, 2022
  6. Jun 07, 2022
  7. Jun 06, 2022
  8. Jun 03, 2022
  9. May 28, 2022
  10. May 27, 2022
  11. May 19, 2022
  12. May 11, 2022
  13. May 10, 2022
  14. May 07, 2022
  15. May 06, 2022
  16. May 04, 2022
  17. May 03, 2022
  18. Apr 27, 2022
  19. Apr 25, 2022
  20. Apr 20, 2022
  21. Apr 16, 2022
  22. Apr 12, 2022
  23. Apr 06, 2022
    • Stefan Bürk's avatar
      [BUGFIX] Align functional splitting to chunk execution · 038bab88
      Stefan Bürk authored
      The check for doing the functional test splitting
      script and running the selected chunk used similar
      but different minimum chunk value to check against.
      Thus the splitting script has not been executed in
      all chunk execution contexts.
      
      This patch uses now exactly the same check in the
      'Build/Scripts/runTests.sh' like it is defined in
      the corresponding docker-compose service config.
      
      Furthermore all previous created functional split
      files are now removed to avoid leftovers, which
      occured if re-run has lower chunksize defined.
      
      Example which is now properly fixed:
      
      > Build/Scripts/runTests.sh -s functional -c 1/1
      
      Example with partial part files from previous run:
      
      > Build/Scripts/runTests.sh -s functional -c 1/10
      > Build/Scripts/runTests.sh -s functional -c 1/8
      
      Resolves: #97283
      Releases: main, 11.5, 10.4
      Change-Id: Id3a0d1c85540b4e7e46aaea69cf2d96839e8e72e
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74194
      
      
      Tested-by: default avatarcore-ci <typo3@b13....>
      038bab88