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

testing: fix test flake in dynamic host volume client tests #24836

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

tgross
Copy link
Member

@tgross tgross commented Jan 10, 2025

The output of GetDynamicHostVolumes is a slice but that slice is constructed from iterating over a map and isn't sorted. Sort the output in the test to eliminate a test flake.

The output of `GetDynamicHostVolumes` is a slice but that slice is constructed
from iterating over a map and isn't sorted. Sort the output in the test to
eliminate a test flake.
@tgross tgross merged commit cca9a53 into main Jan 10, 2025
36 checks passed
@tgross tgross deleted the test-flake-dhv-sorting branch January 10, 2025 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants