You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm validating my runtime by validation/kill/kill.t.
Testing result:
Test Case A(Pass): container is deleted after testing kill container
Test Case B(Fail): testing occur error when creating container. container-id is duplicated
When Test Case A could not delete container after testing, Test Case B occurred error(duplicate container id).
The reason is that both test cases are using same container id.
I propose that each test cases use different container id.
The text was updated successfully, but these errors were encountered:
Hi
I'm validating my runtime by
validation/kill/kill.t
.Testing result:
When
Test Case A
could not delete container after testing,Test Case B
occurred error(duplicate container id).The reason is that both test cases are using same container id.
I propose that each test cases use different container id.
The text was updated successfully, but these errors were encountered: