Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/7093#discussion_r34171149
--- Diff: core/src/test/scala/org/apache/spark/ThreadingSuite.scala ---
@@ -130,7 +131,7 @@ class ThreadingSuite extends SparkFunSuite with
LocalSparkContext {
Thread.sleep(100)
}
if (running.get() != 4) {
- println("Waited 1 second without seeing runningThreads = 4
(it was " +
+ logInfo("Waited 1 second without seeing runningThreads = 4
(it was " +
--- End diff --
Oh darn, maybe the logging ends up dragging in some reference to the outer
class. Maybe just zap this whole clause, or make the error message a field in
this `ThreadingSuiteState` and use it below.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]