chore(tests): disk_v2 antithesis test harness + exercisers#25527
Draft
blt wants to merge 1 commit into
Draft
Conversation
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced May 29, 2026
0ca18b0 to
694f3cf
Compare
7277c88 to
67c5d1e
Compare
|
67c5d1e to
13d6a73
Compare
694f3cf to
02c0a7b
Compare
c30bcaf to
cb9623b
Compare
02c0a7b to
9cc1ecd
Compare
Self-driving exercisers (disk_v2_antithesis: #21683 accounting cluster; disk_v2_lossfinder: 7-scenario data-loss fault menu with a no-silent-loss oracle) plus the full Antithesis harness: Dockerfiles, docker-compose configs (block / drop variants / direct / lossfinder), the Vector-SUT workload, and the test templates under tests/antithesis/test/v1. Registers the examples + serde_json dev-dep.
9cc1ecd to
86613d2
Compare
cb9623b to
a48295c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Summary
The Antithesis test harness for disk buffer v2: two self-driving exercisers
(
disk_v2_antithesis— the #21683 accounting cluster;disk_v2_lossfinder— a7-scenario data-loss fault menu with a no-silent-loss oracle), plus Dockerfiles,
docker-compose configs (block / drop variants / direct / lossfinder), the Vector-
SUT workload, and the test templates under
tests/antithesis/test/v1. Registersthe two examples + a
serde_jsondev-dep.How did you test this PR?
cargo build -p vector-buffers --example disk_v2_antithesis --example disk_v2_lossfinder;snouty validateon both config dirs (reachessetup_complete, test commandsdiscovered); local smoke runs of both exercisers. Antithesis runs reproduced #21683
and the finalizer status-discard loss.
Change Type
Is this a breaking change?
Does this PR include user facing changes?
no-changeloglabel to this PR.References