Skip to content

Commit 43570e4

Browse files
committed
minServerVersion
1 parent fbeddec commit 43570e4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/spec/run-command/run-command.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@
316316
"sharded-replicaset",
317317
"load-balanced",
318318
"sharded"
319-
]
319+
],
320+
"minServerVersion": "4.4"
320321
}
321322
],
322323
"operations": [

test/spec/run-command/run-command.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ tests:
174174
- description: executes a insert via runCommand inside a transaction
175175
runOnRequirements:
176176
- topologies: [ replicaset, sharded-replicaset, load-balanced, sharded ]
177+
minServerVersion: '4.4'
177178
operations:
178179
- name: withTransaction
179180
object: session

0 commit comments

Comments
 (0)