Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: import-cancellation: use a fixed seed; smaller import
Currently, due to the randomness present in the test, there may be significant variance in test runs. In some situations, the nature of the random import cancellations may result in the test timing out. This makes the test flaky. Use a fixed seed for the test's PRNG to make the test more deterministic. Reduce the size of the overall import by lowering the number of files used to generate the `lineitem` table. This should also help stabilize the runtime. Force the collection of table statistics as soon as the table has finished importing. Reduce the number of time each TPC-H query is repeated, from three to two. Fix cockroachdb#90510. Release note: None.
- Loading branch information