Running spec-test in background broken
Probably the case since it was implemented. The task updates the status for 30 jobs at the time using this condition:
pr.codeRan is false and not(buildStatus = 'None')
This is problematic, because a job may have
Submitted by Elmer van Chastelet on 18 March 2015 at 09:52codeRan
set tofalse
, while buildStatus set toCompilationFailure
,RunningFailure
,Killed
orCanceled
, which are valid states for a terminated job. I.e., it tries to update the same 30 jobs over and over again, which already have been terminated.
Issue Log
On 18 March 2015 at 14:46 Elmer van Chastelet tagged 0.44.3
On 18 March 2015 at 14:47 Elmer van Chastelet commented:
Also added statistics about how many of these jobs are scheduled in administration page.
On 18 March 2015 at 14:47 Elmer van Chastelet closed this issue.
Log in to post comments