Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ccl/schemachangerccl: TestBackupSuccess flakes
Previously, the backup and restore tests for the declarative schema changer could flake because the latest completed schema job could not be sufficiently determined by the finish_time. This was because this time only has resolution of seconds at most, so multiple jobs could have the same finish time. To address this, this patch also sorts the jobs by job_id which should be increasing for later jobs. Fixes: cockroachdb#131583 Release note: None
- Loading branch information