Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

vc: Drop Sandbox#Pause and Sandbox#Resume #2283

Merged
merged 1 commit into from
Dec 2, 2019

Conversation

tedyu
Copy link
Contributor

@tedyu tedyu commented Nov 29, 2019

Fixes #2276

Signed-off-by: Ted Yu yuzhihong@gmail.com

@tedyu
Copy link
Contributor Author

tedyu commented Nov 29, 2019

/cc @bergwolf

Copy link
Contributor

@jodh-intel jodh-intel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for raising @tedyu but please update the tests. tal at Travis which is failing:

nstall virtcontainers
make: Entering directory '/home/travis/gopath/src/github.com/kata-containers/runtime/virtcontainers'
     GOBUILD  build
# github.com/kata-containers/runtime/virtcontainers
./api.go:66:2: cannot use s (type *Sandbox) as type VCSandbox in return argument:
	*Sandbox does not implement VCSandbox (missing Pause method)

@tedyu
Copy link
Contributor Author

tedyu commented Nov 29, 2019

@jodh-intel
I have updated the PR.

Fixes kata-containers#2276

Signed-off-by: Ted Yu <yuzhihong@gmail.com>
Copy link
Contributor

@jodh-intel jodh-intel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @tedyu.

lgtm

@tedyu
Copy link
Contributor Author

tedyu commented Nov 29, 2019

@grahamwhaley
Can you take a look ?

thanks

@grahamwhaley
Copy link
Contributor

/test-ubuntu
Not really my area @tedyu :-) - we can wait for @bergwolf to have a look, and try to pull in some others maybe /cc @gnawux . I can trigger the test run though ;-)

@codecov
Copy link

codecov bot commented Nov 29, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@d054556). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #2283   +/-   ##
=========================================
  Coverage          ?   48.71%           
=========================================
  Files             ?      111           
  Lines             ?    16029           
  Branches          ?        0           
=========================================
  Hits              ?     7809           
  Misses            ?     7256           
  Partials          ?      964

@tedyu
Copy link
Contributor Author

tedyu commented Dec 2, 2019

@bergwolf
Can you take a look ?

@bergwolf bergwolf merged commit 0a5315b into kata-containers:master Dec 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop Sandbox#Pause and Sandbox#Resume
5 participants