-
Type: Task
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
v8.0
-
0
batched_multi_deletes.js fails if executed in sharding suites that performs random migrations (e.g. moveCollection) in background.
WriteError({ "index" : 0, "code" : 82, "errmsg" : "no progress was made executing batch write op in test.c after 5 rounds (0 ops completed in 6 rounds total)", "op" : { "q" : { "_id" : { "$gte" : 0 } }, "limit" : 0 } }) : WriteError({ "index" : 0, "code" : 82, "errmsg" : "no progress was made executing batch write op in test.c after 5 rounds (0 ops completed in 6 rounds total)", "op" : { "q" : { "_id" : { "$gte" : 0 } }, "limit" : 0 } }) WriteError@src/mongo/shell/bulk_api.js:465:48 mergeBatchResults@src/mongo/shell/bulk_api.js:857:49 executeBatch@src/mongo/shell/bulk_api.js:926:30 Bulk/this.execute@src/mongo/shell/bulk_api.js:950:29 DBCollection.prototype.deleteMany@src/mongo/shell/crud_api.js:432:22 populateAndMassDelete@jstests/core/write/batched_multi_deletes.js:48:31 @jstests/core/write/batched_multi_deletes.js:52:22 failed to load: jstests/core/write/batched_multi_deletes.js
- is related to
-
SERVER-86292 Introduce sharding_jscore_passthrough_with_balancer suite
- Closed