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

2020-07-23 Thread Ján Tomko
On a Tuesday in 2020, Peter Krempa wrote: 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(+) This breaks commandtest for me: TEST: commandtest 5) Command Exec test4 test

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

2020-07-21 Thread Peter Krempa
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 +++