Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-3912

Investigate retryable writes test failure

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • None

      com.mongodb.reactivestreams.client.RetryableWritesTest:
      UpdateOne_is_not_committed_on_first_attempt

      https://evergreen.mongodb.com/task/mongo_java_driver_tests_jdk8_unsecure__version~3.6_os~linux_topology~replicaset_auth~noauth_ssl~nossl_jdk~jdk8_test_1a568955081e4a690a582293c2c012175c618f82_20_12_15_13_38_06

      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)
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: