-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[java] rerun tests with debugging #16893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: trunk
Are you sure you want to change the base?
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
User description
🔗 Related Issues
Implements #16879 for Java
💥 What does this PR do?
Turns on debugging for reruns
🔧 Implementation Notes
I'm honestly not sure if this is needed since it already buffers the logging, but checking to see if this gives more output.Turns out that enabling debug mode gave us 833 lines of debug vs 286, so it's worth doing in Java as well. (https://github.com/SeleniumHQ/selenium/actions/runs/20899827993/job/60044011581). Looks like it is giving remote server information when running against grid.
PR Type
Enhancement, Tests
Description
Enable debug mode for Java test reruns to capture detailed logs
Reduce initial flaky test attempts from 3 to 2 across CI jobs
Add
rerun-with-debugflag to browser and remote test workflowsImprove debugging visibility for grid-related test failures
Diagram Walkthrough
File Walkthrough
ci-java.yml
Enable debug mode and optimize flaky test attempts.github/workflows/ci-java.yml
rerun-with-debug: trueparameter to three test jobconfigurations
--flaky_test_attemptsfrom 3 to 2 in all affected jobs