We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee6c13 commit de3d4ccCopy full SHA for de3d4cc
tests/UnifiedSpecTests/read-write-concern/default-write-concern-3.4.json
@@ -1,6 +1,6 @@
1
{
2
"description": "default-write-concern-3.4",
3
- "schemaVersion": "1.0",
+ "schemaVersion": "1.4",
4
"runOnRequirements": [
5
6
"minServerVersion": "3.4"
@@ -55,6 +55,11 @@
55
"tests": [
56
57
"description": "Aggregate with $out omits default write concern",
58
+ "runOnRequirements": [
59
+ {
60
+ "serverless": "forbid"
61
+ }
62
+ ],
63
"operations": [
64
65
"object": "collection0",
@@ -220,6 +225,11 @@
220
225
},
221
226
222
227
"description": "MapReduce omits default write concern",
228
229
230
231
232
223
233
224
234
235
"name": "mapReduce",
0 commit comments