[PATCH] testbot/Engine: Scheduling errors should not fail status changes.
2 May
2018
2 May
'18
7:49 a.m.
A scheduling error does not mean the status change was invalid. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> --- testbot/bin/Engine.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/testbot/bin/Engine.pl b/testbot/bin/Engine.pl index 75e7995c2..3d1f2c1e5 100755 --- a/testbot/bin/Engine.pl +++ b/testbot/bin/Engine.pl @@ -414,7 +414,6 @@ sub HandleVMStatusChange($$$) if (defined($ErrMessage)) { LogMsg "Scheduling problem in HandleVMStatusChange: $ErrMessage\n"; - return "0$ErrMessage"; } return "1OK"; -- 2.17.0
2784
Age (days ago)
2784
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget