-
Type: Build Failure
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Test Improvement, Unified Test Runner
-
Java Drivers
Host: i-0f566a2ebbafa6664
Project: mongo-java-driver-5.0
Commit: 62801580
Failing Test Logs:
- com.mongodb.client.unified.CommandMonitoringTest.shouldPassAllOutcomes_updateMany__A_successful_updateMany_ - Logs | History
Task Logs:
test task_log
com.mongodb.client.unified.CommandMonitoringTest.shouldPassAllOutcomes_updateMany__A_successful_updateMany_
Logs:
FAILURE: com.mongodb.MongoCommandException: Command failed with error 48 (NamespaceExists): 'a collection 'command-monitoring-tests.test' already exists' on server localhost:27017. The full response is {"ok": 0.0, "errmsg": "a collection 'command-monitoring-tests.test' already exists", "code": 48, "codeName": "NamespaceExists"} (com.mongodb.MongoCommandException) com.mongodb.MongoCommandException: Command failed with error 48 (NamespaceExists): 'a collection 'command-monitoring-tests.test' already exists' on server localhost:27017. The full response is {"ok": 0.0, "errmsg": "a collection 'command-monitoring-tests.test' already exists", "code": 48, "codeName": "NamespaceExists"}
- duplicates
-
JAVA-5398 Fix racy unified tests of unacknowledged writes
- Closed
- is duplicated by
-
JAVA-5347 failed: com.mongodb.reactivestreams.client.unified.CommandMonitoringTest.shouldPassAllOutcomes_updateMany__A_successful_updateMany_
- Closed
- related to
-
DRIVERS-2877 Fix racy unified tests of unacknowledged writes
- Implementing