Skip to content

Commit

Permalink
Merge #124289
Browse files Browse the repository at this point in the history
124289: roachprod: fix UT to ignore the yaml format r=DarrylWong a=nameisbhaskar

currently, the test is looking for the exact match of the yaml. this can fail as the yaml is generated from a map and the values may not be in the same sequence. a better approach is to use a yaml parser, which will be done very soon.

Fixes: #124276
Epic: none

Co-authored-by: Bhaskarjyoti Bora <[email protected]>
  • Loading branch information
craig[bot] and nameisbhaskar committed May 16, 2024
2 parents 021c72a + 8b8a114 commit e6b9935
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions pkg/roachprod/promhelperclient/client_test.go

0 comments on commit e6b9935

Please sign in to comment.