-
Type: Bug
-
Resolution: Done
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Looks like the latest server (db version v6.0.0-alpha-246-gae0c9cf for this run) has changed some information in its batch write result as CheckExpectedResult in TestInsertBatchContinueOnError is now failing:
[2022/03/02 19:38:20.634] Failed MongoDB.Driver.Tests.MongoCollectionTests.TestInsertBatchContinueOnError [41 ms] [2022/03/02 19:38:20.634] Error Message: [2022/03/02 19:38:20.634] Assert.Equal() Failure [2022/03/02 19:38:20.634] Expected: True [2022/03/02 19:38:20.634] Actual: False [2022/03/02 19:38:20.634] Stack Trace: [2022/03/02 19:38:20.634] at MongoDB.Driver.Tests.MongoCollectionTests.CheckExpectedResult(ExpectedWriteConcernResult expectedResult, WriteConcernResult result) in C:\data\mci\7179d1a8d9a5f232fab5eb65f9495871\mongo-csharp-driver\tests\MongoDB.Driver.Legacy.Tests\MongoCollectionTests.cs:line 3548 [2022/03/02 19:38:20.634] at MongoDB.Driver.Tests.MongoCollectionTests.TestInsertBatchContinueOnError() in C:\data\mci\7179d1a8d9a5f232fab5eb65f9495871\mongo-csharp-driver\tests\MongoDB.Driver.Legacy.Tests\MongoCollectionTests.cs:line 2256
The above was extracted from this patch build log file, but the same test is failing on Linux as well, but not MacOS:
- is caused by
-
SERVER-64078 Missing ErrMsg for Multiple Bulk Write Errors
- Closed