Bug 137267

Summary: Windows EWS went purple when it failed to build
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: rniwa, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix rniwa: review+

Alexey Proskuryakov
Reported 2014-09-30 14:12:01 PDT
There seems to be something strange about Windows EWS - its bubble doesn't show up at first, and when it failed to build, it went purple instead of orange.
Attachments
proposed fix (1.99 KB, patch)
2014-09-30 14:25 PDT, Alexey Proskuryakov
rniwa: review+
Alexey Proskuryakov
Comment 1 2014-09-30 14:15:32 PDT
I think that I know what it is, it's a bug in Attachment._calculate_queue_positions. all_work_items = WorkItems.all().fetch(limit=len(Queue.all())) This only fetches as many queues as we have configured now - but we've deleted many queues, and they are still in the table. So we fail to fetch work items for some queues.
Alexey Proskuryakov
Comment 2 2014-09-30 14:25:25 PDT
Created attachment 238962 [details] proposed fix
Alexey Proskuryakov
Comment 3 2014-09-30 14:30:42 PDT
Note You need to log in before you can comment on or make changes to this bug.