Displaying 2 results from an estimated 2 matches for "c091eaf".
Did you mean:
c0191e1f
2018 Jan 14
1
[PATCH v2 1/1] cat: virt-tail: Fix spontaneously failing test
....
The test is failing spontaneously beasue without 'sync' it very depends on outside factors like qemu caching policy, underlying host filesystem etc.
---
cat/test-virt-tail.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/cat/test-virt-tail.sh b/cat/test-virt-tail.sh
index 47a5edc..c091eaf 100755
--- a/cat/test-virt-tail.sh
+++ b/cat/test-virt-tail.sh
@@ -101,6 +101,7 @@ fi
# Delete the file. This should cause virt-tail to exit gracefully.
guestfish --remote rm /tail
+guestfish --remote sync
# Wait for virt-tail to finish and check the status.
wait "$tailpid"
--
2...
2018 Jan 03
3
[PATCH] test-virt-tail: Fix failing cat/test-virt-tail.sh test case
>From IRC channel:
<StenaviN> Can someone confirm cat/test-virt-tail.sh works in 'master'?
<StenaviN> I get https://pastebin.com/GBkg7Vtw
<rwmjones> StenaviN: yes it works for me; the error is not very helpful,
you'll need to set LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1
<StenaviN> https://pastebin.com/yABgCHwV
<rwmjones> I think the error is: