-
Notifications
You must be signed in to change notification settings - Fork 116
Conversation
6932d4c
to
6747260
Compare
Yep, image related tests are failed because
This is a issue caused by hyperd, which doesn't accept removing a image via id:
|
@feiskyer We can send |
let's add force in hyperclient |
@feiskyer List image with digest still fail. |
weird, it success on my local environment. Could you add a log at here and run again? |
I add log and run again, list image return nothing. Do you test with newest version hyperd? |
I'm testing it with hyperd 0.8.1, not master version. |
Update: the test also pass on hyperd master. |
@heartlock Passed at #148. It upgraded docker to v1.13. Could you add a follow up based on it? |
ok, will do it. |
This may be caused by kubernetes/kubernetes#43267 and the mixed-runtime. |
@xlgao-zju Right, so we are running with docker 1.13 in cri-tools. |
Some security contexts are not supported, we should skip those tests |
port mapping with host port and container port is also not supported yet (see #122 ) |
@heartlock any updates on this? |
@feiskyer Attach container TEST case block travis-ci so that test job exceeded the maximum time limit for jobs, and has been terminated. I do not know what the reason is because. It seems something wrong with hyperd. Please have a look. |
hack/test-e2e.sh
Outdated
@@ -154,7 +154,7 @@ runTests() { | |||
|
|||
start_frakti | |||
|
|||
frakti::test::e2e | |||
#frakti::test::e2e |
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.
Let's keep this now and remove e2e tests dup with critest.
Filed hyperhq/hyperd#637 to fix attach problem. |
dc0150f
to
b2d9254
Compare
Signed-off-by: heartlock <[email protected]>
Signed-off-by: heartlock <[email protected]>
@feiskyer Ready for review! |
@heartlock Cool |
/lgtm |
Signed-off-by: heartlock [email protected]
Closes: #143
@feiskyer But critest still test fail with frakti. @xlgao-zju Please read travis CI log.