]> git.ipfire.org Git - thirdparty/libvirt.git/commit
commandtest: Test virCommandSetSendBuffer() with virCommandDoAsyncIO()
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 22 Mar 2022 11:06:22 +0000 (12:06 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 1 Dec 2022 13:22:39 +0000 (14:22 +0100)
commite97b6f4bc5e6811998c957566c3b14fe11ea552f
treee927f83f1bf3980666f102648e3e14858aa0c9fc
parent5c1b5f208a34a62fa9e560d4996d13cd5433214a
commandtest: Test virCommandSetSendBuffer() with virCommandDoAsyncIO()

Introduce a test case which ensures that a daemonized process can
work with virCommandSetSendBuffer() when async IO is enabled.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
tests/commanddata/test29.log [new file with mode: 0644]
tests/commandtest.c