Closed Bug 1388817 Opened 7 years ago Closed 7 years ago

AWFY task_info no longer contains output

Categories

(Testing Graveyard :: AWFY, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bc, Assigned: bc)

Details

Attachments

(1 file)

Beginning with https://arewefastyet.com/task_info.php?id=101190 the Output: section of the Task output is empty. https://arewefastyet.com/task_info.php?id=101189 is the last task which contains data in the Output: section. This began sometime between 03:30 and 05:30 AM 2017-08-09 PT.
I think that we might be having an issue with the 302 Found response for http requests. We might as well convert them all to https and eliminate the possibility. If this fixes the issue, fine. If not, we can continue looking.
Attachment #8895698 - Flags: review?(bbouvier)
Comment on attachment 8895698 [details] [diff] [review] https://github.com/mozilla/arewefastyet/pull/155 Review of attachment 8895698 [details] [diff] [review]: ----------------------------------------------------------------- Merged on github, thanks! We might need to make sure the value of updateURL in all the awfy.config files on the workers use HTTPS too (there's one per worker, located in the awfy directory, at "slave/awfy.config").
Attachment #8895698 - Attachment is patch: true
Attachment #8895698 - Attachment mime type: text/x-github-pull-request → text/plain
Attachment #8895698 - Flags: review?(bbouvier) → review+
Thanks! awfy-cmp-osx.corp.mtv2.mozilla.com needed the change. The others were ok.
From an higher prospective, it's another sign that we should use some python lib to do all the requests (like `requests`). The first sign was that when treeherder switched to gzip compression of HTTP requests, we had to *manually* implement gzip decompression in order to work: see fetch_json in https://github.com/mozilla/arewefastyet/blob/master/slave/utils.py#L203 Using a request lib would make this transparent and avoid us bad surprises in the future (say, if/when treeherder starts using brotli compression or redirects too).
(In reply to Bob Clary [:bc:] from comment #3) > Thanks! awfy-cmp-osx.corp.mtv2.mozilla.com needed the change. The others > were ok. Wow, that was fast, thank you!
Looks like awfy-cmp-osx.corp.mtv2.mozilla.com had been rebooted. I restarted the task.
The dashboard is showing orange tasks which contain output again. We can call this fixed.
Assignee: nobody → bob
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Component: General → AWFY
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: