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

Issue 709853003: New expect_tests UI (Closed)

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

Description

Patch Set 1 #

Total comments: 22

Patch Set 2 : Filtering on the CLI works. #

Total comments: 51

Patch Set 3 : Addressed review comments #

Patch Set 4 : Refactoring #

Total comments: 9

Patch Set 5 : Fixed nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+725 lines, -185 lines) Patch
A expect_tests/listing.py View 1 2 3 1 chunk +240 lines, -0 lines 0 comments Download
M expect_tests/main.py View 1 chunk +3 lines, -12 lines 0 comments Download
M expect_tests/pipeline.py View 1 2 3 16 chunks +99 lines, -177 lines 0 comments Download
A expect_tests/test/data/.expect_tests.cfg View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
A expect_tests/test/data/README View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download
A expect_tests/test/data/ignored/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A expect_tests/test/data/other/README View 1 chunk +2 lines, -0 lines 0 comments Download
A expect_tests/test/data/other/package1/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A expect_tests/test/data/package1/README View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
A expect_tests/test/data/package1/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A expect_tests/test/data/package1/file1.py View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
A expect_tests/test/data/package1/file1_test.py View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
A expect_tests/test/data/package1/file2_test.py View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
A expect_tests/test/data/package1/subpackage1_1/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A expect_tests/test/data/package1/subpackage1_1/file3_test.py View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
A expect_tests/test/data/package1/subpackage1_1/subpackage1_1_1/__init__.py View 1 1 chunk +1 line, -0 lines 0 comments Download
A expect_tests/test/data/package1/subpackage1_1/subpackage1_1_1/file4_test.py View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
A expect_tests/test/data/package2/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A expect_tests/test/pipeline_test.py View 1 2 3 1 chunk +322 lines, -0 lines 0 comments Download
M expect_tests/type_definitions.py View 1 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (1 generated)
pgervais
The new UI for expect_tests is here! With that code, you can run things like ...
6 years, 1 month ago (2014-11-11 22:53:47 UTC) #2
pgervais
On 2014/11/11 22:53:47, pgervais wrote: > The new UI for expect_tests is here! > > ...
6 years, 1 month ago (2014-11-11 22:54:36 UTC) #3
agable
First round comments. I think this mostly looks pretty good actually. https://codereview.chromium.org/709853003/diff/20001/expect_tests/pipeline.py File expect_tests/pipeline.py (right): ...
6 years, 1 month ago (2014-11-12 03:15:10 UTC) #4
iannucci
Also mostly lg. added comments :) https://codereview.chromium.org/709853003/diff/1/expect_tests/pipeline.py File expect_tests/pipeline.py (right): https://codereview.chromium.org/709853003/diff/1/expect_tests/pipeline.py#newcode314 expect_tests/pipeline.py:314: for g in ...
6 years, 1 month ago (2014-11-12 20:26:25 UTC) #5
agable
https://codereview.chromium.org/709853003/diff/20001/expect_tests/test/pipeline_test.py File expect_tests/test/pipeline_test.py (right): https://codereview.chromium.org/709853003/diff/20001/expect_tests/test/pipeline_test.py#newcode41 expect_tests/test/pipeline_test.py:41: def test_get_python_root(self): Please refer to go/bhnol (internal link, sorry). ...
6 years, 1 month ago (2014-11-12 23:45:11 UTC) #6
pgervais
Thanks for your reviews. I'll file another patchset soon. https://chromiumcodereview.appspot.com/709853003/diff/20001/expect_tests/pipeline.py File expect_tests/pipeline.py (right): https://chromiumcodereview.appspot.com/709853003/diff/20001/expect_tests/pipeline.py#newcode77 expect_tests/pipeline.py:77: ...
6 years, 1 month ago (2014-11-13 00:28:27 UTC) #7
pgervais
New patchset uploaded!
6 years, 1 month ago (2014-11-13 01:00:13 UTC) #8
pgervais
I hopefully addressed all review comments from patchset 1. PTAL https://chromiumcodereview.appspot.com/709853003/diff/1/expect_tests/pipeline.py File expect_tests/pipeline.py (right): https://chromiumcodereview.appspot.com/709853003/diff/1/expect_tests/pipeline.py#newcode314 ...
6 years, 1 month ago (2014-11-13 17:55:47 UTC) #9
agable
LGTM modulo a bunch of testing nits. https://codereview.chromium.org/709853003/diff/20001/expect_tests/test/pipeline_test.py File expect_tests/test/pipeline_test.py (right): https://codereview.chromium.org/709853003/diff/20001/expect_tests/test/pipeline_test.py#newcode99 expect_tests/test/pipeline_test.py:99: On 2014/11/13 ...
6 years, 1 month ago (2014-11-14 20:00:09 UTC) #10
agable
LGTM modulo a bunch of testing nits.
6 years, 1 month ago (2014-11-14 20:00:10 UTC) #11
pgervais
6 years, 1 month ago (2014-11-14 22:35:04 UTC) #12
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
924c6c885ff44e705132eefbce398cd6f190aef6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698