diff --git a/tests/mongo-go-driver b/tests/mongo-go-driver index 6d8141849..6c7e1241b 160000 --- a/tests/mongo-go-driver +++ b/tests/mongo-go-driver @@ -1 +1 @@ -Subproject commit 6d814184973ae7ffc13281c93b423dc522a4bcca +Subproject commit 6c7e1241b747d2fb5d164c9ca9d17617f33e7899 diff --git a/tests/mongo-go-driver.yml b/tests/mongo-go-driver.yml index 21e4f7669..f87a6520d 100644 --- a/tests/mongo-go-driver.yml +++ b/tests/mongo-go-driver.yml @@ -87,15 +87,13 @@ results: ferretdb: stats: expected_fail: 10 - expected_skip: 19 - expected_pass: 633 + expected_skip: 16 + expected_pass: 632 ignore: # returns unknown result. - go.mongodb.org/mongo-driver/mongo/integration/TestClientStress - - go.mongodb.org/mongo-driver/x/mongo/driver/topology/TestCMAPProse - # returns unknown result. - go.mongodb.org/mongo-driver/examples/documentation_examples/TestDocumentationExamples/IndexExamples @@ -124,8 +122,6 @@ results: - go.mongodb.org/mongo-driver/mongo/integration/TestClient/retry_writes_error_20_wrapped/write_error_code_19_right_msg - go.mongodb.org/mongo-driver/mongo/integration/TestClient/retry_writes_error_20_wrapped/write_error_code_20 - go.mongodb.org/mongo-driver/mongo/integration/TestClient/retry_writes_error_20_wrapped/write_error_code_20_wrong_msg - - go.mongodb.org/mongo-driver/mongo/integration/TestCausalConsistency_NotSupported - - go.mongodb.org/mongo-driver/mongo/integration/TestCausalConsistency_NotSupported/afterClusterTime_not_included - go.mongodb.org/mongo-driver/mongo/integration/TestCausalConsistency_NotSupported/clusterTime_not_included - go.mongodb.org/mongo-driver/mongo/integration/TestChangeStream_Standalone - go.mongodb.org/mongo-driver/mongo/integration/TestChangeStream_Standalone/no_custom_standalone_error @@ -157,6 +153,10 @@ results: - go.mongodb.org/mongo-driver/x/mongo/driver/integration/TestAggregate/Multiple_Batches - go.mongodb.org/mongo-driver/x/mongo/driver/integration/TestAggregate/TestMaxTimeMSInGetMore fail: + # panics: runtime error: invalid memory address or nil pointer dereference + - go.mongodb.org/mongo-driver/mongo/integration/TestCausalConsistency_NotSupported + - go.mongodb.org/mongo-driver/mongo/integration/TestCausalConsistency_NotSupported/afterClusterTime_not_included + - go.mongodb.org/mongo-driver/examples/documentation_examples/TestDocumentationExamples # (NotImplemented) `aggregate` stage "$project" is not implemented yet @@ -182,10 +182,13 @@ results: - go.mongodb.org/mongo-driver/mongo/integration/unified/TestUnifiedSpec mongodb: stats: - expected_skip: 432 - expected_pass: 1940 + expected_skip: 435 + expected_pass: 1948 skip: + # skipping due to known failure: Test times out. See GODRIVER-2943 + - go.mongodb.org/mongo-driver/mongo/integration/unified/TestUnifiedSpec/server-discovery-and-monitoring/unified/logging-standalone.json/Topology_lifecycle + # execution failed: test must be skipped: "the \"modifyCollection\" operation is not supported" - go.mongodb.org/mongo-driver/mongo/integration/unified/TestUnifiedSpec/collection-management/modifyCollection-pre_and_post_images.json/modifyCollection_to_changeStreamPreAndPostImages_enabled - go.mongodb.org/mongo-driver/mongo/integration/unified/TestUnifiedSpec/crud/unified/findOneAndUpdate-errorResponse.json/findOneAndUpdate_document_validation_errInfo_is_accessible diff --git a/tests/mongo.yml b/tests/mongo.yml index a90f254cb..80a1c34eb 100644 --- a/tests/mongo.yml +++ b/tests/mongo.yml @@ -175,9 +175,9 @@ results: # they both seem to use a key file with incorrect permissions. - mongo/jstests/auth/getMore.js - mongo/jstests/auth/list_sessions.js - - mongo/jstests/core/query/elemmatch/elemmatch_or_pushdown_paths.js - mongo/jstests/aggregation/explain.js - mongo/jstests/aggregation/match_swapping_renamed_fields.js - mongo/jstests/aggregation/use_query_project_and_sort.js - mongo/jstests/aggregation/use_query_projection.js - mongo/jstests/aggregation/use_query_sort.js + - mongo/jstests/core/query/elemmatch/elemmatch_or_pushdown_paths.js