Skip to content

Commit 0a59309

Browse files
committed
Update unified format command monitoring test
Ignore cursor test starting with 5.0 server, as expectations have changed slightly for the behavior of cursors. JAVA-4180
1 parent aeadc09 commit 0a59309

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

driver-core/src/test/resources/unified-test-format/valid-pass/poc-command-monitoring.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@
5757
],
5858
"tests": [
5959
{
60-
"description": "A successful find event with a getmore and the server kills the cursor",
60+
"description": "A successful find event with a getmore and the server kills the cursor (<= 4.4)",
6161
"runOnRequirements": [
6262
{
6363
"minServerVersion": "3.1",
64+
"maxServerVersion": "4.8.99",
6465
"topologies": [
6566
"single",
6667
"replicaset"

0 commit comments

Comments
 (0)