Closed
Bug 1430881
Opened 8 years ago
Closed 7 years ago
AWFY - awfy-cmp-win hang caused by Edge running octane
Categories
(Testing Graveyard :: AWFY, enhancement)
Testing Graveyard
AWFY
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Unassigned)
References
Details
Attachments
(2 files)
|
49.48 KB,
text/plain
|
Details | |
|
48 bytes,
patch
|
bbouvier
:
review+
|
Details | Diff | Splinter Review |
We were able to get logs when awfy-cmp-win hung. It appears to be Edge/octane but the hang occurred fairly quickly after the run started. Attaching the log for your viewing pleasure.
Ben: What is our next step here?
Flags: needinfo?(bbouvier)
Comment 1•8 years ago
|
||
Hard to say.
It seems that AWFY can't even find Edge on the machine; it might be useful to check if ./edge.py works (it just produces an info.json file that's then being used by execute.py), and if ./execute.py manages to start Edge, on a cygwin / windows machine. Perhaps a path changed or something?
Just a word of caution here: if I remember correctly, logs are flushed after being written out, right? Just want to confirm there's no risk another message is showing up somewhere and we'd be missing it.
Flags: needinfo?(bbouvier) → needinfo?(bob)
| Reporter | ||
Comment 2•8 years ago
|
||
There is always a possibility we miss a message but we flush the logging log handlers at the same time the stdout, stderr are flushed.
If Edge isn't running, then Firefox is causing the hang.
Flags: needinfo?(bob)
| Reporter | ||
Comment 3•8 years ago
|
||
fix name collision which prevents proper initialization of the submitter.
Attachment #8943286 -
Flags: review?(bbouvier)
Comment 4•8 years ago
|
||
Comment on attachment 8943286 [details] [diff] [review]
https://github.com/mozilla/arewefastyet/pull/191
Review of attachment 8943286 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks
Attachment #8943286 -
Attachment is patch: true
Attachment #8943286 -
Attachment mime type: text/x-github-pull-request → text/plain
Attachment #8943286 -
Flags: review?(bbouvier) → review+
| Reporter | ||
Comment 5•8 years ago
|
||
The real problem or at least another was the improper call to super in PrintSubmitter.
https://github.com/mozilla/arewefastyet/commit/c932ede73f4d3abc8ab8d8fc372c89ce524a2c5b
| Reporter | ||
Comment 6•8 years ago
|
||
python execute.py --submitter print -b remote.sunspider -b remote.octane -b remote.kraken -b remote.massive -b local.assorteddom -b local.webaudio -b local.unity-webgl -b remote.jetstream -b remote.speedometer-misc -e ~/repos/edge/ -c default --submitter-mode "edge,default:edge_win10"
is running Edge fwiw.
| Reporter | ||
Comment 7•8 years ago
|
||
I ran Firefox and Chrome manually and did not experience a problem. I've restarted testing for the moment until the next hang at least.
Comment 8•7 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:bc, could you have a look please?
Flags: needinfo?(bob)
| Reporter | ||
Comment 9•7 years ago
|
||
This was actually merged https://github.com/mozilla/arewefastyet/pull/191 so I'll mark it fixed though this framework is now decommissioned.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(bob)
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•