Closed
Bug 1914354
Opened 1 year ago
Closed 1 year ago
Remove polling for profile data in android_emulator_pgo.py which is no longer needed after bug 1761634
Categories
(Release Engineering :: Applications: MozharnessCore, task, P3)
Release Engineering
Applications: MozharnessCore
Tracking
(firefox132 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
Details
(Whiteboard: [webdriver:m12])
Attachments
(1 file)
With my changes in https://phabricator.services.mozilla.com/D219836 the polling for the profile data will no longer be needed given that the quit() command of Marionette explicitly waits for the application to have shutdown, including the profile data written.
| Assignee | ||
Comment 1•1 year ago
|
||
Even through bug 1761634 was reopened the related code change for this bug was kept in place. So polling can still be removed and is not blocked on a final solution on bug 1761634.
No longer depends on: 1761634
| Assignee | ||
Comment 2•1 year ago
|
||
Here's a try build to check if removing the polling works as expected:
https://treeherder.mozilla.org/jobs?repo=try&revision=c8b1eb30607fd894ae01f8205d357ef5eb2ea477
| Assignee | ||
Comment 3•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [webdriver:m12]
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9b575832ccca
[mozharness] Remove polling for profile data in android_emulator_pgo.py. r=jmaher
Comment 5•1 year ago
|
||
| bugherder | ||
| Assignee | ||
Updated•1 year ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•