Comment 1 for bug 1843590

Revision history for this message
Philippe Mathieu-Daudé (philmd) wrote :

Could be due to concurrent builds on the same system:

$ git grep 10810 tests
tests/qemu-iotests/common.filter:125: -e 's#nbd:127.0.0.1:10810#TEST_DIR/t.IMGFMT#g' \
tests/qemu-iotests/common.filter:161: -e 's#nbd://127.0.0.1:10810$#TEST_DIR/t.IMGFMT#g' \
tests/qemu-iotests/common.rc:140: TEST_IMG="$DRIVER,file.driver=nbd,file.host=127.0.0.1,file.port=10810"
tests/qemu-iotests/common.rc:156: TEST_IMG="nbd:127.0.0.1:10810"
tests/qemu-iotests/common.rc:276: eval "$QEMU_NBD -v -t -b 127.0.0.1 -p 10810 -f $IMGFMT -e 42 -x '' $TEST_IMG_FILE >/dev/null &"