Raptor jobs for Fission current fail with "no such option: --setpref"
Categories
(Testing :: Raptor, defect, P2)
Tracking
(Fission Milestone:M5)
Fission Milestone | M5 |
People
(Reporter: whimboo, Unassigned)
References
Details
As it can be seen on this try push the Raptor job currently fails for Fission:
[taskcluster 2019-07-03T13:46:04.365Z] Executing command 0: /usr/local/bin/python2 -u 'mozharness/scripts/raptor_script.py' --cfg 'mozharness/configs/raptor/mac_config.py' --test=raptor-youtube-playback '--setpref="fission.autostart=true"' --download-symbols ondemand --test=raptor-youtube-playback '--setpref="fission.autostart=true"'
Usage: raptor_script.py [options]
raptor_script.py: error: no such option: --setpref
Reason is that the raptor mozharness script doesn't have a --setpref
option.
Updated•5 years ago
|
Comment hidden (Intermittent Failures Robot) |
Updated•5 years ago
|
Comment 2•5 years ago
|
||
Looks like a regression from bug 1555792. Though since fission isn't running anywhere that causes backouts, it isn't Byron's fault.
Comment 3•5 years ago
|
||
Bug 1555792 has not landed yet, and those try pushes do not have my patches in them. I tripped over this bug while working on bug 1555792, but I worked around it by not setting my prefs on raptor jobs.
Reporter | ||
Comment 4•5 years ago
|
||
Also see bug 1555792 where this has been done for a couple other test jobs.
Comment 5•5 years ago
|
||
So... I was completely flying by the seat of my pants on that bug, for what it is worth. Please don't assume I really knew what I was doing...
Reporter | ||
Comment 6•5 years ago
|
||
Actually the mozharness addition will only be half of the job. The other half will be to bake in the preference setting support in the Raptor harness itself. Something like...
https://searchfox.org/mozilla-central/rev/4436573fa3d5c4311822090e188504c10c916c6f/testing/raptor/raptor/cmdline.py
https://searchfox.org/mozilla-central/rev/4436573fa3d5c4311822090e188504c10c916c6f/testing/raptor/raptor/raptor.py#938
Comment 7•5 years ago
|
||
Tentatively moving all bugs whose summaries mention "Fission" (or other Fission-related keywords) but are not assigned to a Fission Milestone to the "?" triage milestone.
This will generate a lot of bugmail, so you can filter your bugmail for the following UUID and delete them en masse:
0ee3c76a-bc79-4eb2-8d12-05dc0b68e732
Comment 8•5 years ago
|
||
M5 so engineers can run Raptor-Fis sooner.
Comment 9•5 years ago
|
||
When i created the patch for raptor to enable fission: https://bugzilla.mozilla.org/show_bug.cgi?id=1585593
I added the --setpref to command line to be able to use --setpref=fission.autostart=true
https://hg.mozilla.org/mozilla-central/rev/8aa294ef7cc2#l2.18
I think we can close this ticket as fixed.
Reporter | ||
Comment 10•5 years ago
|
||
Looks like it's more a duplicate of bug 1585593.
Description
•