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
149053: sql: fix cancel leak in happy case in fingerprint_span r=yuzefovich a=yuzefovich
The recent fix introduced a possible leak of the cancel function (namely, in the happy case when the coordinator doesn't hit an early error, we would never call the cancellation function). We should just defer it unconditionally and might call it earlier on a shutdown due to an error.
Epic: None
Release note: None
149197: kvnemesis: log seed and rng access count r=miraradeva a=stevendanna
This new logging
1) Ensures the seed is captured as part of the kvnemesis output even if the test runner logs are somehow lost.
2) Allows us to spot when a seed might not be reproducing a problem because of a change in the number of random choices in KVNemesis.
Epic: none
Release note: None
Co-authored-by: Yahor Yuzefovich <[email protected]>
Co-authored-by: Steven Danna <[email protected]>
0 commit comments