-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 migration E2E test #5124
Add migration E2E test #5124
Conversation
9e2dcbe
to
6be34fa
Compare
cba508e
to
f25bb8c
Compare
b635a59
to
f670c06
Compare
f670c06
to
245b72e
Compare
41de9d5
to
1f26b73
Compare
|
test/e2e/types.go
Outdated
StandbyCluster string | ||
ClientToBeInstall TestClient | ||
DefaultClient TestClient | ||
StandbyClient TestClient |
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.
Maybe it is better to use pointer type (*TestClient)
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.
Right, good point!
It's not needed, I will remove it. |
8b19141
to
1f2c48b
Compare
1f2c48b
to
b8b1961
Compare
Signed-off-by: danfengl <[email protected]>
b8b1961
to
fb445b3
Compare
Signed-off-by: danfengl [email protected]
Thank you for contributing to Velero!
Please add a summary of your change
Does your change fix a particular issue?
Fixes #4791
Please indicate you've done the following:
/kind changelog-not-required
as a comment on this pull request.site/content/docs/main
.