New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 596243 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

Difficulty cancelling conformance tests on Windows.

Project Member Reported by erikc...@chromium.org, Mar 19 2016

Issue description

I was having some trouble running conformance tests on Windows:
https://bugs.chromium.org/p/chromium/issues/detail?id=596241

After watching many failures from running:
"""
D:\projects\chromium\src>python .\content\test\gpu\run_gpu_test.py webgl_conformance --story-filter=conformance_more_functions
"""

I tried to <Ctr-C> out of it. This led to the same failure message repeated hundreds of times. Eventually, I was able to get it to stop by <Ctr-C>ing many times, in quick succession.

"""
Traceback (most recent call last):
  File "D:\projects\chromium\src\third_party\catapult\telemetry\telemetry\core\local_server.py", line 176, in Close
    server.Close()
  File "D:\projects\chromium\src\third_party\catapult\telemetry\telemetry\core\local_server.py", line 127, in Close
    self._subprocess.kill()
  File "C:\python_27_amd64\files\lib\subprocess.py", line 1019, in terminate
    _subprocess.TerminateProcess(self._handle, 1)
WindowsError: [Error 5] Access is denied
"""

I'm guessing that under exceptional circumstances, there's an infinite loop?
https://code.google.com/p/chromium/codesearch#chromium/src/third_party/catapult/telemetry/telemetry/core/local_server.py&q=local_server.py&sq=package:chromium&type=cs&l=174
 

Comment 1 by kbr@chromium.org, Aug 16 2016

Status: WontFix (was: Untriaged)
Sorry about the difficulty here. There's nothing I can do about this from the GPU tests' side and I don't know Telemetry's shutdown sequence well. If this continues to be a problem please file a new issue on https://github.com/catapult-project/catapult .

Components: -Internals>GPU>WebGL Blink>WebGL

Sign in to add a comment