protectedts: switch backup, changefeed tests to use the new protected timestamp subsystem #77495
Labels
branch-master
Failures and bugs on the master branch.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
T-disaster-recovery
Describe the problem
Now that everything laid out in #73727 has landed, we have an end to end implementation for the new protected timestamp subsystem. This should allow us to switch over existing tests to leverage the new subsystem instead of the old one. This entails flipping:
cockroach/pkg/kv/kvserver/protectedts/testing_knobs.go
Lines 18 to 24 in 6ea1c5e
and fixing whatever the falls out as a result.
Jira issue: CRDB-13621
The text was updated successfully, but these errors were encountered: