fdb-record-layer
fdb-record-layer copied to clipboard
FDBRecordStoreIndexTest.failUpdateConcurrentWithStateChange appears to be flaky
The following test appears to be flaky:
FDBRecordStoreIndexTest > failUpdateConcurrentWithStateChange() FAILED
org.opentest4j.AssertionFailedError: Expected com.apple.foundationdb.record.provider.foundationdb.FDBExceptions.FDBStoreTransactionConflictException to be thrown, but nothing was thrown.
at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:152)
at app//org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:73)
at app//org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
at app//org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3128)
at app//com.apple.foundationdb.record.provider.foundationdb.FDBRecordStoreIndexTest.failUpdateConcurrentWithStateChange(FDBRecordStoreIndexTest.java:1654)