Skip to content

Conversation

diemol
Copy link
Member

@diemol diemol commented Oct 3, 2025

User description

This takes apart the Stress test to run them on their basic configuration, with only one browser (Chrome), and avoiding the remote configuration because the class itself starts a Grid on the BeforeEach.


PR Type

Tests


Description

  • Split stress tests into separate test suite configuration

  • Remove stress tests from large-tests and medium-tests suites

  • Configure stress tests to run only with Chrome browser

  • Avoid remote configuration conflicts with Grid setup


Diagram Walkthrough

flowchart LR
  A["StressTest.java"] --> B["STRESS_TESTS array"]
  B --> C["stress-tests suite"]
  C --> D["Chrome browser only"]
  E["LARGE_TESTS"] --> F["Remove StressTest.java"]
  G["medium-tests"] --> H["Exclude STRESS_TESTS"]
Loading

File Walkthrough

Relevant files
Tests
BUILD.bazel
Separate stress test suite configuration                                 

java/test/org/openqa/selenium/grid/router/BUILD.bazel

  • Created new STRESS_TESTS array containing StressTest.java
  • Added dedicated stress-tests test suite with Chrome-only configuration
  • Removed StressTest.java from LARGE_TESTS array
  • Updated medium-tests exclusion list to include STRESS_TESTS
+36/-2   

@selenium-ci selenium-ci added C-java Java Bindings B-build Includes scripting, bazel and CI integrations labels Oct 3, 2025
Copy link
Contributor

qodo-merge-pro bot commented Oct 3, 2025

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
No custom compliance provided

Follow the guide to enable custom compliance check.

  • Update
Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

Copy link
Contributor

qodo-merge-pro bot commented Oct 3, 2025

PR Code Suggestions ✨

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Impact
General
Remove redundant JUnit dependencies

Remove the explicit junit-jupiter-api and junit-jupiter-params artifacts from
the deps list, as they are likely already included in the JUNIT5_DEPS variable.

java/test/org/openqa/selenium/grid/router/BUILD.bazel [45-74]

 java_selenium_test_suite(
     name = "stress-tests",
     size = "large",
     srcs = STRESS_TESTS,
     browsers = [
         "chrome",
     ],
     javacopts = [
         "--release",
         TOOLS_JAVA_VERSION,
     ],
     deps = [
         ":support",
         "//java/src/org/openqa/selenium/chrome",
         "//java/src/org/openqa/selenium/grid",
         "//java/src/org/openqa/selenium/grid/config",
         "//java/src/org/openqa/selenium/json",
         "//java/src/org/openqa/selenium/remote",
         "//java/src/org/openqa/selenium/support",
         "//java/test/org/openqa/selenium/environment",
         "//java/test/org/openqa/selenium/grid/testing",
         "//java/test/org/openqa/selenium/remote/tracing:tracing-support",
         "//java/test/org/openqa/selenium/testing:annotations",
         "//java/test/org/openqa/selenium/testing:test-base",
         artifact("com.google.guava:guava"),
-        artifact("org.junit.jupiter:junit-jupiter-api"),
-        artifact("org.junit.jupiter:junit-jupiter-params"),
         artifact("org.assertj:assertj-core"),
     ] + CDP_DEPS + JUNIT5_DEPS,
 )
  • Apply / Chat
Suggestion importance[1-10]: 4

__

Why: The suggestion correctly identifies redundant JUnit dependencies that are likely already included in JUNIT5_DEPS, improving dependency management and code clarity.

Low
  • Update

Copy link
Contributor

qodo-merge-pro bot commented Oct 3, 2025

CI Feedback 🧐

(Feedback updated until commit a40d7ef)

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: Rust / Tests (macos) / Tests (macos)

Failed stage: Run Bazel [❌]

Failed test name: grid_version_test::case_4

Failure summary:

The action failed because the Bazel test target //rust/tests:integration_grid_tests_test
consistently failed (3 attempts). Within this suite, the specific failing test was
grid_version_test::case_4, which panicked at rust/tests/grid_tests.rs:73:5 due to the assertion
assertion failed: jar_name.contains(version_label). Logs show Selenium Grid jar paths (e.g.,
/Users/runner/.cache/selenium/grid/4.8.0/selenium-server-4.8.0.jar, 4.9.0.jar, 4.36.0.jar) being
used from cache, and a warning that the selenium-server release was not available, leading to a
mismatch where the jar name didn’t contain the expected version label.

Relevant error logs:
1:  ##[group]Runner Image Provisioner
2:  Hosted Compute Agent
...

543:  �[32m[1,050 / 1,066]�[0m 20 / 36 tests;�[0m [Prepa] Testing //rust/tests:integration_timeout_tests_test
544:  �[32m[1,051 / 1,066]�[0m 21 / 36 tests;�[0m Testing //rust/tests:integration_browser_download_tests_test; 1s local, disk-cache ... (3 actions running)
545:  �[32m[1,052 / 1,066]�[0m 22 / 36 tests;�[0m Testing //rust/tests:integration_browser_download_tests_test; 2s local, disk-cache ... (3 actions running)
546:  �[32m[1,052 / 1,066]�[0m 22 / 36 tests;�[0m Testing //rust/tests:integration_browser_download_tests_test; 4s local, disk-cache ... (3 actions running)
547:  �[32m[1,053 / 1,066]�[0m 23 / 36 tests;�[0m Testing //rust/tests:integration_browser_download_tests_test; 6s local, disk-cache ... (3 actions running)
548:  �[32m[1,053 / 1,066]�[0m 23 / 36 tests;�[0m Testing //rust/tests:integration_browser_download_tests_test; 7s local, disk-cache ... (3 actions running)
549:  �[32m[1,054 / 1,066]�[0m 24 / 36 tests;�[0m Testing //rust/tests:integration_browser_download_tests_test; 8s local, disk-cache ... (3 actions running)
550:  �[32m[1,055 / 1,066]�[0m 25 / 36 tests;�[0m Testing //rust/tests:integration_browser_download_tests_test; 9s local, disk-cache ... (3 actions running)
551:  �[32m[1,056 / 1,066]�[0m 26 / 36 tests;�[0m Testing //rust/tests:integration_browser_download_tests_test; 10s local, disk-cache ... (3 actions running)
552:  �[32m[1,056 / 1,066]�[0m 26 / 36 tests;�[0m Testing //rust/tests:integration_browser_download_tests_test; 12s local, disk-cache ... (3 actions running)
553:  �[31m�[1mFAIL: �[0m//rust/tests:integration_grid_tests_test (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rust/tests/integration_grid_tests_test/test_attempts/attempt_1.log)
554:  �[31m�[1mFAIL: �[0m//rust/tests:integration_grid_tests_test (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rust/tests/integration_grid_tests_test/test_attempts/attempt_2.log)
555:  �[32m[1,056 / 1,066]�[0m 26 / 36 tests;�[0m Testing //rust/tests:integration_browser_download_tests_test; 13s local, disk-cache ... (3 actions running)
556:  �[31m�[1mFAIL: �[0m//rust/tests:integration_grid_tests_test (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rust/tests/integration_grid_tests_test/test.log)
557:  ==================== Test output for //rust/tests:integration_grid_tests_test:
558:  �[31m�[1mFAILED: �[0m//rust/tests:integration_grid_tests_test (Summary)
559:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rust/tests/integration_grid_tests_test/test.log
560:  running 7 tests
561:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rust/tests/integration_grid_tests_test/test_attempts/attempt_1.log
562:  test grid_error_test::case_1 ... ok
563:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rust/tests/integration_grid_tests_test/test_attempts/attempt_2.log
564:  test grid_error_test::case_2 ... ok
565:  �[32mINFO: �[0mFrom Testing //rust/tests:integration_grid_tests_test:
...

588:  }
589:  ],
590:  "result": {
591:  "code": 0,
592:  "message": "",
593:  "driver_path": "/Users/runner/.cache/selenium/grid/4.36.0/selenium-server-4.36.0.jar",
594:  "browser_path": ""
595:  }
596:  }
597:  test grid_latest_test ... ok
598:  {
599:  "logs": [
600:  {
601:  "level": "WARN",
602:  "timestamp": 1759485717,
603:  "message": "There was an error managing selenium-server (selenium-server release not available); using driver found in the cache"
604:  },
605:  {
606:  "level": "INFO",
607:  "timestamp": 1759485717,
608:  "message": "Driver path: /Users/runner/.cache/selenium/grid/4.8.0/selenium-server-4.8.0.jar"
609:  }
610:  ],
611:  "result": {
612:  "code": 0,
613:  "message": "",
614:  "driver_path": "/Users/runner/.cache/selenium/grid/4.8.0/selenium-server-4.8.0.jar",
615:  "browser_path": ""
616:  }
617:  }
618:  thread 'grid_version_test::case_4' panicked at rust/tests/grid_tests.rs:73:5:
619:  assertion failed: jar_name.contains(version_label)
620:  stack backtrace:
...

673:  28:        0x1040a97f0 - test::run_test_in_process::ha24f79c9802a00df
674:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/test/src/lib.rs:671:27
675:  29:        0x1040a97f0 - test::run_test::{{closure}}::h2eb38d5b94f96a1f
676:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/test/src/lib.rs:592:43
677:  30:        0x104079a90 - test::run_test::{{closure}}::h64477330cac1b8ec
678:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/test/src/lib.rs:622:41
679:  31:        0x104079a90 - std::sys::backtrace::__rust_begin_short_backtrace::h0ed48394d7c0c8df
680:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/sys/backtrace.rs:152:18
681:  32:        0x10407cb54 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h1eb57e2987a57c9a
682:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/thread/mod.rs:559:17
683:  33:        0x10407cb54 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc0ae10c077369b53
684:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/panic/unwind_safe.rs:272:9
685:  34:        0x10407cb54 - std::panicking::catch_unwind::do_call::he425ace888f71f99
686:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/panicking.rs:589:40
687:  35:        0x10407cb54 - std::panicking::catch_unwind::hcea4570418132938
688:  �[32m[1,058 / 1,066]�[0m 28 / 36 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rust/tests:integration_browser_download_tests_test; 14s local, disk-cache ... (3 actions running)
689:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/panicking.rs:552:19
690:  36:        0x10407cb54 - std::panic::catch_unwind::hce1d9d122059b044
691:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/panic.rs:359:14
692:  37:        0x10407cb54 - std::thread::Builder::spawn_unchecked_::{{closure}}::h732b329e007d3b6b
693:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/thread/mod.rs:557:30
694:  38:        0x10407cb54 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf9d9c328caaab3b1
695:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/ops/function.rs:250:5
696:  39:        0x10412a39c - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h37a3edfb4737105e
697:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/alloc/src/boxed.rs:1966:9
698:  40:        0x10412a39c - std::sys::pal::unix::thread::Thread::new::thread_start::h447d747a543e4adc
699:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/sys/pal/unix/thread.rs:107:17
700:  41:        0x180fd7c0c - __pthread_cond_wait
701:  test grid_version_test::case_4 ... FAILED
702:  {
...

722:  "timestamp": 1759485718,
723:  "message": "Driver path: /Users/runner/.cache/selenium/grid/4.9.0/selenium-server-4.9.0.jar"
724:  }
725:  ],
726:  "result": {
727:  "code": 0,
728:  "message": "",
729:  "driver_path": "/Users/runner/.cache/selenium/grid/4.9.0/selenium-server-4.9.0.jar",
730:  "browser_path": ""
731:  }
732:  }
733:  test grid_version_test::case_2 ... ok
734:  failures:
735:  failures:
736:  grid_version_test::case_4
737:  test result: FAILED. 6 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.48s
738:  ================================================================================
...

742:  "logs": [
743:  {
744:  "level": "INFO",
745:  "timestamp": 1759485718,
746:  "message": "Driver path: /Users/runner/.cache/selenium/grid/4.36.0/selenium-server-4.36.0.jar"
747:  }
748:  ],
749:  "result": {
750:  "code": 0,
751:  "message": "",
752:  "driver_path": "/Users/runner/.cache/selenium/grid/4.36.0/selenium-server-4.36.0.jar",
753:  "browser_path": ""
754:  }
755:  }
756:  test grid_latest_test ... ok
757:  test grid_error_test::case_1 ... ok
758:  {
...

796:  }
797:  ],
798:  "result": {
799:  "code": 0,
800:  "message": "",
801:  "driver_path": "/Users/runner/.cache/selenium/grid/4.10.0/selenium-server-4.10.0.jar",
802:  "browser_path": ""
803:  }
804:  }
805:  test grid_version_test::case_3 ... ok
806:  {
807:  "logs": [
808:  {
809:  "level": "WARN",
810:  "timestamp": 1759485718,
811:  "message": "There was an error managing selenium-server (selenium-server release not available); using driver found in the cache"
812:  },
813:  {
814:  "level": "INFO",
815:  "timestamp": 1759485718,
816:  "message": "Driver path: /Users/runner/.cache/selenium/grid/4.9.0/selenium-server-4.9.0.jar"
817:  }
818:  ],
819:  "result": {
820:  "code": 0,
821:  "message": "",
822:  "driver_path": "/Users/runner/.cache/selenium/grid/4.9.0/selenium-server-4.9.0.jar",
823:  "browser_path": ""
824:  }
825:  }
826:  thread 'grid_version_test::case_4' panicked at rust/tests/grid_tests.rs:73:5:
827:  assertion failed: jar_name.contains(version_label)
828:  stack backtrace:
...

893:  34:        0x10027cb54 - std::panicking::catch_unwind::do_call::he425ace888f71f99
894:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/panicking.rs:589:40
895:  35:        0x10027cb54 - std::panicking::catch_unwind::hcea4570418132938
896:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/panicking.rs:552:19
897:  36:        0x10027cb54 - std::panic::catch_unwind::hce1d9d122059b044
898:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/panic.rs:359:14
899:  37:        0x10027cb54 - std::thread::Builder::spawn_unchecked_::{{closure}}::h732b329e007d3b6b
900:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/thread/mod.rs:557:30
901:  38:        0x10027cb54 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf9d9c328caaab3b1
902:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/ops/function.rs:250:5
903:  39:        0x10032a39c - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h37a3edfb4737105e
904:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/alloc/src/boxed.rs:1966:9
905:  40:        0x10032a39c - std::sys::pal::unix::thread::Thread::new::thread_start::h447d747a543e4adc
906:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/sys/pal/unix/thread.rs:107:17
907:  41:        0x180fd7c0c - __pthread_cond_wait
908:  test grid_version_test::case_4 ... FAILED
909:  test grid_error_test::case_2 ... ok
910:  failures:
911:  failures:
912:  grid_version_test::case_4
913:  test result: FAILED. 6 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.49s
914:  ================================================================================
...

918:  "logs": [
919:  {
920:  "level": "INFO",
921:  "timestamp": 1759485719,
922:  "message": "Driver path: /Users/runner/.cache/selenium/grid/4.36.0/selenium-server-4.36.0.jar"
923:  }
924:  ],
925:  "result": {
926:  "code": 0,
927:  "message": "",
928:  "driver_path": "/Users/runner/.cache/selenium/grid/4.36.0/selenium-server-4.36.0.jar",
929:  "browser_path": ""
930:  }
931:  }
932:  test grid_latest_test ... ok
933:  test grid_error_test::case_1 ... ok
934:  {
...

972:  }
973:  ],
974:  "result": {
975:  "code": 0,
976:  "message": "",
977:  "driver_path": "/Users/runner/.cache/selenium/grid/4.10.0/selenium-server-4.10.0.jar",
978:  "browser_path": ""
979:  }
980:  }
981:  test grid_version_test::case_3 ... ok
982:  {
983:  "logs": [
984:  {
985:  "level": "WARN",
986:  "timestamp": 1759485719,
987:  "message": "There was an error managing selenium-server (selenium-server release not available); using driver found in the cache"
988:  },
989:  {
990:  "level": "INFO",
991:  "timestamp": 1759485719,
992:  "message": "Driver path: /Users/runner/.cache/selenium/grid/4.9.0/selenium-server-4.9.0.jar"
993:  }
994:  ],
995:  "result": {
996:  "code": 0,
997:  "message": "",
998:  "driver_path": "/Users/runner/.cache/selenium/grid/4.9.0/selenium-server-4.9.0.jar",
999:  "browser_path": ""
1000:  }
1001:  }
1002:  thread 'grid_version_test::case_4' panicked at rust/tests/grid_tests.rs:73:5:
1003:  assertion failed: jar_name.contains(version_label)
1004:  stack backtrace:
...

1069:  34:        0x100c98b54 - std::panicking::catch_unwind::do_call::he425ace888f71f99
1070:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/panicking.rs:589:40
1071:  35:        0x100c98b54 - std::panicking::catch_unwind::hcea4570418132938
1072:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/panicking.rs:552:19
1073:  36:        0x100c98b54 - std::panic::catch_unwind::hce1d9d122059b044
1074:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/panic.rs:359:14
1075:  37:        0x100c98b54 - std::thread::Builder::spawn_unchecked_::{{closure}}::h732b329e007d3b6b
1076:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/thread/mod.rs:557:30
1077:  38:        0x100c98b54 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf9d9c328caaab3b1
1078:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/ops/function.rs:250:5
1079:  39:        0x100d4639c - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h37a3edfb4737105e
1080:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/alloc/src/boxed.rs:1966:9
1081:  40:        0x100d4639c - std::sys::pal::unix::thread::Thread::new::thread_start::h447d747a543e4adc
1082:  at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/sys/pal/unix/thread.rs:107:17
1083:  41:        0x180fd7c0c - __pthread_cond_wait
1084:  test grid_version_test::case_4 ... FAILED
1085:  test grid_error_test::case_2 ... ok
1086:  failures:
1087:  failures:
1088:  grid_version_test::case_4
1089:  test result: FAILED. 6 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
1090:  ================================================================================
1091:  �[32m[1,058 / 1,066]�[0m 28 / 36 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rust/tests:integration_browser_download_tests_test; 17s local, disk-cache ... (3 actions running)
1092:  �[32m[1,060 / 1,066]�[0m 30 / 36 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rust/tests:integration_browser_download_tests_test; 19s local, disk-cache ... (3 actions running)
1093:  �[32m[1,060 / 1,066]�[0m 30 / 36 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rust/tests:integration_browser_download_tests_test; 21s local, disk-cache ... (3 actions running)
1094:  �[32m[1,061 / 1,066]�[0m 31 / 36 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rust/tests:integration_browser_download_tests_test; 22s local, disk-cache ... (3 actions running)
1095:  �[32m[1,063 / 1,066]�[0m 33 / 36 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rust/tests:integration_browser_download_tests_test; 23s local, disk-cache ... (3 actions running)
1096:  �[32m[1,063 / 1,066]�[0m 33 / 36 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rust/tests:integration_browser_download_tests_test; 24s local, disk-cache ... (3 actions running)
1097:  �[32m[1,065 / 1,066]�[0m 35 / 36 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rust/tests:integration_browser_download_tests_test; 25s local, disk-cache
1098:  �[32m[1,065 / 1,066]�[0m 35 / 36 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rust/tests:integration_browser_download_tests_test; 35s local, disk-cache
1099:  �[32m[1,065 / 1,066]�[0m 35 / 36 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rust/tests:integration_browser_download_tests_test; 67s local, disk-cache
1100:  �[32m[1,065 / 1,066]�[0m 35 / 36 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rust/tests:integration_browser_download_tests_test; 132s local, disk-cache
1101:  �[32m[1,065 / 1,066]�[0m 35 / 36 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rust/tests:integration_browser_download_tests_test; 149s local, disk-cache
1102:  �[32mINFO: �[0mFound 6 targets and 36 test targets...
1103:  �[32mINFO: �[0mElapsed time: 209.566s, Critical Path: 155.50s
1104:  �[32mINFO: �[0m1066 processes: 744 disk cache hit, 287 internal, 1 darwin-sandbox, 34 local.
1105:  �[32mINFO: �[0mBuild completed, 1 test FAILED, 1066 total actions
1106:  //rust:selenium-manager-fmt                                     �[0m�[32m(cached) PASSED�[0m in 0.1s
...

1126:  //rust/tests:integration_browser_download_tests_test                     �[0m�[32mPASSED�[0m in 150.0s
1127:  //rust/tests:integration_browser_tests_test                              �[0m�[32mPASSED�[0m in 6.4s
1128:  //rust/tests:integration_cache_tests_test                                �[0m�[32mPASSED�[0m in 1.2s
1129:  //rust/tests:integration_config_tests_test                               �[0m�[32mPASSED�[0m in 1.6s
1130:  //rust/tests:integration_electron_tests_test                             �[0m�[32mPASSED�[0m in 3.3s
1131:  //rust/tests:integration_exec_driver_tests_test                          �[0m�[32mPASSED�[0m in 2.4s
1132:  //rust/tests:integration_iexplorer_tests_test                            �[0m�[32mPASSED�[0m in 0.9s
1133:  //rust/tests:integration_mirror_tests_test                               �[0m�[32mPASSED�[0m in 6.0s
1134:  //rust/tests:integration_offline_tests_test                              �[0m�[32mPASSED�[0m in 1.4s
1135:  //rust/tests:integration_output_tests_test                               �[0m�[32mPASSED�[0m in 4.5s
1136:  //rust/tests:integration_proxy_tests_test                                �[0m�[32mPASSED�[0m in 0.5s
1137:  //rust/tests:integration_safari_tests_test                               �[0m�[32mPASSED�[0m in 0.1s
1138:  //rust/tests:integration_stable_browser_tests_test                       �[0m�[32mPASSED�[0m in 13.8s
1139:  //rust/tests:integration_timeout_tests_test                              �[0m�[32mPASSED�[0m in 0.3s
1140:  //rust/tests:integration_webview_tests_test                              �[0m�[32mPASSED�[0m in 0.3s
1141:  //rust/tests:integration_grid_tests_test                                 �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 2.6s
1142:  Stats over 3 runs: max = 2.6s, min = 0.6s, avg = 1.3s, dev = 0.9s
1143:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rust/tests/integration_grid_tests_test/test.log
1144:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rust/tests/integration_grid_tests_test/test_attempts/attempt_1.log
1145:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rust/tests/integration_grid_tests_test/test_attempts/attempt_2.log
1146:  Executed 16 out of 36 tests: 35 tests pass and �[0m�[31m�[1m1 fails locally�[0m.
1147:  There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
1148:  �[0m
1149:  ##[error]Process completed with exit code 3.
1150:  Post job cleanup.

@diemol
Copy link
Member Author

diemol commented Oct 3, 2025

Failures are not related to the PR. The test is failing because it is looking for the nightly build of the Grid.

@diemol diemol merged commit 9487181 into trunk Oct 3, 2025
45 of 50 checks passed
@diemol diemol deleted the stress-test branch October 3, 2025 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

B-build Includes scripting, bazel and CI integrations C-java Java Bindings Review effort 2/5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants