release-25.2: kvnemesis: test buffered writes for SSI transactions #146564
+231
−18
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport 1/1 commits from #143979 on behalf of @stevendanna.
This provides a new configuration option to enable write buffering for some SSI transactions during KVNemesis runs and adds a new test configuration that enables write buffering at a 70% probability.
To facilitate this, the write buffer now also tracks the KVNemesisSequence.
We only do this for SSI transactions as there are known issues with RC and SI transactions and write buffering.
Fixes #143893
Release note: None
Release justification: