Commit 179493f
committed
tests/qtest/virtio-scsi: force QEMU restart for iothread-virtio-error
The qos framework reuses QEMU instances between tests with identical
command lines, issuing system_reset instead of restarting. After
iothread-attach-node, system_reset can deadlock in bdrv_graph_wrlock
during drain on slow/contended CI runners.
Force a fresh QEMU instance by adding seg_max_adjust=off to make
the command line differ.
Signed-off-by: Jason Truong <jason.truong@windriver.com>1 parent e51a9f5 commit 179493f
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
415 | 420 | | |
416 | 421 | | |
417 | 422 | | |
| |||
0 commit comments