You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2013/12/24 07:07:30 UTC

[1/2] git commit: Show full stack trace and time taken in unit tests.

Updated Branches:
  refs/heads/master 23a9ae6be -> d63856c36


Show full stack trace and time taken in unit tests.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/fc80b2e6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/fc80b2e6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/fc80b2e6

Branch: refs/heads/master
Commit: fc80b2e693d4c52d0f1ada67216723902c09c666
Parents: 11107c9
Author: Reynold Xin <rx...@apache.org>
Authored: Mon Dec 23 21:20:20 2013 -0800
Committer: Reynold Xin <rx...@apache.org>
Committed: Mon Dec 23 21:20:20 2013 -0800

----------------------------------------------------------------------
 project/SparkBuild.scala | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/fc80b2e6/project/SparkBuild.scala
----------------------------------------------------------------------
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index ab96cfa..7bcbd90 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -114,6 +114,9 @@ object SparkBuild extends Build {
     fork := true,
     javaOptions += "-Xmx3g",
 
+    // Show full stack trace and duration in test cases.
+    testOptions in Test += Tests.Argument("-oDF"),
+
     // Only allow one test at a time, even across projects, since they run in the same JVM
     concurrentRestrictions in Global += Tags.limit(Tags.Test, 1),
 
@@ -259,7 +262,7 @@ object SparkBuild extends Build {
    libraryDependencies <+= scalaVersion(v => "org.scala-lang"  % "scala-reflect"  % v )
   )
 
-  
+
   def examplesSettings = sharedSettings ++ Seq(
     name := "spark-examples",
     libraryDependencies ++= Seq(


[2/2] git commit: Merge pull request #286 from rxin/build

Posted by rx...@apache.org.
Merge pull request #286 from rxin/build

Show full stack trace and time taken in unit tests.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/d63856c3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/d63856c3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/d63856c3

Branch: refs/heads/master
Commit: d63856c361cf47b1a508397ee9de38a7b5899fa0
Parents: 23a9ae6 fc80b2e
Author: Reynold Xin <rx...@apache.org>
Authored: Mon Dec 23 22:07:26 2013 -0800
Committer: Reynold Xin <rx...@apache.org>
Committed: Mon Dec 23 22:07:26 2013 -0800

----------------------------------------------------------------------
 project/SparkBuild.scala | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------