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

Issue 11437018: Change test running logic to run tests without any size annotation. (Closed)

Created:
8 years ago by shashi
Modified:
8 years ago
Reviewers:
Yaron, frankf
CC:
chromium-reviews, ilevy+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, peter+watch_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Change test running logic to run tests without any size annotation. Currently some tests without any test size annotation but with any other annotation (like PhoneOnly) are not run. These tests are not disabled and should be run, all disabled tests should now have a DisabledTest annotation. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171434

Patch Set 1 : #

Total comments: 5

Patch Set 2 : apply feedback #

Total comments: 8

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -11 lines) Patch
M build/android/pylib/run_java_tests.py View 1 2 3 1 chunk +22 lines, -11 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
shashi
8 years ago (2012-12-05 18:59:06 UTC) #1
Yaron
+Frank who's taken ownership of these scripts https://chromiumcodereview.appspot.com/11437018/diff/3001/build/android/pylib/run_java_tests.py File build/android/pylib/run_java_tests.py (right): https://chromiumcodereview.appspot.com/11437018/diff/3001/build/android/pylib/run_java_tests.py#newcode536 build/android/pylib/run_java_tests.py:536: default_size_annotation = ...
8 years ago (2012-12-05 21:52:49 UTC) #2
frankf
https://chromiumcodereview.appspot.com/11437018/diff/3001/build/android/pylib/run_java_tests.py File build/android/pylib/run_java_tests.py (right): https://chromiumcodereview.appspot.com/11437018/diff/3001/build/android/pylib/run_java_tests.py#newcode536 build/android/pylib/run_java_tests.py:536: default_size_annotation = 'FlakyTest' Agree with Yaron. If someone adds ...
8 years ago (2012-12-05 22:12:25 UTC) #3
shashi
https://chromiumcodereview.appspot.com/11437018/diff/3001/build/android/pylib/run_java_tests.py File build/android/pylib/run_java_tests.py (right): https://chromiumcodereview.appspot.com/11437018/diff/3001/build/android/pylib/run_java_tests.py#newcode536 build/android/pylib/run_java_tests.py:536: default_size_annotation = 'FlakyTest' I have it as FlakyTest so ...
8 years ago (2012-12-05 23:30:06 UTC) #4
frankf
https://chromiumcodereview.appspot.com/11437018/diff/11001/build/android/pylib/run_java_tests.py File build/android/pylib/run_java_tests.py (right): https://chromiumcodereview.appspot.com/11437018/diff/11001/build/android/pylib/run_java_tests.py#newcode535 build/android/pylib/run_java_tests.py:535: def testsMissingAnnotation(test_apk): Unfortunately, we don't follow the google3 style ...
8 years ago (2012-12-05 23:54:17 UTC) #5
shashi
https://chromiumcodereview.appspot.com/11437018/diff/11001/build/android/pylib/run_java_tests.py File build/android/pylib/run_java_tests.py (right): https://chromiumcodereview.appspot.com/11437018/diff/11001/build/android/pylib/run_java_tests.py#newcode535 build/android/pylib/run_java_tests.py:535: def testsMissingAnnotation(test_apk): On 2012/12/05 23:54:17, frankf wrote: > Unfortunately, ...
8 years ago (2012-12-06 00:27:26 UTC) #6
frankf
LGTM with nit. https://chromiumcodereview.appspot.com/11437018/diff/11001/build/android/pylib/run_java_tests.py File build/android/pylib/run_java_tests.py (right): https://chromiumcodereview.appspot.com/11437018/diff/11001/build/android/pylib/run_java_tests.py#newcode550 build/android/pylib/run_java_tests.py:550: options.annotation[0] == default_size_annotation): What I meant: ...
8 years ago (2012-12-06 01:01:55 UTC) #7
shashi
https://chromiumcodereview.appspot.com/11437018/diff/11001/build/android/pylib/run_java_tests.py File build/android/pylib/run_java_tests.py (right): https://chromiumcodereview.appspot.com/11437018/diff/11001/build/android/pylib/run_java_tests.py#newcode550 build/android/pylib/run_java_tests.py:550: options.annotation[0] == default_size_annotation): Makes sense, we need not check ...
8 years ago (2012-12-06 01:18:39 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shashishekhar@chromium.org/11437018/7004
8 years ago (2012-12-06 01:21:33 UTC) #9
commit-bot: I haz the power
8 years ago (2012-12-06 06:47:39 UTC) #10
Message was sent while issue was closed.
Change committed as 171434

Powered by Google App Engine
This is Rietveld 408576698