Skip to content
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

Adding support for before, after clauses to SparkFunSuite. #25

Merged

Conversation

tdanford
Copy link
Contributor

I had a problem, with another branch, where I couldn't access the SparkContext inside a before{}
or after{} block in a SparkFunSuite. This tries to fix that problem -- and refactors the creation
and destruction of the sparkcontext into separate methods for reuse.

I'm not sure if there's a problem though, with multi-threaded execution of tests? This seems fragile,
somehow, and could use some comments/review.

I had a problem, with another branch, where I couldn't access the SparkContext inside a before{}
or after{} block in a SparkFunSuite.  This tries to fix that problem -- and refactors the creation
and destruction of the sparkcontext into separate methods for reuse.

I'm not sure if there's a problem though, with multi-threaded execution of tests?  This seems fragile,
somehow, and could use some comments/review.
@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@AmplabJenkins
Copy link

Merged build finished.

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/ADAM/93/

massie added a commit that referenced this pull request Dec 12, 2013
Adding support for before, after clauses to SparkFunSuite.
@massie massie merged commit fad1241 into bigdatagenomics:master Dec 12, 2013
@massie
Copy link
Member

massie commented Dec 12, 2013

Thanks, Timothy!

@carlyeks carlyeks deleted the tdanford/sparktest-before branch December 12, 2013 15:09
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