[release-17.0] Do not drain tablet in incremental backup (#13773)#13789
[release-17.0] Do not drain tablet in incremental backup (#13773)#13789mattlord merged 4 commits intorelease-17.0from
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
|
Hello @shlomi-noach, there are conflicts in this backport. Please address them in order to merge this Pull Request. You can execute the snippet below to reset your branch and resolve the conflict manually. Make sure you replace |
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
mattlord
left a comment
There was a problem hiding this comment.
Why is this different in the v17 backport (new 2 file)? Aside from that, everything looks good. I just don't know why we now have builtinbackupengine2_test.go and builtinbackupengine_test.go in the backport.
It's because of this: #13668 (comment) ; we refactored the test file names in So, anyway, to add this new unit test, I had to create a new file in |
Description
This is a backport of #13773