Closed
Bug 1394957
Opened 8 years ago
Closed 8 years ago
When run by chunk, reftest logs incorrect total number of tests
Categories
(Testing :: Reftest, enhancement)
Testing
Reftest
Tracking
(firefox57 fixed)
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
Details
Attachments
(1 file)
|
920 bytes,
patch
|
ahal
:
review+
|
Details | Diff | Splinter Review |
https://public-artifacts.taskcluster.net/L3aXQdiQRmevMV4R1pa7WA/0/public/logs/live_backing.log
12:07:29 INFO - REFTEST INFO | Running chunk 8 out of 8 chunks. tests 13672-15631/1960
"1960" is the length of the chunk, which can be derived from the test range, and isn't particularly useful.
I think it would be better to display 13672-15631/15631, for example.
| Assignee | ||
Comment 1•8 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=8801f5a876e7bb9fe646bb2d5dd84e694353eb78
https://public-artifacts.taskcluster.net/M4WVWQguQHesoXbqwZfOmw/0/public/logs/live_backing.log
15:19:05 INFO - REFTEST INFO | Running chunk 8 out of 8 chunks. tests 13673-15631/15631
Attachment #8902456 -
Flags: review?(ahalberstadt)
Comment 2•8 years ago
|
||
Comment on attachment 8902456 [details] [diff] [review]
fix test total in log message
Review of attachment 8902456 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for tracking this down!
Attachment #8902456 -
Flags: review?(ahalberstadt) → review+
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/01b5e496f423
Fix logging of number of tests when running chunked reftests; r=ahal
Comment 4•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•