[PATCH 1/2] vircommand: REPRODUCER: Add artificial timeout before exitting daemonization helper

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Let the intermediate process linger for a moment to reproduce the
sporradic failure in 'commandtest'.
---
 src/util/vircommand.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/util/vircommand.c b/src/util/vircommand.c
index 5ce69ef241..f6da8b5cf1 100644
--- a/src/util/vircommand.c
+++ b/src/util/vircommand.c
@@ -783,6 +783,7 @@ virExec(virCommandPtr cmd)
                                      _("Unable to wait for child process"));
                 _exit(EXIT_FAILURE);
             }
+            g_usleep(100*1000);
             _exit(EXIT_SUCCESS);
         }
     }
-- 
2.26.2




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux