Skip to content

test: change timeout in test to not collide with RLTest timeout#7899

Merged
JoanFM merged 1 commit intomasterfrom
test-change-timeout
Dec 26, 2025
Merged

test: change timeout in test to not collide with RLTest timeout#7899
JoanFM merged 1 commit intomasterfrom
test-change-timeout

Conversation

@JoanFM
Copy link
Collaborator

@JoanFM JoanFM commented Dec 25, 2025

In order to get the info we want from the PIDs, we need the test to Timeout in the wait_for_migration_complete, but setting this timeout to 300 ( the same of the general RLTest timeout) seems to collide and does not the test kill the processes with SIGALRM and show the PID info.


Note

Test timeout adjustment

  • Change default timeout in wait_for_migration_complete (tests/pytests/test_asm.py) from 300 to 200 seconds to avoid colliding with RLTest's overall timeout and ensure SIGALRM handling for PID info collection.

Written by Cursor Bugbot for commit 9bcb9f3. This will update automatically on new commits. Configure here.

@JoanFM JoanFM enabled auto-merge December 25, 2025 23:37
@codecov
Copy link

codecov bot commented Dec 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.22%. Comparing base (0b7aee5) to head (9bcb9f3).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7899      +/-   ##
==========================================
- Coverage   84.22%   84.22%   -0.01%     
==========================================
  Files         361      361              
  Lines       56301    56301              
  Branches    15720    15720              
==========================================
- Hits        47420    47418       -2     
- Misses       8665     8667       +2     
  Partials      216      216              
Flag Coverage Δ
flow 85.04% <ø> (-0.11%) ⬇️
unit 51.99% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@JoanFM JoanFM added this pull request to the merge queue Dec 26, 2025
Merged via the queue into master with commit a05239e Dec 26, 2025
32 checks passed
@JoanFM JoanFM deleted the test-change-timeout branch December 26, 2025 01:43
github-merge-queue bot pushed a commit that referenced this pull request Jan 20, 2026
…because of ASM and add asm warnings in profile (#7869)(#7899)(#7913) (#8087)

* manual backport of ASM warnings

* remove some warning

* test: change timeout test to not collide with RLTest timeout

* asm warnings profile

* add new case
github-merge-queue bot pushed a commit that referenced this pull request Jan 20, 2026
…because of ASM and add asm warnings in profile (#7869)(#7899)(#7913) (#8087)

* manual backport of ASM warnings

* remove some warning

* test: change timeout test to not collide with RLTest timeout

* asm warnings profile

* add new case

* test: add condition for source shard to pass migration

* add back time sleep to test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants