Module: tools Branch: master Commit: 8cce3d3bad2a581403ae2ee7814825b8db1a8eca URL: http://source.winehq.org/git/tools.git/?a=commit;h=8cce3d3bad2a581403ae2ee78...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Jun 26 19:00:44 2017 +0200
testbot: Rerun the task in case of a TestBot error.
This improves the robustness in the face of network or virtualization errors. Set the $MaxTaskTries setting to configure the number of attempts. Note that this does not impact regular failures and thus flaky tests, these should be handled in TestLauncher.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/WineRunBuild.pl | 52 +++++++++++++++++++++++++++-------- testbot/bin/WineRunReconfig.pl | 57 +++++++++++++++++++++++++++++--------- testbot/bin/WineRunTask.pl | 58 +++++++++++++++++++++++++++------------ testbot/lib/WineTestBot/Config.pm | 8 ++++-- testbot/lib/WineTestBot/Tasks.pm | 6 ++++ 5 files changed, 138 insertions(+), 43 deletions(-)
Diff: http://source.winehq.org/git/tools.git/?a=commitdiff;h=8cce3d3bad2a581403ae2...