Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Intermittent test failure in 'TestGitGenerateParamsFromFiles/handles_error_during_getting_repo_file_contents' #96

Merged
merged 1 commit into from Jan 18, 2021

Conversation

jgwest
Copy link
Member

@jgwest jgwest commented Jan 13, 2021

The test failure was due to differing ordering of entries within a map between test runs; the fix is to use assert.ElementsMatch(...) as suggested by @mgoodness, plus ensuring a deterministic ordering in the order in which paths are processed by the generator (which end users of the generator should find to be a preferable behaviour).

Parent issue #92

@wtam2018
Copy link
Collaborator

/LGTM

@mgoodness mgoodness mentioned this pull request Jan 14, 2021
@OmerKahani OmerKahani merged commit 170a6dd into argoproj:master Jan 18, 2021
@jgwest jgwest deleted the test-git-generate-92 branch May 14, 2021 13:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants