-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add stability test for multiple drainers and reparo restore #803
Conversation
Signed-off-by: Aylei <rayingecho@gmail.com>
Signed-off-by: Aylei <rayingecho@gmail.com>
Signed-off-by: Aylei <rayingecho@gmail.com>
/run-e2e-tests |
Signed-off-by: Aylei <rayingecho@gmail.com>
/run-e2e-tests |
Signed-off-by: Aylei <rayingecho@gmail.com>
/run-e2e-tests |
tests/backup.go
Outdated
return err | ||
} | ||
|
||
err = oa.DeployAdHocBackup(from) | ||
// Restoring via reparo is slow, so we stop inserting data as early as possible to reduce the size of incremental data | ||
oa.StopInsertDataTo(source) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not the real use case, the backup must run without stopping insert.
Signed-off-by: Aylei <rayingecho@gmail.com>
@weekface Addressed PTAL |
/run-e2e-in-kind |
/run-e2e-in-kind |
/run-e2e-in-kind |
/run-e2e-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* fix zh/deploy-on-gcp-gke.md as aws * apply suggestions from reviewers * fix as aws doc * change yaml to master version Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com> Co-authored-by: Ran <huangran@pingcap.com>
Signed-off-by: Aylei rayingecho@gmail.com
close #748
What problem does this PR solve?
What is changed and how does it work?
Check List
Tests
Code changes
Side effects
Related changes
Does this PR introduce a user-facing change?:
No.