Reference Commits: bf07d498e
Files (primary):
fdb-record-layer-core/src/test/.../AgilityContextTest.java
The test asserted that a read-only transaction inherited the caller's GRV, but under parallel execution the directory-layer cache would warm between the outer getReadVersion() and the assertion, changing the GRV underneath the test.
Pin the read version explicitly before the first cache-warming call.
Reference Commits:
bf07d498eFiles (primary):
fdb-record-layer-core/src/test/.../AgilityContextTest.javaThe test asserted that a read-only transaction inherited the caller's GRV, but under parallel execution the directory-layer cache would warm between the outer
getReadVersion()and the assertion, changing the GRV underneath the test.Pin the read version explicitly before the first cache-warming call.