Closed
Bug 1898230
Opened 1 year ago
Closed 1 year ago
Add CI test for background memory usage on mobile
Categories
(Testing :: Raptor, task, P1)
Testing
Raptor
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1898229
People
(Reporter: sparky, Assigned: sparky)
References
Details
(Whiteboard: [fxp][operational])
This bug is for adding a test for background memory usage on mobile Firefox, and Chrome browsers.
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [fxp]
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
:mleclair/:kaya, could either of you provide the scripts for this test and any additional info we might need for this?
Flags: needinfo?(mleclair)
Flags: needinfo?(kkaya)
| Assignee | ||
Updated•1 year ago
|
Summary: Add test for background memory usage on mobile → Add CI test for background memory usage on mobile
| Assignee | ||
Updated•1 year ago
|
Priority: -- → P2
Comment 2•1 year ago
•
|
||
:sparky,
I think we can utilize a multiple background processes to handle this task. One process will run the test, i.e. typing into the url bar, doing some regular surfing etc, and the other one collecting the process information.
The ps command has swap, res and shr memory values which are:
# res: rss
# shr: shared memory
# swap: swap I/O
Here's some scripts that run tests and collect process info simultaneously.
https://drive.google.com/drive/folders/1f6tlKkf1NuLxnWQxfV2RoJTl4VhCQyz4?usp=sharing
Flags: needinfo?(mleclair)
Flags: needinfo?(kkaya)
| Assignee | ||
Comment 3•1 year ago
|
||
This test was landed as part of bug 1898229.
Assignee: nobody → gmierz2
Status: NEW → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1898229
Resolution: --- → DUPLICATE
Updated•3 months ago
|
Priority: P2 → P1
Updated•3 months ago
|
Whiteboard: [fxp] → [fxp][operational]
Updated•3 months ago
|
Severity: S3 → S2
You need to log in
before you can comment on or make changes to this bug.
Description
•