Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Issue 2067533002: Check for stray threads from tests and fail if found (Closed)

Created:
4 years, 6 months ago by Sergiy Byelozyorov
Modified:
4 years, 6 months ago
Reviewers:
tandrii(chromium)
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/infra/testing/testing_support.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 18

Patch Set 2 : Addressed comments #

Total comments: 2

Patch Set 3 : Addressed comments #

Total comments: 2

Patch Set 4 : Fix #

Patch Set 5 : Addressed comments #

Total comments: 2

Patch Set 6 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -3 lines) Patch
M README.md View 1 chunk +5 lines, -0 lines 0 comments Download
M testing_support/auto_stub.py View 2 chunks +4 lines, -3 lines 0 comments Download
A testing_support/tests/thread_watcher_test.py View 1 2 3 4 5 1 chunk +85 lines, -0 lines 0 comments Download
A testing_support/thread_watcher.py View 1 2 3 4 5 1 chunk +46 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
Sergiy Byelozyorov
PTAL and CQ. This can land now, but should only be deployed (via deps.pyl) after ...
4 years, 6 months ago (2016-06-13 16:10:04 UTC) #3
tandrii(chromium)
https://codereview.chromium.org/2067533002/diff/1/testing_support/auto_stub.py File testing_support/auto_stub.py (right): https://codereview.chromium.org/2067533002/diff/1/testing_support/auto_stub.py#newcode67 testing_support/auto_stub.py:67: class TestCase(thread_watcher.TestCase, AutoStubMixIn): i'd not touch this one. Provide ...
4 years, 6 months ago (2016-06-13 17:03:28 UTC) #5
Sergiy Byelozyorov
https://codereview.chromium.org/2067533002/diff/1/testing_support/auto_stub.py File testing_support/auto_stub.py (right): https://codereview.chromium.org/2067533002/diff/1/testing_support/auto_stub.py#newcode67 testing_support/auto_stub.py:67: class TestCase(thread_watcher.TestCase, AutoStubMixIn): On 2016/06/13 17:03:27, tandrii(chromium) wrote: > ...
4 years, 6 months ago (2016-06-14 06:12:15 UTC) #6
tandrii(chromium)
i'm OK with CL as is, but I think stack traces will ease debugging this ...
4 years, 6 months ago (2016-06-14 10:21:43 UTC) #7
Sergiy Byelozyorov
https://codereview.chromium.org/2067533002/diff/1/testing_support/auto_stub.py File testing_support/auto_stub.py (right): https://codereview.chromium.org/2067533002/diff/1/testing_support/auto_stub.py#newcode67 testing_support/auto_stub.py:67: class TestCase(thread_watcher.TestCase, AutoStubMixIn): On 2016/06/14 10:21:43, tandrii(chromium) wrote: > ...
4 years, 6 months ago (2016-06-14 19:47:01 UTC) #8
tandrii(chromium)
https://codereview.chromium.org/2067533002/diff/60001/testing_support/thread_watcher.py File testing_support/thread_watcher.py (right): https://codereview.chromium.org/2067533002/diff/60001/testing_support/thread_watcher.py#newcode25 testing_support/thread_watcher.py:25: # This can happen due to threads starting or ...
4 years, 6 months ago (2016-06-14 20:06:24 UTC) #10
Sergiy Byelozyorov
https://codereview.chromium.org/2067533002/diff/60001/testing_support/thread_watcher.py File testing_support/thread_watcher.py (right): https://codereview.chromium.org/2067533002/diff/60001/testing_support/thread_watcher.py#newcode25 testing_support/thread_watcher.py:25: # This can happen due to threads starting or ...
4 years, 6 months ago (2016-06-14 20:19:30 UTC) #11
tandrii(chromium)
LGTM % nit https://codereview.chromium.org/2067533002/diff/120001/testing_support/thread_watcher.py File testing_support/thread_watcher.py (right): https://codereview.chromium.org/2067533002/diff/120001/testing_support/thread_watcher.py#newcode30 testing_support/thread_watcher.py:30: details.append(' Thread already stopped.\n') s/already stopped/stopped ...
4 years, 6 months ago (2016-06-14 20:26:57 UTC) #13
Sergiy Byelozyorov
https://codereview.chromium.org/2067533002/diff/120001/testing_support/thread_watcher.py File testing_support/thread_watcher.py (right): https://codereview.chromium.org/2067533002/diff/120001/testing_support/thread_watcher.py#newcode30 testing_support/thread_watcher.py:30: details.append(' Thread already stopped.\n') On 2016/06/14 20:26:57, tandrii(chromium) wrote: ...
4 years, 6 months ago (2016-06-14 20:28:24 UTC) #14
Sergiy Byelozyorov
4 years, 6 months ago (2016-06-14 20:28:52 UTC) #16
Message was sent while issue was closed.
Committed patchset #6 (id:140001) manually as
ab9c80db669731ff1acdbe8f2f2a36433def4ba1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698