-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
7660 Avoid CI stability checks timing out #32202
7660 Avoid CI stability checks timing out #32202
Commits on Dec 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3058ead - Browse repository at this point
Copy the full SHA 3058eadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52e31bb - Browse repository at this point
Copy the full SHA 52e31bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33f8b1b - Browse repository at this point
Copy the full SHA 33f8b1bView commit details
Commits on Dec 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 624e341 - Browse repository at this point
Copy the full SHA 624e341View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b8753 - Browse repository at this point
Copy the full SHA 11b8753View commit details -
better descriptors for announcing results
If the repeat runs stop early to avoid, timeout, a message will be written in the results explaining so.
Configuration menu - View commit details
-
Copy full SHA for c28794e - Browse repository at this point
Copy the full SHA c28794eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b33e6 - Browse repository at this point
Copy the full SHA e0b33e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d357344 - Browse repository at this point
Copy the full SHA d357344View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02e4f87 - Browse repository at this point
Copy the full SHA 02e4f87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36db2c5 - Browse repository at this point
Copy the full SHA 36db2c5View commit details
Commits on Dec 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3f9bddb - Browse repository at this point
Copy the full SHA 3f9bddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3425cf - Browse repository at this point
Copy the full SHA b3425cfView commit details
Commits on Jan 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c93f895 - Browse repository at this point
Copy the full SHA c93f895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d7e6f2 - Browse repository at this point
Copy the full SHA 4d7e6f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2252d91 - Browse repository at this point
Copy the full SHA 2252d91View commit details
Commits on Jan 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2350b76 - Browse repository at this point
Copy the full SHA 2350b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01a2f07 - Browse repository at this point
Copy the full SHA 01a2f07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d9fe27 - Browse repository at this point
Copy the full SHA 2d9fe27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 330124a - Browse repository at this point
Copy the full SHA 330124aView commit details
Commits on Jan 9, 2022
-
ensure run_tests return values are properly accessed
Now that wptrunner's run_tests returns more than 1 value, the return type will be a tuple for the older variables that expect only 1 value. We need to ensure that we pull the expected first value (boolean) out of that tuple.
Configuration menu - View commit details
-
Copy full SHA for 899b794 - Browse repository at this point
Copy the full SHA 899b794View commit details -
run_tests has consistent return values even in fail cases
wptrunner's run_tests would return a tuple only if not issues arose while running, and would return only a boolean in the case of some expected issue. Now a tuple is returned in all instances as expected.
Configuration menu - View commit details
-
Copy full SHA for 42d9f5e - Browse repository at this point
Copy the full SHA 42d9f5eView commit details
Commits on Jan 10, 2022
-
Return full counts in TestStatus class
run_tests will now return a new TestStatus object rather than returning only the number of iterations run. This will allow for more robust statistics to be shown in the future.
Configuration menu - View commit details
-
Copy full SHA for a13f488 - Browse repository at this point
Copy the full SHA a13f488View commit details -
reducing some comments and logs to taking less vertical space.
Configuration menu - View commit details
-
Copy full SHA for e9d90c8 - Browse repository at this point
Copy the full SHA e9d90c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d27581 - Browse repository at this point
Copy the full SHA 9d27581View commit details
Commits on Jan 11, 2022
-
Replace counts with TestStatus object
forego the use of defaultdict counts keeping track of test info/results and instead use the custom class TestStatus.
Configuration menu - View commit details
-
Copy full SHA for 9d11203 - Browse repository at this point
Copy the full SHA 9d11203View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d00729 - Browse repository at this point
Copy the full SHA 6d00729View commit details