-
Notifications
You must be signed in to change notification settings - Fork 190
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 PauseVM and ResumeVM support #460
Conversation
2fdd111
to
cfa6dcc
Compare
Looks good to me! Can you add an integration test that pauses and resumes a VM? |
cfa6dcc
to
2ac4770
Compare
it seems that the buildkite failure is not related to the patch. how can I re-run the test? |
Let me take a look. Right now only maintainers can restart tests. |
593dc36
to
0508a7b
Compare
@kzys we added the necessary tests, could you please take another look? |
Looks good to me. I think the build errors are related to #475, not your changes. |
I've merged #475. Can you rebase this PR against master? This should fix GitHub Actions failures at least. |
Signed-off-by: Plamen Petrov <plamb0brt@gmail.com>
Signed-off-by: Plamen Petrov <plamb0brt@gmail.com>
Signed-off-by: Dmitrii Ustiugov <dmitrii.ustiugov@ed.ac.uk>
e382a9c
to
fad2ed3
Compare
Signed-off-by: Plamen Petrov <plamb0brt@gmail.com>
fad2ed3
to
9e76ba0
Compare
The goal of this PR is to implement support for PauseVM and ResumeVM.
Authored by @plamenmpetrov and @ustiugov
We are open to feedback and would be glad to finalize and contribute this code to upstream.
Issue #, if available:
#448
Description of changes:
tc-redirect-tap
, which is no longer part of the Go SDKBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.