-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Occasional test fails - Fake XHR #1639
Comments
Problem might fix itself with prebid 1.0. Not sure it's worth tracking down or not at this point. |
Is there a way to re-run the Travis-CI tests when this happens on a PR update? |
@tedrand I think one of the project collaborators have to do it. I think by now everyone who reviews prebid PRs knows about this... so if tests fail, we always check to see if it's a true failure. I agree with @mkendall07, though... unit tests for adapters are much less complicated in prebid 1.0. There's a good chance these will fix themselves naturally. |
It should be noted that this is still an issue in prebid 1.0. My latest pull-request #1976 failed twice in a row due to these errors before passing on the third try. The error was in a beforeEach hook one time and afterEach hook the other time, but both related to "unknown function |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Type of issue
Bug
Description
This issue is to track a persistent issue with the hooks failing and breaking the tests:
Steps to reproduce
Run the tests a lot; not easy to reproduce otherwise.
Platform details
OSX, node 6.9.1, npm 3.10.8; but also seems to break occasionally in Travis-CI
Other information
Some similar issues fixed in #1626, but this issue remains and seems a bit more difficult to track down the cause of.
The text was updated successfully, but these errors were encountered: