Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Conversation

jamestalmage
Copy link
Contributor

$q.all was previously getting called with an empty array when you tried to delete a query. The array was being populated asynchronously, but $q.all was called before those async calls returned.

$q.all was previously getting called with an empty array when you
tried to delete a query. The array was being populated asynchronously,
but $q.all was called before those async called returned.
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 9a41c4b on jamestalmage:remove-bug into * on firebase:master*.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to do a double call to flushAll() for this test to pass.
Seems like a bug somewhere. (Mockfirebase maybe?).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here as well.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 06608d6 on jamestalmage:remove-bug into * on firebase:master*.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Declared and not used : ( Great find.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank Webstorm for that one.

katowulf added a commit that referenced this pull request Dec 4, 2014
@katowulf katowulf merged commit 38c509f into FirebaseExtended:master Dec 4, 2014
@jamestalmage jamestalmage deleted the remove-bug branch December 4, 2014 20:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants