Skip to content

Commit

Permalink
Always include serialization debug info when running tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Apr 3, 2014
1 parent 1279df2 commit 92cca08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ object SparkBuild extends Build {
fork := true,
javaOptions in Test += "-Dspark.home=" + sparkHome,
javaOptions in Test += "-Dspark.testing=1",
javaOptions in Test += "-Dsun.io.serialization.extendedDebugInfo=true",
javaOptions in Test ++= System.getProperties.filter(_._1 startsWith "spark").map { case (k,v) => s"-D$k=$v" }.toSeq,
javaOptions += "-Xmx3g",
// Show full stack trace and duration in test cases.
Expand Down

0 comments on commit 92cca08

Please sign in to comment.