Closed
Bug 1216270
Opened 10 years ago
Closed 10 years ago
Print the pushlog regression range every step
Categories
(Testing :: mozregression, defect)
Testing
mozregression
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jrmuizel, Assigned: parkouss)
Details
Attachments
(1 file)
It would be very valuable to be able to track the progress of the bisection by printing urls of this style every step:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=f3b757156f69&tochange=2fad09a0540d
| Assignee | ||
Comment 1•10 years ago
|
||
Seems great to me. So, I'm working on adding something like this:
> 0:37.30 LOG: MainThread Bisector INFO Narrowed nightly regression window from [2015-08-01, 2015-08-05] (4 days) to [2015-08-03, 2015-08-05] (2 days) (~1 steps left)
> 0:37.30 LOG: MainThread Bisector INFO Pushlog:
> https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=32712cd01159&tochange=f3b757156f69
After every step. (After every narrowed regression window precisely)
Assignee: nobody → j.parkouss
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•10 years ago
|
||
I tested it, this seems to work well. I'm sure it is valuable, and if review is fine I think we could back-port it in the 1.0.x branch and release a minor version with that.
Attachment #8676043 -
Flags: review?(wlachance)
Comment 3•10 years ago
|
||
Comment on attachment 8676043 [details] [review]
print pushlog at every step
For some reason I thought this was already implemented, anyway, this looks good!
Attachment #8676043 -
Flags: review?(wlachance) → review+
| Assignee | ||
Comment 4•10 years ago
|
||
Landed in https://github.com/mozilla/mozregression/commit/2dd4302c2185f0d4c90fcd2644e89062ed3cdcff.
I'm going to release that, and a few other things maybe in a 1.1.0 release this week.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•