-
Notifications
You must be signed in to change notification settings - Fork 346
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
[Tracking Issue] Pass command line interfaces tests #27
Comments
@utam0k, I'll take |
@utam0k all the tasks described (except create) link to https://github.com/opencontainers/runtime-tools/tree/master/validation/kill |
@0xdco Sure, I assigned it to you.
|
Ops, I fixed them. Thanks for pointing that out!
|
NP! I was actually checking the issues out to see if there was something I could maybe help out with but it seems to me that working on things like this without Linux is not the way to go. |
Thanks for your interest. You can develop by using the devcontainer.
|
@utam0k i would like take |
@TinySong Thanks for your interest. I assigned |
@utam0k I would like to have a try on |
@utam0k the integration test log:
|
@duduainankai |
@TinySong runtime-tools is certainly not very active in maintenance. If the tests that are failing still fail when using runc, then give up on this test case. |
Sure! I assigned you it. For kill and state, can I ask you to give me a PR just to add the test cases? |
@utam0k Yeah,I think we can give up the ‘start’ integration test case , testing runc throw out the same error. |
Sure. And I think @TinySong is right, all test cases except I think we may add them all. |
@TinySong Thanks for checking the runc case. hmm... Since I have no choice, can I ask you to write down in integration_test.sh that the test does not pass even with runc?
|
Thank you for your research. Now, I would like to close this issue by stating that only |
This issue is for tracking PR to pass the command line integration test.
If you are interested, you can comment on this issue and I will assign it to you. This issue is for tracking PR to pass the command line integration test. Some of them may already pass the tests.
https://github.com/opencontainers/runtime-tools/tree/master/validation/create
https://github.com/opencontainers/runtime-tools/tree/master/validation/kill
https://github.com/opencontainers/runtime-tools/tree/master/validation/delete
https://github.com/opencontainers/runtime-tools/tree/master/validation/start
https://github.com/opencontainers/runtime-tools/tree/master/validation/state
Goal
Each of them will be targeted to pass integration tests. If possible, it is good to have unit tests as well.
It would be helpful to have a look at the GitHub Actions file to see how to run the integration tests.
The text was updated successfully, but these errors were encountered: