Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graceful recovery when no manifest is present #99

Closed
paulirish opened this issue Mar 29, 2016 · 1 comment · Fixed by #102
Closed

Graceful recovery when no manifest is present #99

paulirish opened this issue Mar 29, 2016 · 1 comment · Fixed by #102
Assignees

Comments

@paulirish
Copy link
Member

image

I suppose there's a few cases that we shouldn't bomb on.

  • link rel manifest not found in DOM
  • link rel manifest found, but it 404s
  • manifest asset retrieved but it's invalid JSON
  • manifest members are missing, and all that.

I think we have decent coverage here, but we may need to bulk up tests for the manifest gatherer.

@brendankenny wanna take a stab here?

@samccone
Copy link
Contributor

  1. gatherer should be in a fault state

  2. audits should fail because the gatherer key is in an invalid state

  3. each audit should show an error message as to why it is borked.

  4. all done 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants