-
Notifications
You must be signed in to change notification settings - Fork 11
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
Tests fail with [email protected] #78
Comments
fyi: pouchdb/pouchdb#4339 |
@gr2m think it's todo with the stateless constructor but yeah I ran into the same thing. |
Okay, so a way around this would be to re-initialize the No idea how though |
Is there a an alternative to |
We have:
Unless we can implement purge I'd think we'd have to re instantiate the database ourselves. |
Okay, we throw an error in PouchDB now, so this will mean this test wont hang any more. |
could you check locally? Is the new PouchDB version out yet? |
No, it's not released yet. But 5.3.0 should have the fix. |
follow up for #75 (comment)
Just checked it locally and could reproduce it with [email protected], but not with 4.0.1. @NickColley are you looking into this already? It must have be something with the
db.destroy()
call here: https://github.com/hoodiehq/pouchdb-hoodie-api/blob/master/clear.js#L11The text was updated successfully, but these errors were encountered: