Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
122715: roachtest: create correctness test for online restore r=msbutler a=kev-cao

Currently missing any correctness tests for online restore. This PR creates a new type of roachtest that will run a regular and online restore separately, and run the same TPCC workload on both with a set seed and validate that the query trace output files from the two workloads match.
    
Epic: none

Release note: none

Dependent on cockroachdb#122648 being merged first


Co-authored-by: Kevin Cao <[email protected]>
  • Loading branch information
craig[bot] and kev-cao committed Apr 24, 2024
2 parents e7a989b + 04b6874 commit 52425a3
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 116 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ go_library(
"//pkg/util/timeutil",
"//pkg/util/uuid",
"//pkg/util/version",
"//pkg/workload",
"//pkg/workload/histogram",
"//pkg/workload/querybench",
"//pkg/workload/tpcc",
Expand Down
Loading

0 comments on commit 52425a3

Please sign in to comment.