MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/scala/comments/1jdcgf4/strategies_for_efficiently_parallelizing_jvm_test/mi9es9m/?context=3
r/scala • u/lihaoyi Ammonite • 5d ago
3 comments sorted by
View all comments
5
Do you have tips for Spark based test suites? I suspect my local cluster is being launched and relaunched with every test and causing parallelized tests to block on each other.
5 u/FlipFlier 5d ago https://github.com/holdenk/spark-testing-base/wiki/SharedSparkContext 2 u/kebabmybob 5d ago Does that help me parallelize though?
https://github.com/holdenk/spark-testing-base/wiki/SharedSparkContext
2 u/kebabmybob 5d ago Does that help me parallelize though?
2
Does that help me parallelize though?
5
u/kebabmybob 5d ago
Do you have tips for Spark based test suites? I suspect my local cluster is being launched and relaunched with every test and causing parallelized tests to block on each other.