-
Notifications
You must be signed in to change notification settings - Fork 623
SerializableTransactionTests.ReadOnlyTransactionTest failing intermittently #1427
Comments
Here's an example of how it fails, and on rerun it typically passes. Maybe some nondeterminism in how stuff is being scheduled:
|
Also worth noting, on both occasions observed, this happens on mac builds only |
I’ll spend some time on it today. |
Haven't been able to reproduce it locally all day :( |
I just tried running it 10-20 times and got it to fail:
Same failure. Didn't have to rebuild between runs. |
Can you get a TRACE level log of it to get a better idea what's happening? I still can't get it to reproduce. |
@lmwnshn helpfully ran it 1000 times on this commit just before I did all the TransactionContext refactoring in the last couple of weeks. It still reproduced. My suspicion right now is that in rare cases the bootstrapping process (which seems slower in the last month) takes longer than we wait in the test (1 epoch) and it triggers an abort on the scan. We have 2 experiments to try today:
I should add that we've also seen it on the Ubuntu boxes, so this is no longer a Mac-exclusive issue. |
The test we occasionally fail was modified in #1322. I'll have to spend more time looking at it tomorrow to understand why we seem to have a race. |
Several complaints about this failing from time to time on Travis.
Might be a Mac issue, might be that the test is broken, might be that we broke something in CC.Investigation would be appreciated.
The text was updated successfully, but these errors were encountered: