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(tests): Fix flaky test_readiness_not_enough_memory_bytes #4115

Merged
merged 10 commits into from
Oct 8, 2024

Conversation

jjbayer
Copy link
Member

@jjbayer jjbayer commented Oct 7, 2024

Unflake test_readiness_not_enough_memory and test_readiness_not_enough_bytes. The relay errors expected by these tests did not always occur in order, and not always within 1 second.

I confirmed by brute force that these tests no longer fail, even with 100 repetitions: https://github.com/getsentry/relay/actions/runs/11235435151/job/31233375132?pr=4115#step:8:735

Fixes #4090.

#skip-changelog

@iambriccardo
Copy link
Member

As discussed offline, let's first try to re-run in CI the new timeouts to have a higher degree of confidence that flakiness is reduced.

@jjbayer jjbayer changed the title fix(tests): more timeouts fix(tests): Fix flaky test_readiness_not_enough_memory_bytes Oct 8, 2024
@jjbayer jjbayer marked this pull request as ready for review October 8, 2024 13:19
@jjbayer jjbayer requested a review from a team as a code owner October 8, 2024 13:19
@jjbayer jjbayer enabled auto-merge (squash) October 8, 2024 13:20
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.

🙏

@jjbayer jjbayer merged commit d1e950f into master Oct 8, 2024
23 checks passed
@jjbayer jjbayer deleted the fix/test-timeout-again branch October 8, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Flaky CI]: test_readiness_not_enough_memory_bytes
3 participants