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)

defect

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.

Type: enhancement → defect
Priority: -- → P2
Priority: P2 → P3
Version: Version 3 → unspecified
Severity: normal → S3
Whiteboard: [fxp]

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.

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
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: