https://bugs.winehq.org/show_bug.cgi?id=44708
Bug ID: 44708 Summary: Keep past logs if a test is rerun Product: Wine-Testbot Version: unspecified Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
In some cases the TestBot reruns a test (currently mostly in case of TestBot error but this could be expanded).
When this happens the previous logs are simply discarded when the tqsk is restqrted. It would be better to bundle up the old logs in a single file and make them accessible through a 'Show old logs' link. This would let the developer or TestBot administrator see what the error was and better diagnose issues.
https://bugs.winehq.org/show_bug.cgi?id=44708
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This is done:
commit 4a5427158020506ae6de2b05134ee5f33cbbf734 Author: Francois Gouget fgouget@codeweavers.com Date: Tue May 15 09:08:24 2018 +0200
testbot: Keep the old logs around.
This helps figure out why the test was rerun: was it because it timed out the first time around? Because there was a network glitch? Or because the TestBot script got stuck or died unexpectedly? The error message in the old logs will make it clear.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=44708
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Austin English austinenglish@gmail.com --- Closing.