From fe2e6eb76c93b0a3d8f2ce49ce42009a4d9189f8 Mon Sep 17 00:00:00 2001 From: michalsn Date: Thu, 9 Apr 2026 21:30:21 +0200 Subject: [PATCH 1/2] refactor: pass --do-not-cache-result to prevent shared cache corruption --- .github/scripts/run-random-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/run-random-tests.sh b/.github/scripts/run-random-tests.sh index 23a90f955e2f..3840fbd78d6b 100755 --- a/.github/scripts/run-random-tests.sh +++ b/.github/scripts/run-random-tests.sh @@ -486,6 +486,7 @@ run_component_tests() { "$test_dir" "--colors=never" "--no-coverage" + "--do-not-cache-result" "--order-by=random" "--random-order-seed=${random_seed}" "--log-events-text" From b15cb60a580d10235b2c7e714ba0ee0ec5feaa3e Mon Sep 17 00:00:00 2001 From: michalsn Date: Thu, 9 Apr 2026 21:41:51 +0200 Subject: [PATCH 2/2] apply code suggestion Co-authored-by: John Paul E Balandan --- .github/scripts/run-random-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/run-random-tests.sh b/.github/scripts/run-random-tests.sh index 3840fbd78d6b..52568c2c2e07 100755 --- a/.github/scripts/run-random-tests.sh +++ b/.github/scripts/run-random-tests.sh @@ -612,7 +612,7 @@ run_component_tests() { fi { - echo "> ${phpunit_args[@]:0:6}" + echo "> ${phpunit_args[@]:0:7}" echo "" echo "$output" echo "$predecessor_info"