Skip to content

oauth.remotepageauth doesn't close tabs successfully in Firefox #292

@agallant

Description

@agallant

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions