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

Order the resources in get to fix test failures #170

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

cchen666
Copy link
Contributor

It seems that sometimes the test could fail because map doesn't guarantee the order. To reproduce it, simply run the test and the test will fail at TestHandleEmptyWideOutput

$ go test ./... -count=50

With this patch, the test no longer fails

@cchen666 cchen666 changed the title Order the resources in get Order the resources in get to fix test failures Jun 11, 2024
@cchen666
Copy link
Contributor Author

This should resolve #169 and #168 test failures

@gmeghnag gmeghnag merged commit 2a7612f into gmeghnag:main Jun 12, 2024
1 check passed
@gmeghnag
Copy link
Owner

@cchen666 thank you!

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.

2 participants