Skip to content

Commit

Permalink
roachtest: create correctness test for online restore
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kev-cao committed Apr 22, 2024
1 parent 0885d0e commit 04b6874
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 04b6874

Please sign in to comment.