New issue
Advanced search Search tips

Issue 739721 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

webkit python unittest "test_timeout_exceeded_exit_code" flaked

Project Member Reported by ellyjo...@chromium.org, Jul 6 2017

Issue description

This test failed to appropriately fail (?):

[111/1401] webkitpy.common.system.executive_unittest.ExecutiveTest.test_timeout_exceeded_exit_code failed unexpectedly:
  Traceback (most recent call last):
    File "/b/c/b/linux_layout/src/third_party/WebKit/Tools/Scripts/webkitpy/common/system/executive_unittest.py", line 159, in test_timeout_exceeded_exit_code
      self.assertNotEqual(exit_code, 0)
  AssertionError: 0 == 0

on this bot:

https://uberchromegw.corp.google.com/i/chromium.webkit/builders/WebKit%20Linux%20Trusty/builds/28626

there is no obvious culprit CL. Tagging Blink>Infra for triage.
 
Labels: -Pri-2 Pri-3
Status: Unconfirmed (was: Untriaged)
Code link: https://cs.chromium.org/chromium/src/third_party/WebKit/Tools/Scripts/webkitpy/common/system/executive_unittest.py?l=156

Looks like running `sleep infinity` was supposed to have a non-zero exit code, but it had a zero exit code once.

Next step would be to try reproducing this failure.

Comment 2 by foolip@chromium.org, Dec 15 2017

Status: Available (was: Unconfirmed)
Project Member

Comment 3 by sheriffbot@chromium.org, Dec 17

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment