fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

FDBRecordStoreIndexTest.failUpdateConcurrentWithStateChange appears to be flaky

Open ScottDugas opened this issue 8 months ago • 0 comments

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)

ScottDugas avatar Apr 03 '25 15:04 ScottDugas