Skip to content

Fix flaky PurchaseControllerTests.testDownloadAsync test. #174

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

Merged
merged 1 commit into from
Sep 4, 2015

Conversation

nlutsenko
Copy link
Contributor

This test is flaky on Travis because running the command doesn't happen asynchronously, but rather inline (it's mocked to reply with an already completed task) - so sometimes it's completing the overall task faster than it can report progress. Added another expectation for that to make sure that we get a progress callback always.

@grantland
Copy link

LGTM

@grantland grantland assigned nlutsenko and unassigned grantland Sep 4, 2015
nlutsenko added a commit that referenced this pull request Sep 4, 2015
Fix flaky PurchaseControllerTests.testDownloadAsync test.
@nlutsenko nlutsenko merged commit ff178c4 into master Sep 4, 2015
@nlutsenko nlutsenko deleted the nlutsenko.tests.flaky branch September 4, 2015 20:37
@nlutsenko nlutsenko added this to the 1.8.3 milestone Sep 7, 2015
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 this pull request may close these issues.

3 participants