File tree 2 files changed +10
-8
lines changed
test/spec/client-side-encryption/tests/legacy
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 78
78
]
79
79
},
80
80
{
81
- "description" : " current op is not bypassed" ,
81
+ "description" : " kill op is not bypassed" ,
82
82
"clientOptions" : {
83
83
"autoEncryptOpts" : {
84
84
"kmsProviders" : {
90
90
{
91
91
"name" : " runCommand" ,
92
92
"object" : " database" ,
93
- "command_name" : " currentOp " ,
93
+ "command_name" : " killOp " ,
94
94
"arguments" : {
95
95
"command" : {
96
- "currentOp" : 1
96
+ "killOp" : 1 ,
97
+ "op" : 1234
97
98
}
98
99
},
99
100
"result" : {
100
- "errorContains" : " command not supported for auto encryption: currentOp "
101
+ "errorContains" : " command not supported for auto encryption: killOp "
101
102
}
102
103
}
103
104
]
Original file line number Diff line number Diff line change @@ -26,17 +26,18 @@ tests:
26
26
command :
27
27
ping : 1
28
28
command_name : ping
29
- - description : " current op is not bypassed"
29
+ - description : " kill op is not bypassed"
30
30
clientOptions :
31
31
autoEncryptOpts :
32
32
kmsProviders :
33
33
aws : {} # Credentials filled in from environment.
34
34
operations :
35
35
- name : runCommand
36
36
object : database
37
- command_name : currentOp
37
+ command_name : killOp
38
38
arguments :
39
39
command :
40
- currentOp : 1
40
+ killOp : 1
41
+ op : 1234
41
42
result :
42
- errorContains : " command not supported for auto encryption: currentOp "
43
+ errorContains : " command not supported for auto encryption: killOp "
You can’t perform that action at this time.
0 commit comments