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

configfile: sort members in setEnv #2417

Merged
merged 1 commit into from
Nov 22, 2024
Merged

configfile: sort members in setEnv #2417

merged 1 commit into from
Nov 22, 2024

Conversation

gcurtis
Copy link
Collaborator

@gcurtis gcurtis commented Nov 21, 2024

The TestSetEnv test is flaking due to the random iteration order of maps. Sort the new members to make the field order deterministic. Move the test cases into file_test.go with the other AST tests.

The `TestSetEnv` test is flaking due to the random iteration order of
maps. Sort the new members to make the field order deterministic. Move
the test cases into `file_test.go` with the other AST tests.
@gcurtis gcurtis merged commit 3c4df04 into main Nov 22, 2024
29 checks passed
@gcurtis gcurtis deleted the gcurtis/ast-setenv branch November 22, 2024 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants