On Wed, May 08, 2024 at 01:11:30PM GMT, Daniel P. Berrangé wrote: > * On ppc64, testPipeFeeder opens R+W, tries to write 140kb > and write() succeeds because the larger 64kb page size > resulted in greater buffer capacity for the pipe. It thus > quickly closes the pipe, removing the writer, and triggering > discard of all the unread data. Now virsh starts up, tries > to open the pipe for O_RDONLY and blocks waiting for a new > writer to open it, which will never happen. Meson kills it > the test after 30 seconds. s/kills it/kills/ Thanks a lot for looking into this! Reviewed-by: Andrea Bolognani <abologna@xxxxxxxxxx> -- Andrea Bolognani / Red Hat / Virtualization _______________________________________________ Devel mailing list -- devel@xxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxx