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

Issue 3340013: Fix status reporting and auto-seq logic. (Closed)

Created:
10 years, 3 months ago by Tammo Spalink
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org, sosa+cc_chromium.org, seano+cc_chromium.org, ericli, petkov+cc_chromium.org
Visibility:
Public.

Description

Fix status reporting and auto-seq logic. BUG=chrome-os-partner:921 Change-Id: I547ef320d942504b839125a9aa4e9aeff8f21d99 TEST=

Patch Set 1 #

Total comments: 5

Patch Set 2 : make the logic in status_map more clear #

Total comments: 2

Patch Set 3 : small fix #

Patch Set 4 : address comment, and patch factory_Verify #

Unified diffs Side-by-side diffs Delta from patch set Stats (+250 lines, -196 lines) Patch
M client/bin/factory.py View 1 2 3 6 chunks +178 lines, -144 lines 0 comments Download
M client/bin/factory_ui View 8 chunks +32 lines, -21 lines 0 comments Download
M client/site_tests/factory_Verify/factory_Verify.py View 1 chunk +5 lines, -6 lines 0 comments Download
M client/site_tests/suite_Factory/control View 1 2 1 chunk +35 lines, -25 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Tammo Spalink
10 years, 3 months ago (2010-09-06 13:14:02 UTC) #1
Hung-Te
LGTM except some minor suggestions http://codereview.chromium.org/3340013/diff/1/2 File client/bin/factory.py (right): http://codereview.chromium.org/3340013/diff/1/2#newcode264 client/bin/factory.py:264: if parent_as is not ...
10 years, 3 months ago (2010-09-07 03:57:14 UTC) #2
Tammo Spalink
http://codereview.chromium.org/3340013/diff/1/2 File client/bin/factory.py (right): http://codereview.chromium.org/3340013/diff/1/2#newcode252 client/bin/factory.py:252: parent_as = self.test_db.get_subtest_parent(test) parent_as is set here, and is ...
10 years, 3 months ago (2010-09-07 07:02:55 UTC) #3
Hung-Te
LGTM with a comment to unused arg http://codereview.chromium.org/3340013/diff/6001/7001 File client/bin/factory.py (right): http://codereview.chromium.org/3340013/diff/6001/7001#newcode220 client/bin/factory.py:220: def filter(self, ...
10 years, 3 months ago (2010-09-07 08:04:04 UTC) #4
Tammo Spalink
10 years, 3 months ago (2010-09-07 08:15:25 UTC) #5
http://codereview.chromium.org/3340013/diff/6001/7001
File client/bin/factory.py (right):

http://codereview.chromium.org/3340013/diff/6001/7001#newcode220
client/bin/factory.py:220: def filter(self, target_status, only_top_level=True):
Well, you (Verify) are the only user, and it looks like you would be best served
by filtering all tests for now.  Can always add this later, so removed for now.

On 2010/09/07 08:04:04, Hung-Te wrote:
> this is not used (yet) - maybe in the future?

Powered by Google App Engine
This is Rietveld 408576698