ambry icon indicating copy to clipboard operation
ambry copied to clipboard

Intermittent Test failure: VcrBackupTest.singleNodeUpDownTestWithoutPersist "Blob count is not correct"

Open cgtz opened this issue 6 years ago • 0 comments

Failed on travis build once, and then succeeded on the next attempt:

com.github.ambry.server.VcrBackupTest > singleNodeUpDownTestWithoutPersist FAILED
    java.lang.AssertionError: Blob count is not correct.
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at com.github.ambry.server.VcrBackupTest.singleNodeUpDownTestWithoutPersist(VcrBackupTest.java:141)

cgtz avatar Jan 16 '20 20:01 cgtz