-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Reactive Streams, Test Failure
-
None
com.mongodb.reactivestreams.client.RetryableWritesTest:
UpdateOne_is_not_committed_on_first_attempt
FAILURE: java.lang.AssertionError: expected:<{"matchedCount": 1, "modifiedCount": 1, "upsertedCount": 0}> but was:<{}> (java.lang.AssertionError) java.lang.AssertionError: expected:<{"matchedCount": 1, "modifiedCount": 1, "upsertedCount": 0}> but was:<{}> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:120) at org.junit.Assert.assertEquals(Assert.java:146) at com.mongodb.client.AbstractRetryableWritesTest.shouldPassAllOutcomes(AbstractRetryableWritesTest.java:155)