Skip to content

Commit 2012ce3

Browse files
GODRIVER-3445 command-logging-and-monitoring
1 parent 70670c4 commit 2012ce3

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

internal/integration/unified/unified_spec_test.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import (
1010
"context"
1111
"strings"
1212
"testing"
13-
14-
"go.mongodb.org/mongo-driver/v2/internal/spectest"
1513
)
1614

1715
var (
@@ -25,9 +23,8 @@ var (
2523
//"load-balancers",
2624
//
2725
//spectest.TestPath(3, "collection-management"),
28-
spectest.TestPath(3, "command-monitoring"),
29-
//"command-monitoring",
30-
//"command-monitoring/logging",
26+
//spectest.TestPath(3, "command-logging-and-monitoring", "monitoring"),
27+
//spectest.TestPath(3, "command-logging-and-monitoring", "logging"),
3128
//"connection-monitoring-and-pooling/logging",
3229
//"sessions",
3330
//"retryable-reads/unified",

internal/spectest/skip.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ var skipTests = map[string]string{
247247
// Compatibility Field
248248
"TestUnifiedSpec/server-discovery-and-monitoring/unified/auth-network-timeout-error.json/Reset_server_and_pool_after_network_timeout_error_during_authentication": "Uses unsupported socketTimeoutMS",
249249
"TestUnifiedSpec/server-discovery-and-monitoring/unified/find-network-timeout-error.json/Ignore_network_timeout_error_on_find": "Uses unsupported socketTimeoutMS",
250-
"TestUnifiedSpec/command-monitoring/find.json/A_successful_find_with_options": "Uses unsupported maxTimeMS",
250+
"TestUnifiedSpec/specifications/source/command-logging-and-monitoring/tests/monitoring/find.json/A_successful_find_with_options": "Uses unsupported maxTimeMS",
251251
"TestUnifiedSpec/specifications/source/crud/tests/unified/estimatedDocumentCount.json/estimatedDocumentCount_with_maxTimeMS": "Uses unsupported maxTimeMS",
252252
"TestUnifiedSpec/run-command/runCursorCommand.json/supports_configuring_getMore_maxTimeMS": "Uses unsupported maxTimeMS",
253253

0 commit comments

Comments
 (0)