You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure regression tasks don't start new tasks when not making progress (#4705)
This returns a bad-build error type after a regression task, when a
known min/max input pair didn't shrink. Previously, a timeout error type
was returned, after which post-process respawns the task with the same
min/max pair, leading to a task loop.
This doesn't change behavior when either min or max are not known (e.g.
when tasks are initially started) or when some progress is made (e.g. at
least one improvement to min or max during several hours this task can
run) or when other error conditions happen.
Chrome bug: https://crbug.com/396344382
0 commit comments