Closed
Bug 1523435
Opened 6 years ago
Closed 1 year ago
--gecko-profile causes two tabs to load during ts_paint
Categories
(Testing :: Talos, defect, P3)
Testing
Talos
Tracking
(firefox121 fixed)
RESOLVED
FIXED
121 Branch
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: bdahl, Assigned: canova)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxp])
Attachments
(1 file)
When I run:
./mach talos-test -a ts_paint --gecko-profile
I see Firefox load two tabs, each with tspaint_test.html. If I remove "--gecko-profile" I see the expected behavior of a single tab during the test.
Updated•6 years ago
|
Type: enhancement → defect
Priority: -- → P2
Updated•5 years ago
|
Priority: P2 → P3
Version: Version 3 → unspecified
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Whiteboard: [fxp]
Updated•2 years ago
|
Assignee | ||
Comment 1•1 year ago
|
||
It looks like this is a regression from Bug 1121571. This was opening two tabs
instead of one because we are already adding the url
to the command line
arguments below:
https://searchfox.org/mozilla-central/rev/40d51bef58b8e901d6ab4b60dd280f372a0e417d/testing/talos/talos/utils.py#165-166
Since we have this addition below, we don't have to do it again inside of this
if branch.
Updated•1 year ago
|
Assignee: nobody → canaltinova
Status: NEW → ASSIGNED
Pushed by canaltinova@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/5e0414b6e7a9
Do not open two tabs for talos startup tests if the profiler is enabled r=perftest-reviewers,sparky
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•