File tree 3 files changed +86
-2
lines changed
unified-test-format/valid-pass
3 files changed +86
-2
lines changed Original file line number Diff line number Diff line change 195
195
"object" : " collection1" ,
196
196
"name" : " estimatedDocumentCount" ,
197
197
"expectError" : {
198
- "isError " : true
198
+ "isClientError " : true
199
199
}
200
200
}
201
201
],
241
241
"object" : " collection0" ,
242
242
"name" : " estimatedDocumentCount" ,
243
243
"expectError" : {
244
- "isError " : true
244
+ "isClientError " : true
245
245
}
246
246
}
247
247
],
Original file line number Diff line number Diff line change
1
+ {
2
+ "description" : " expectedError-isClientError" ,
3
+ "schemaVersion" : " 1.3" ,
4
+ "runOnRequirements" : [
5
+ {
6
+ "minServerVersion" : " 4.0" ,
7
+ "topologies" : [
8
+ " single" ,
9
+ " replicaset"
10
+ ]
11
+ },
12
+ {
13
+ "minServerVersion" : " 4.1.7" ,
14
+ "topologies" : [
15
+ " sharded" ,
16
+ " load-balanced"
17
+ ]
18
+ }
19
+ ],
20
+ "createEntities" : [
21
+ {
22
+ "client" : {
23
+ "id" : " client0" ,
24
+ "useMultipleMongoses" : false
25
+ }
26
+ },
27
+ {
28
+ "database" : {
29
+ "id" : " database0" ,
30
+ "client" : " client0" ,
31
+ "databaseName" : " test"
32
+ }
33
+ }
34
+ ],
35
+ "tests" : [
36
+ {
37
+ "description" : " isClientError considers network errors" ,
38
+ "operations" : [
39
+ {
40
+ "name" : " failPoint" ,
41
+ "object" : " testRunner" ,
42
+ "arguments" : {
43
+ "client" : " client0" ,
44
+ "failPoint" : {
45
+ "configureFailPoint" : " failCommand" ,
46
+ "mode" : {
47
+ "times" : 1
48
+ },
49
+ "data" : {
50
+ "failCommands" : [
51
+ " ping"
52
+ ],
53
+ "closeConnection" : true
54
+ }
55
+ }
56
+ }
57
+ },
58
+ {
59
+ "name" : " runCommand" ,
60
+ "object" : " database0" ,
61
+ "arguments" : {
62
+ "commandName" : " ping" ,
63
+ "command" : {
64
+ "ping" : 1
65
+ }
66
+ },
67
+ "expectError" : {
68
+ "isClientError" : true
69
+ }
70
+ }
71
+ ]
72
+ }
73
+ ]
74
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "description" : " operation-empty_array" ,
3
+ "schemaVersion" : " 1.0" ,
4
+ "tests" : [
5
+ {
6
+ "description" : " Empty operations array" ,
7
+ "operations" : []
8
+ }
9
+ ]
10
+ }
You can’t perform that action at this time.
0 commit comments