File tree Expand file tree Collapse file tree 2 files changed +16
-13
lines changed Expand file tree Collapse file tree 2 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " runCommand spec requirements" ,
3
- "schemaVersion" : " 1.0" ,
4
- "runOnRequirements" : [],
3
+ "schemaVersion" : " 1.5" ,
5
4
"createEntities" : [
6
5
{
7
6
"client" : {
30
29
"id" : " dbWithRC" ,
31
30
"client" : " client" ,
32
31
"databaseName" : " dbWithRC" ,
33
- "readConcern" : {
34
- "level" : " local"
32
+ "databaseOptions" : {
33
+ "readConcern" : {
34
+ "level" : " local"
35
+ }
35
36
}
36
37
}
37
38
},
40
41
"id" : " dbWithWC" ,
41
42
"client" : " client" ,
42
43
"databaseName" : " dbWithWC" ,
43
- "writeConcern" : {
44
- "w" : 0
44
+ "databaseOptions" : {
45
+ "writeConcern" : {
46
+ "w" : 0
47
+ }
45
48
}
46
49
}
47
50
},
Original file line number Diff line number Diff line change 1
1
description : runCommand spec requirements
2
2
3
- schemaVersion : " 1.0"
4
-
5
- runOnRequirements : []
3
+ schemaVersion : " 1.5"
6
4
7
5
createEntities :
8
6
- client :
@@ -20,14 +18,16 @@ createEntities:
20
18
id : dbWithRC
21
19
client : client
22
20
databaseName : dbWithRC
23
- readConcern :
24
- level : ' local'
21
+ databaseOptions :
22
+ readConcern :
23
+ level : ' local'
25
24
- database :
26
25
id : dbWithWC
27
26
client : client
28
27
databaseName : dbWithWC
29
- writeConcern :
30
- w : 0
28
+ databaseOptions :
29
+ writeConcern :
30
+ w : 0
31
31
- session :
32
32
id : session
33
33
client : client
You can’t perform that action at this time.
0 commit comments