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
kvclient: de-flake tests due to metamorphic max_buffer_size
This commit adjusts the relevant tests that can produce a different
output if the txnWriteBuffer size is set too low (by ensuring a lower
bound on the cluster setting). All affected tests need at most 2KiB
which is the value I decided to use everywhere for consistency.
Additionally, in order to improve the test coverage, it reduces the
allowed range of metamorphic values to be in 1B-10KiB range.
`buffered_writes_lock_loss` test seemingly deadlocks with 1B buffer
size, so a separate issue is filed to investigate that.
Release note: None
0 commit comments