We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GET /exec/{id}/json
We met a flaky test in pr #1036, and this may be introduced in #875.
FAIL: /go/src/github.com/alibaba/pouch/test/api_container_exec_inspect_test.go:27: APIContainerExecInspectSuite.TestContainerExecInspectOk /go/src/github.com/alibaba/pouch/test/api_container_exec_inspect_test.go:52: CheckRespStatus(c, resp, 200) /go/src/github.com/alibaba/pouch/test/util_api.go:21: c.Assert(resp.StatusCode, check.Equals, status, check.Commentf("Error:%s", got.Message)) ... obtained int = 404 ... expected int = 200 ... Error:
flaky test happens which is related to exec inspect API.
no flaky test
none
pouch version
uname -a
The text was updated successfully, but these errors were encountered:
Finally we found that this is not a flaky test. #1036 has some code issue there. Closing this.
Sorry, something went wrong.
No branches or pull requests
Ⅰ. Issue Description
We met a flaky test in pr #1036, and this may be introduced in #875.
Ⅱ. Describe what happened
flaky test happens which is related to exec inspect API.
Ⅲ. Describe what you expected to happen
no flaky test
Ⅳ. How to reproduce it (as minimally and precisely as possible)
none
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
pouch version
): master branch codeuname -a
):The text was updated successfully, but these errors were encountered: