New issue
Advanced search Search tips

Issue 787562 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Feature

Blocked on:
issue 784404
issue 781267



Sign in to add a comment

Quarantine Windows Swarming bot if any top level window is visible

Project Member Reported by mar...@chromium.org, Nov 21 2017

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.
 
Issue 786112 has been merged into this issue.

Comment 2 by mar...@chromium.org, Jun 21 2018

Components: -Infra>Platform>Swarming Infra>Platform>Swarming>Admin

Sign in to add a comment