Quarantine Windows Swarming bot if any top level window is visible |
||
Issue description
in get_state(), run:
if not state.get(u'quarantined'):
top = platforms.win.list_top_windows()
if top:
state[u'quarantined'] = 'Found top level windows: %s' % ','.join(top))
This is fairly simple. The challenge is that there are currently 91 bots with a top level Window, 48 with a u'ConsoleWindowClass' (the Swarming bot). We need to knock down most of the sources of top level windows, so that we don't loose most of the Windows fleet all at once.
,
Jun 21 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by estaab@chromium.org
, Jan 2 2018