Skip to content

Commit 944329d

Browse files
committed
Add commandName "ping" to runCommand arguments.
1 parent 43dea26 commit 944329d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

source/mongodb-handshake/tests/unified/metadata-not-propagated.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"name": "runCommand",
3535
"object": "database",
3636
"arguments": {
37+
"commandName": "ping",
3738
"command": {
3839
"ping": 1
3940
}
@@ -57,6 +58,7 @@
5758
"name": "runCommand",
5859
"object": "database",
5960
"arguments": {
61+
"commandName": "ping",
6062
"command": {
6163
"ping": 1
6264
}

source/mongodb-handshake/tests/unified/metadata-not-propagated.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ tests:
2222
- name: runCommand
2323
object: *database
2424
arguments:
25+
commandName: ping
2526
command:
2627
ping: 1
2728
expectResult:
@@ -36,6 +37,7 @@ tests:
3637
- name: runCommand
3738
object: *database
3839
arguments:
40+
commandName: ping
3941
command:
4042
ping: 1
4143
expectResult:

0 commit comments

Comments
 (0)