digitalocean/go-qemu

libvirtrpc: flappy test: TestEvents

mdlayher opened this issue · 0 comments

=== RUN   TestEvents
--- FAIL: TestEvents (1.13s)
    rpc_test.go:472: expected event, received timeout
    rpc_test.go:477: expected device "drive-ide0-0-0", got %!q(<nil>)

Can be reproduced in a shell:

while true; do go test -v -run=TestEvents github.com/digitalocean/go-qemu/qmp/libvirtrpc ; done