mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-28 03:55:51 +00:00
c6f334533ad05348ebfba942693c6e16329b32b8
There was a bug with the cancelling of commands that meant that when an attempt was made to cancel a command and then to issue a second command, the first, cancelled command was re-issued. This commit fixes the issue and adds a new test case to check that cancelling of commands does indeed work. There was also an issue with the test harness which meant that tests that issued more than one command were not actually testing the second and third commands. Signed-off-by: Mark Ryan <mark.d.ryan@intel.com>
Description
Languages
Rust
58.4%
Go
24.4%
Shell
10%
RPC
5.3%
Makefile
1%
Other
0.8%