Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
104470: roachtest: disable scheduled backups during tpccbench r=dt a=stevendanna We originally enabled the scheduled backups for tpccbench by reasoning that backups were like any other background task. These tests don't disable GC or auto stats jobs, why should they disable backups? Here, we reverse that decision. The tpccbench tests are designed to find the maximum tpcc warehouse count that a cluster can reach. As such, they push the cluster to high resource utilisation, leaving little overhead for backups. While it is true that a user would also need to take backups, they have the option of scheduling backups for times at which they aren't at peak traffic. Further, the tpccbench tests run tpccbench multiple times in an attempt to search for the max warehouse count. Making it a bit harder to understand the impact of the every-15-minute schedule on the results. Epic: none Release note: None Co-authored-by: Steven Danna <[email protected]>
- Loading branch information