-
Notifications
You must be signed in to change notification settings - Fork 308
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
Unit test failure: take10 works correctly on example SAM *** FAILED *** #537
Comments
@heuermh: did you ever come up with a solution? I'm running into this when i run |
It looks like one of your test suites might be failing to clean up the SparkContext that it creates, leading to two active SparkContexts that corrupt each others' state: The relevant error message here is
Is Features2ADAMSuite creating a SparkContext and not calling stop on it? |
@JoshRosen I do think that was the cause. I patched |
Closing, haven't seen this since |
After merging upstream to my fork this morning, I'm seeing one unit test failure and lots of warning stack traces (java.net.BindException: Address already in use)
Can anyone else reproduce?
The text was updated successfully, but these errors were encountered: