RESOLVED FIXED 48547
[chromium] add a result-small.json file for the test dashboard
https://bugs.webkit.org/show_bug.cgi?id=48547
Summary [chromium] add a result-small.json file for the test dashboard
Ojan Vafai
Reported 2010-10-28 12:15:49 PDT
[chromium] add a result-small.json file for the test dashboard
Attachments
Patch (10.15 KB, patch)
2010-10-28 12:18 PDT, Ojan Vafai
no flags
Patch (10.13 KB, patch)
2010-10-28 14:34 PDT, Ojan Vafai
tony: review+
Ojan Vafai
Comment 1 2010-10-28 12:18:34 PDT
Victor Wang
Comment 2 2010-10-28 12:31:49 PDT
LGTM. Thanks for taking care of this.
Tony Chang
Comment 3 2010-10-28 12:41:01 PDT
Comment on attachment 72218 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=72218&action=review > WebKitTools/TestResultServer/model/jsonresults.py:444 > + (master, builder, test_type, JSON_RESULTS_FILE_SMALL)) filename instead of JSON_RESULTS_FILE_SMALL, right? > WebKitTools/TestResultServer/model/jsonresults_unittest.py:31 > +sys.path.append(sys.path[0] + '/..') os.path.join, but I think you can just do sys.path.append(".."). > WebKitTools/TestResultServer/model/jsonresults_unittest.py:34 > +sys.path.append('/usr/local/google_appengine/') > +sys.path.append('/usr/local/google_appengine/lib/yaml/lib/') tears :(
Ojan Vafai
Comment 4 2010-10-28 14:34:11 PDT
Ojan Vafai
Comment 5 2010-10-28 14:34:57 PDT
(In reply to comment #3) > (From update of attachment 72218 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=72218&action=review > > > WebKitTools/TestResultServer/model/jsonresults.py:444 > > + (master, builder, test_type, JSON_RESULTS_FILE_SMALL)) > > filename instead of JSON_RESULTS_FILE_SMALL, right? Whoops. > > WebKitTools/TestResultServer/model/jsonresults_unittest.py:31 > > +sys.path.append(sys.path[0] + '/..') > > WebKitTools/TestResultServer/model/jsonresults_unittest.py:34 > > +sys.path.append('/usr/local/google_appengine/') > > +sys.path.append('/usr/local/google_appengine/lib/yaml/lib/') > > tears :( At Evan's suggestion, I just put in an error message if you're missing one of these.
Ojan Vafai
Comment 6 2010-10-28 16:20:10 PDT
Note You need to log in before you can comment on or make changes to this bug.