You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
144939: sql: allow runnig TestErrorOnRollback with buffered writes r=arulajmani a=arulajmani
This test was using a proposal filter. When this test is run using buffered writes, we actually end up with an empty raft command -- the only lock that's acquired is local and unreplicated, which allows us to elide writing an EndTxn record as Aborted. Contrast this to a non-buffered writes run, where a replicated intent needs to be removed.
Using a post evaluation filter here does the trick.
References #144866
Release note: None
Co-authored-by: Arul Ajmani <[email protected]>
0 commit comments