Closed
Bug 1176708
Opened 10 years ago
Closed 10 years ago
Results of Nightly-bisection not showing the dates anymore
Categories
(Testing :: mozregression, defect)
Testing
mozregression
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: elbart, Assigned: sabergeass, Mentored)
Details
(Whiteboard: [good first bug][lang=python])
Attachments
(1 file)
0.30:
0:06.27 LOG: MainThread Bisector INFO Last good revision: 3c26bef95d54 (2015-06-15)
0:06.27 LOG: MainThread Bisector INFO First bad revision: ce863f9d8864 (2015-06-16)
0:06.28 LOG: MainThread Bisector INFO Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=3c26bef95d54&tochange=ce863f9d8864
0.31+:
0:21.12 LOG: MainThread Bisector INFO Last good revision: 3c26bef95d54
0:21.12 LOG: MainThread Bisector INFO First bad revision: ce863f9d8864
0:21.12 LOG: MainThread Bisector INFO Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=3c26bef95d54&tochange=ce863f9d8864
Comment 1•10 years ago
|
||
Hey Jonathan, would you be interested for this bug ?
Mentor: j.parkouss
Flags: needinfo?(jonathan.pigree)
Updated•10 years ago
|
Assignee: nobody → jonathan.pigree
Comment 3•10 years ago
|
||
This bug seems obsolete to me. The result looks like this now:
4:58.03 LOG: MainThread Bisector INFO Newest known good nightly: 2014-12-11
4:58.03 LOG: MainThread Bisector INFO Oldest known bad nightly: 2014-12-15
But now it is the commit sha1 which is missing? Is it a bug?
Updated•10 years ago
|
Flags: needinfo?(j.parkouss)
Updated•10 years ago
|
Flags: needinfo?(elbart)
Comment 4•10 years ago
|
||
Jonathan, this is about the text displayed at the end of the bisection. you can make it appear pretty fast if you hit CTRL-C while downloading the first build:
(mozregression)[jp@parkouss mozregression-mozilla]$ mozregression -g 2015-08-01 -b 2015-08-05
/home/jp/.mozregression.cfg loaded
0:04.51 LOG: MainThread Bisector INFO Downloading build from: https://archive.mozilla.org/pub/mozilla.org/firefox/nightly/2015/08/2015-08-03-03-02-07-mozilla-central/firefox-42.0a1.en-US.linux-x86_64.tar.bz2
^C=== Downloaded 2% =====
Interrupted.
0:07.67 LOG: Dummy-9 Bisector INFO Last good revision: aeb85029c3b3
0:07.67 LOG: Dummy-9 Bisector INFO First bad revision: f3b757156f69
0:07.67 LOG: Dummy-9 Bisector INFO Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=aeb85029c3b3&tochange=f3b757156f69
0:07.67 LOG: Dummy-9 Bisector INFO To resume, run:
0:07.67 LOG: Dummy-9 Bisector INFO mozregression --good=2015-08-01 --bad=2015-08-05 --app=firefox --bits=64
Flags: needinfo?(j.parkouss)
Flags: needinfo?(elbart)
Comment 5•10 years ago
|
||
Oh great. I finally see what you were talking about. You have to quit mozregression with ctrl+c to see this.
(In reply to jonathan.pigree from comment #3)
> This bug seems obsolete to me. The result looks like this now:
> 4:58.03 LOG: MainThread Bisector INFO Newest known good nightly: 2014-12-11
> 4:58.03 LOG: MainThread Bisector INFO Oldest known bad nightly: 2014-12-15
>
> But now it is the commit sha1 which is missing? Is it a bug?
The date is only shown when you prematurely "exit" a nightly-bisection, as you did in your example.
When you're down to the range being between to consecutive nightlies, you only get the has, e.g.
Was this nightly build good, bad, or broken? (type 'good', 'bad', 'skip', 'retry
', 'back' or 'exit' and press Enter): g
2:03.37 LOG: MainThread Bisector INFO Narrowed nightly regression window from [
2015-08-03, 2015-08-05] (2 days) to [2015-08-04, 2015-08-05] (1 days) (~0 steps
left)
2:03.37 LOG: MainThread Bisector INFO Got as far as we can go bisecting nightli
es...
2:03.39 LOG: MainThread Bisector INFO Last good revision: 5b54831761b1
2:03.39 LOG: MainThread Bisector INFO First bad revision: f3b757156f69
2:03.39 LOG: MainThread Bisector INFO Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=5b54831761b1&tocha
nge=f3b757156f69
Comment 7•10 years ago
|
||
Okay. Thanks. Julien. Now I can investigate.
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 8•10 years ago
|
||
Yep, thanks Elbart for the precision. So to make things clear, this is printed when nightly bisection ends. So another easy way to get there is to just use a one day range for the dates (this implies that the nigthly bisection is finished, and mozregression will then try to bisect inbounds):
(mozregression)[jp@parkouss mozregression-mozilla]$ mozregression -g 2015-08-01 -b 2015-08-02
/home/jp/.mozregression.cfg loaded
0:04.19 LOG: MainThread Bisector INFO Got as far as we can go bisecting nightlies...
0:04.19 LOG: MainThread Bisector INFO Last good revision: aeb85029c3b3
0:04.19 LOG: MainThread Bisector INFO First bad revision: 32712cd01159
0:04.19 LOG: MainThread Bisector INFO Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=aeb85029c3b3&tochange=32712cd01159
When using "skip" (i.e. crashing nightly build with a certain setting), you could still reach the end of nightly-bisection with a range >1d.
Comment 10•10 years ago
|
||
Hey, thanks for all the tips. Will try to capitalize on all this. I managed to make this work but not in all cases. So it still needs some work.
Comment 11•10 years ago
|
||
Jonathan is busy with other stuff right now. So let's see if someone else is interested for this bug. :)
Assignee: jonathan.pigree → nobody
Whiteboard: [good first bug][lang=python]
Comment 12•10 years ago
|
||
mikeling, maybe you would be interested to work on this bug ?
Flags: needinfo?(sabergeass)
| Assignee | ||
Comment 13•10 years ago
|
||
Attachment #8678547 -
Flags: review?(j.parkouss)
Comment 14•10 years ago
|
||
Comment on attachment 8678547 [details] [review]
PR for bug 1176708
Thanks Mikeling!
Merged manually in https://github.com/mozilla/mozregression/commit/77acf563f4e1ef189c516833eef2ae47a5c2438b.
Attachment #8678547 -
Flags: review?(j.parkouss) → review+
Comment 15•10 years ago
|
||
Will be included in next release.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•