-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
This test times out (doesn't get to the done call). Tweaking timeout seemed to improve it for a bit, but not reliably so. Disabling all other integration tests does allow it to pass, however.
The failing test is: https://github.com/freedomjs/freedom/blob/soycode-fixstoragetest/spec/providers/storage/storage.isolated-shared.integration.spec.js#L30-L51
And the method where it looks to hang is: https://github.com/freedomjs/freedom/blob/soycode-fixstoragetest/spec/util.js#L291-L302
Firefox 39.0.0 (Ubuntu 0.0.0) WARN '%c[Module Shared Storage]%c', 'color: red', 'color: none',
'[unbound Provider] dropping message {"to":13,"type":"message","message"
{"action":"method","type":"set","reqId":1,"text":["outerKey","outerValue"],"binary":[]}}'
That is, it doesn't even get into the first callback (the test is a sequence of 5 callbacks).
Metadata
Metadata
Assignees
Labels
No labels