-
Notifications
You must be signed in to change notification settings - Fork 11
25.8 Fix integ crossout #1170
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
25.8 Fix integ crossout #1170
Conversation
bf987f5 to
8126097
Compare
QA Validation1 – Failure on teardown: ✅PASSEDContextThe integration test Expected
ValidationThe fix was merged on Dec 1, 2025. By querying the database, we can see that after the last failure on 2025-11-24, there is a subsequent run where the same test is marked as BROKEN, still with the 900000 ms timeout. Additionally, checking the WARNING: Test 'test_scheduler_cpu_preemptive/test.py::test_downscaling[cpu-slot-preemption-timeout-1ms]' has no logs among [], assuming log extraction failed, proceeding with full logConclusionThe fix is working as expected. 2 - New BROKEN expressions2.1 - 00024_random_counters: ❌FAILEDHistorical data (database query) Timeout! Killing process groupto: Timeout! Processes left in process groupbut the specific crossout expression was not updated accordingly. 2.2 - test_storage_s3_queue/test_5.py::test_migration ✅PASSEDThis test was failing intermittently, which makes it very difficult to reproduce locally. Validation:
Based on this, we can consider this change validated. 2.3 - test_storage_s3_queue/test_5.py::test_migration ✅PASSEDThis test was failing intermittently, which makes it very difficult to reproduce locally. Consulting the database and considering the variations [unordered-8], [ordered-1], and [ordered-2], we can see that after inclusion to the known broken tests, all subsequent runs passed, and the test was never marked as BROKEN. Therefore, it was not possible to directly observe the BROKEN state for validation. Validation:
Given this, we can consider this change validated, and the test will continue to be monitored in future runs to ensure that, if it fails again, it is correctly marked as BROKEN. |
|
@strtgbb , as discussed above, could you please update the crossout rule to match the new error message for |
|
The fix for |
Changelog category (leave one):
Fix crossout not working when the error occurred during teardown.
Crossout a few more known fails.
CI/CD Options
Exclude tests:
Regression jobs to run: