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

Issue 587493002: Config files (Closed)

Created:
6 years, 3 months ago by pgervais
Modified:
6 years, 3 months ago
Reviewers:
dnj, iannucci
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/infra/testing/expect_tests@serial_exec
Visibility:
Public.

Description

Config files Skipped subdirectories are now read from .expect_tests.cfg files instead of from __init__.py files. BUG=405428 R=dnj@chromium.org Committed: https://chromium.googlesource.com/infra/testing/expect_tests/+/f2e31f40239210edd1fa8fed795533b4614ffa25

Patch Set 1 #

Patch Set 2 : Changed config file name #

Total comments: 2

Patch Set 3 : Fixed variable name #

Patch Set 4 : Removed pythonpath support #

Patch Set 5 : Rebased properly #

Patch Set 6 : More cleanup #

Total comments: 3

Patch Set 7 : Fixed nits #

Total comments: 1

Patch Set 8 : Fixed yet another nit #

Patch Set 9 : Fixed yet another another nit (in a comment) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -27 lines) Patch
M expect_tests/pipeline.py View 1 2 3 4 5 6 7 8 9 chunks +43 lines, -27 lines 0 comments Download

Messages

Total messages: 15 (1 generated)
pgervais
Here's the final step before we can use expect_tests to test appengine apps in infra.git. ...
6 years, 3 months ago (2014-09-19 00:29:18 UTC) #2
dnj
On 2014/09/19 00:29:18, pgervais wrote: > Here's the final step before we can use expect_tests ...
6 years, 3 months ago (2014-09-19 00:32:24 UTC) #3
pgervais
On 2014/09/19 00:32:24, dnj wrote: > On 2014/09/19 00:29:18, pgervais wrote: > > Here's the ...
6 years, 3 months ago (2014-09-19 00:39:41 UTC) #4
pgervais
Uploaded new patchset, PTAL
6 years, 3 months ago (2014-09-19 21:14:42 UTC) #5
dnj
https://codereview.chromium.org/587493002/diff/20001/expect_tests/pipeline.py File expect_tests/pipeline.py (right): https://codereview.chromium.org/587493002/diff/20001/expect_tests/pipeline.py#newcode77 expect_tests/pipeline.py:77: black_list_filename = os.path.join(path, CONFIG_FILE_NAME) If you're generalizing this to ...
6 years, 3 months ago (2014-09-19 21:15:59 UTC) #6
pgervais
https://codereview.chromium.org/587493002/diff/20001/expect_tests/pipeline.py File expect_tests/pipeline.py (right): https://codereview.chromium.org/587493002/diff/20001/expect_tests/pipeline.py#newcode77 expect_tests/pipeline.py:77: black_list_filename = os.path.join(path, CONFIG_FILE_NAME) On 2014/09/19 21:15:59, dnj wrote: ...
6 years, 3 months ago (2014-09-19 22:06:26 UTC) #7
dnj
I think it's a solid direction. I'm somewhat concerned about the idea of adding new ...
6 years, 3 months ago (2014-09-19 22:21:04 UTC) #8
pgervais
On 2014/09/19 22:21:04, dnj wrote: > I think it's a solid direction. I'm somewhat concerned ...
6 years, 3 months ago (2014-09-19 22:49:44 UTC) #9
dnj
> The single use case I can think of is testing appengine in infra.git. I'm ...
6 years, 3 months ago (2014-09-19 23:07:04 UTC) #10
pgervais
On 2014/09/19 23:07:04, dnj wrote: > > The single use case I can think of ...
6 years, 3 months ago (2014-09-19 23:46:00 UTC) #11
dnj
LGTM w/ comment, +nit! https://codereview.chromium.org/587493002/diff/100001/expect_tests/pipeline.py File expect_tests/pipeline.py (right): https://codereview.chromium.org/587493002/diff/100001/expect_tests/pipeline.py#newcode90 expect_tests/pipeline.py:90: black_list = parser.get('expect_tests', 'skip').splitlines() This ...
6 years, 3 months ago (2014-09-19 23:56:06 UTC) #12
pgervais
Fixed nits and updated commit message. Will commit soon. https://codereview.chromium.org/587493002/diff/100001/expect_tests/pipeline.py File expect_tests/pipeline.py (right): https://codereview.chromium.org/587493002/diff/100001/expect_tests/pipeline.py#newcode236 expect_tests/pipeline.py:236: ...
6 years, 3 months ago (2014-09-20 00:26:55 UTC) #13
pgervais
https://codereview.chromium.org/587493002/diff/120001/expect_tests/pipeline.py File expect_tests/pipeline.py (right): https://codereview.chromium.org/587493002/diff/120001/expect_tests/pipeline.py#newcode163 expect_tests/pipeline.py:163: test_modules += ['.'.join(base_module_name This should be .extend(), sigh.
6 years, 3 months ago (2014-09-20 00:30:06 UTC) #14
pgervais
6 years, 3 months ago (2014-09-20 00:34:00 UTC) #15
Message was sent while issue was closed.
Committed patchset #9 (id:160001) manually as f2e31f4 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698