backupccl: move datadriven infra to different package for IMPORT#85637
backupccl: move datadriven infra to different package for IMPORT#85637msbutler wants to merge 1 commit intocockroachdb:masterfrom
Conversation
|
nit: should we carve out |
What about |
589ba87 to
1419f0b
Compare
1419f0b to
145a235
Compare
We're already in |
40a5887 to
22230c2
Compare
df59503 to
82dfb68
Compare
…for IMPORT This refactor moves the backupccl data driven test infra as well as a few test setup functions to the new pkg/ccl/testutilccl/bulktestutils package to allow IMPORT tests to reuse this infrastructure. A future patch should change all the test setup call sites in backup tests to call the helper funcitons in this new bulktestutils package instead. Release note: none
82dfb68 to
43c2b3f
Compare
|
All tests in the logictestccl package are failing on: These mysterious test failures are persistent and can be replicated locally via |
|
(trimming down my for review list) |
This refactor moves the backup ccl infra to a new package in order to develop
data driven IMPORT tests.
Release note: none