Add --raptor option for mach perftest-test
Categories
(Testing :: Raptor, task, P1)
Tracking
(firefox128 fixed)
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: afinder, Assigned: afinder)
References
(Depends on 2 open bugs, Blocks 3 open bugs)
Details
(Whiteboard: [fxp])
Attachments
(1 file, 1 obsolete file)
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 1•2 years ago
•
|
||
This is a bug where was added the side-by-side
command to ./mach perftest-tools
https://bugzilla.mozilla.org/show_bug.cgi?id=1774181
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Currently, the raptor unit tests are executed through the pytest library in the mozunit.py module. When running unit tests through mozperftest however, we compose the arguments for the pytest subcommand, which we then run via a subprocess here. The ideal solution would be to concatenate the mozperftest tests directory with the directory containing the raptor unit tests. However, this only works for some individual tests at the moment, not the entire list of modules, so we need to adapt the pytest command to include the raptor unit tests folder, which will be done in the patches for the following two bugzilla tickets Bug 1850907 Ensure that raptor unit tests are compatible with perftest-test and Bug 1850905 Link Raptor unit tests to mozperftest locally.
Updated•1 year ago
|
Assignee | ||
Comment 4•1 year ago
|
||
Comment 6•1 year ago
|
||
bugherder |
Description
•