diff --git a/.github/workflows/json-regenerate-check.yml b/.github/workflows/json-regenerate-check.yml index a6bd6ce970..6d70308042 100644 --- a/.github/workflows/json-regenerate-check.yml +++ b/.github/workflows/json-regenerate-check.yml @@ -31,4 +31,4 @@ jobs: python3 ./source/client-side-encryption/etc/generate-test.py ./source/client-side-encryption/etc/test-templates/*.template ./source/client-side-encryption/tests/legacy python3 ./source/client-side-operations-timeout/etc/generate-basic-tests.py ./source/client-side-operations-timeout/etc/templates ./source/client-side-operations-timeout/tests python3 ./source/etc/generate-handshakeError-tests.py - cd source && make && git diff --exit-code + cd source && make -B && git diff --exit-code diff --git a/source/server-discovery-and-monitoring/tests/rs/null_election_id-pre-6.0.json b/source/server-discovery-and-monitoring/tests/rs/null_election_id-pre-6.0.json index 9e7ccc6e7f..7261fbfc2a 100644 --- a/source/server-discovery-and-monitoring/tests/rs/null_election_id-pre-6.0.json +++ b/source/server-discovery-and-monitoring/tests/rs/null_election_id-pre-6.0.json @@ -66,7 +66,7 @@ "$oid": "000000000000000000000002" }, "minWireVersion": 0, - "maxWireVersion": 21 + "maxWireVersion": 7 } ] ], diff --git a/source/unified-test-format/tests/invalid/runOnRequirement-authMechanism-type.json b/source/unified-test-format/tests/invalid/runOnRequirement-authMechanism-type.json index b97654a743..007f3f304c 100644 --- a/source/unified-test-format/tests/invalid/runOnRequirement-authMechanism-type.json +++ b/source/unified-test-format/tests/invalid/runOnRequirement-authMechanism-type.json @@ -9,9 +9,7 @@ "tests": [ { "description": "foo", - "operations": [ - - ] + "operations": [] } ] }