-
Type:
Build Failure
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: Flaky Test
-
None
-
None
-
None
-
None
-
None
-
None
-
None
1) Client Bulk Write
CSOT enabled
acknowledged writes
when the timeout is reached while iterating the result cursor
the bulk write operation times out:
AssertionError: expected { acknowledged: true, insertedCount: +0, upsertedCount: 2, matchedCount: +0, modifiedCount: +0, deletedCount: +0, insertResults: Map{}, updateResults: Map{ +0 =>
, 1 =>
{ matchedCount: 1, modifiedCount: +0, didUpsert: true, upsertedId: 'bbb...' } }, deleteResults: Map{} } to be an instance of MongoOperationTimeoutError
at Context.<anonymous> (test/integration/crud/client_bulk_write.test.ts:358:40)
at processTicksAndRejections (node:internal/process/task_queues:104:5)
Note: in the above stack trace, the values `aaa...` and `bbb...` are actually a couple of megabytes, but that's not helpful to us, so these are the truncated versions.