forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backupccl: de-flake TestPaginatedBackupTenant
This test readily fails under stress with span configs enabled (cockroachdb#73876). Now that we split within the tenant keyspace for tenant tables, the export requests generated for each BACKUP is liable to be retried if concurrent with range splits. The splits causes KV to error out with RangeKeyMismatchErrors, at which point the request is internally retried. The test, which wants to assert on what ExportSpan requests are intercepted, previously did not need to consider these retries/need to de-dup -- it now does. Release note: None
- Loading branch information
1 parent
365b4da
commit 04fb64e
Showing
1 changed file
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters