Skip to content
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

fix(test): Increase timer for metric diff test #4523

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

iambriccardo
Copy link
Member

@iambriccardo iambriccardo commented Feb 26, 2025

This PR fixes a flaky test that I assumed was flaking because the pending task was not active for enough time in the executor, leading to a difference of 0 being reported when calling metrics.worker_local_schedule_count since the newly scheduled task was the only one pending.

#skip-changelog

@iambriccardo iambriccardo added the Trigger: Full-CI Runs all CI steps in a PR label Feb 26, 2025
@iambriccardo iambriccardo marked this pull request as ready for review February 26, 2025 10:12
@iambriccardo iambriccardo requested a review from a team as a code owner February 26, 2025 10:12
Copy link
Member

@Dav1dde Dav1dde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also just remove the test when it flakes again 👍

@iambriccardo
Copy link
Member Author

We can also just remove the test when it flakes again 👍

Yes, we can keep it monitored and follow up if needed!

@iambriccardo iambriccardo merged commit c5fd4a8 into master Feb 26, 2025
52 of 53 checks passed
@iambriccardo iambriccardo deleted the riccardo/fix/flaky-test branch February 26, 2025 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Trigger: Full-CI Runs all CI steps in a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants