Skip to content

Commit 339153c

Browse files
committed
resync handshakeError.json test
Include `runOnRequirements` to skip server versions less than 8.0
1 parent 929ab47 commit 339153c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/libmongoc/tests/json/retryable_writes/unified/handshakeError.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
"tests": [
5656
{
5757
"description": "client.clientBulkWrite succeeds after retryable handshake network error",
58+
"runOnRequirements": [
59+
{
60+
"minServerVersion": "8.0"
61+
}
62+
],
5863
"operations": [
5964
{
6065
"name": "failPoint",
@@ -158,6 +163,11 @@
158163
},
159164
{
160165
"description": "client.clientBulkWrite succeeds after retryable handshake server error (ShutdownInProgress)",
166+
"runOnRequirements": [
167+
{
168+
"minServerVersion": "8.0"
169+
}
170+
],
161171
"operations": [
162172
{
163173
"name": "failPoint",

0 commit comments

Comments
 (0)