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

Force ordering on MemoryLeaksTest to make it deterministic. #9084

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

Force ordering on MemoryLeaksTest to make it deterministic.

This test would miss errors when sharding was used, making it
brittle. It also had an issue where if the between test
tests were ordered towards the end of the list, they would
miss out on bugs where static state created once per test class would
leak but not during those two tests. By forcing these tests to be the first
ones that run using alphabetically ordering, we can ensure bugs like that
are caught both internally and on github.

@copybara-service copybara-service bot force-pushed the piper_634877599 branch 2 times, most recently from 4cae2b7 to 5188b01 Compare May 17, 2024 22:03
@copybara-service copybara-service bot closed this May 17, 2024
@copybara-service copybara-service bot deleted the piper_634877599 branch May 17, 2024 22:10
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.

None yet

0 participants