Mozregression second modifier opens as build homepage
Categories
(Testing :: mozregression, defect)
Tracking
(Not tracked)
People
(Reporter: david.sacal, Assigned: wlach)
References
Details
Attachments
(1 file)
|
8.10 KB,
image/png
|
Details |
Trying to find a regression range for the bug 1556472 i've found that opening mozregression on the command line using two arguments discards the second one
Steps to reproduce
1.-Open a command prompt console on Windows 10 Pro
2-Launch the command mozregression --good 2019-01-07 --arg='-P' --arg='-migration' or mozregression --good 2019-01-07 --arg='-ProfileManager' --arg='-migration'
Using double dash before modifiers will show the same behavior.
3.-The firefox build opens with the attached screenshot homepage, skipping both the profile manager and the migration process
Regards
David
| Assignee | ||
Comment 1•6 years ago
•
|
||
Hi David, does it help at all if you run mozregression like this:
mozregression --good 2019-01-07 --arg=-P --arg=-migration or mozregression --good 2019-01-07 --arg=-ProfileManager --arg=-migration
From my tests on Windows, I think the problem may just be with the quotes.
| Reporter | ||
Comment 2•6 years ago
|
||
Hi William,
Thank you.It works(now the migration windows is being opened) but it is still skipping the profile manager in both cases. In the blocked bug this modifier was required for testing.
| Assignee | ||
Comment 3•6 years ago
|
||
(In reply to David Sacal from comment #2)
Hi William,
Thank you.It works(now the migration windows is being opened) but it is still skipping the profile manager in both cases. In the blocked bug this modifier was required for testing.
That doesn't sound like a mozregression issue to me. Is there a command line invocation of Firefox which does pop up both the migration window and the profile manager?
On Windows 7 if I run this:
C:\Users\wlach>"c:\Program Files (x86)\Mozilla Firefox\firefox.exe" -migration -ProfileManager
I get the profile manager only.
If you need to run Firefox several times, you may be able to wire some kind of test case up with automatic bisection:
https://mozilla.github.io/mozregression/documentation/automatic-bisection.html
| Reporter | ||
Comment 4•6 years ago
|
||
That's strange. On windows10, if i run the same command i get both of them (i create a profile and then the migration dialog comes up). I was expecting the same behavior on mozregression. Thanks for the support!
| Assignee | ||
Comment 5•6 years ago
|
||
(In reply to David Sacal from comment #4)
That's strange. On windows10, if i run the same command i get both of them (i create a profile and then the migration dialog comes up). I was expecting the same behavior on mozregression. Thanks for the support!
Could be! Unfortunately I don't have a Windows10 image to reproduce right now, so can't investigate further. :(
Comment 6•6 years ago
|
||
The priority flag is not set for this bug.
:wlach, could you have a look please?
For more information, please visit auto_nag documentation.
| Assignee | ||
Comment 7•6 years ago
|
||
Not sure if there's anything more we can do here.
Description
•