Skip to content

Commit

Permalink
Ignore the voyager version in verification
Browse files Browse the repository at this point in the history
  • Loading branch information
hbhanawat committed Oct 16, 2024
1 parent 441994d commit 3abe2e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migtests/scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@ normalize_json() {
jq 'walk(
if type == "object" then
.ObjectNames? |= (if type == "string" then split(", ") | sort | join(", ") else . end) |
.VoyagerVersion? = "IGNORED" |
.DbVersion? = "IGNORED" |
.FilePath? = "IGNORED" |
.OptimalSelectConnectionsPerNode? = "IGNORED" |
Expand Down

0 comments on commit 3abe2e1

Please sign in to comment.