backupccl: debug backup export
not tested (maybe not working) for tenant backups
#82878
Labels
A-disaster-recovery
A-multitenancy
Related to multi-tenancy
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-disaster-recovery
Describe the problem
When we look at the implementation of
cockroach backup export
we see that it useskeys.TODOSQLCodec
to report the contents of a backup.This is not likely to work if the backup files contain data for a tenant.
In addition, we see that
backup export
is not being tested for tenant backups inccl/cliccl
, alongside the other cases indebug_backup_test.go
.Expected behavior
There are passing unit tests in
ccl/cliccl
that exercisedebug backup export
for tenant backups.cc @stevendanna for triage
Jira issue: CRDB-16703
Epic: CRDB-14582
The text was updated successfully, but these errors were encountered: