Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

[firefox]: for some tests HUD never shows up #156

Open
legomushroom opened this issue Jun 29, 2017 · 4 comments
Open

[firefox]: for some tests HUD never shows up #156

legomushroom opened this issue Jun 29, 2017 · 4 comments
Assignees
Milestone

Comments

@legomushroom
Copy link
Member

legomushroom commented Jun 29, 2017

For some tests, HUD never shows up:

firefox-hud-2

Repro:

  1. Launch express.test.app
  2. Go to Timeline, click on Http Services

Consistency: Firefox only

@legomushroom legomushroom added this to the M022 milestone Jun 29, 2017
@mike-kaufman mike-kaufman modified the milestones: M023, M022 Jun 30, 2017
@mike-kaufman
Copy link
Contributor

need to verify if this is an issue with HUD or an issue w/ our tests.

@davidkpiano davidkpiano self-assigned this Jul 7, 2017
@davidkpiano
Copy link
Contributor

The issue is two-fold:

On Firefox:

an error to endpoint /timeline/http-services/streamResponse failed with error TypeError: NetworkError when attempting to fetch resource.

And there is an issue where, because the HUD didn't exist yet (UI blocking or something), DOM operations were attempted on nodes that did not exist yet, so it was throwing errors. (PR for this soon)

@philliphoff
Copy link
Contributor

With the latest HUD bits I'm still seeing this issue (on Firefox only, only for the Timeline::Http Services tests).

@philliphoff
Copy link
Contributor

Still seeing this issue on Firefox on v0.22.7. However, it seems to be restricted to only the test "suites" that are fetch()-based. When running the XHR-based equivalent suites, the HUD is shown immediately. Perhaps there's a slightly different update/refresh path between the HUD's fetch() and XHR proxies?

@mike-kaufman mike-kaufman modified the milestone: M023 Jul 11, 2017
@mike-kaufman mike-kaufman modified the milestones: Backlog, M023 Aug 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants