mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-13 21:56:32 +00:00
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> |
||
---|---|---|
examples_test.go | ||
image.go | ||
qemu_test.go | ||
qemu.go | ||
qmp_test.go | ||
qmp.go |