You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Patrick Wendell (JIRA)" <ji...@apache.org> on 2014/10/30 23:39:33 UTC

[jira] [Created] (SPARK-4159) Maven build doesn't run JUnit test suites

Patrick Wendell created SPARK-4159:
--------------------------------------

             Summary: Maven build doesn't run JUnit test suites
                 Key: SPARK-4159
                 URL: https://issues.apache.org/jira/browse/SPARK-4159
             Project: Spark
          Issue Type: Bug
          Components: Build
            Reporter: Patrick Wendell
            Priority: Critical


It turns out our Maven build isn't running any Java test suites, and likely hasn't ever.

After some fishing I believe the following is the issue. We use scalatest [1] in our maven build which, by default can't automatically detect JUnit tests. Scalatest will allow you to enumerate a list of suites via "JUnitClasses", but I cant' find a way for it to auto-detect all JUnit tests. It turns out this works in SBT because of our use of the junit-interface[2] which does this for you. 

[1] http://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin
[2] https://github.com/sbt/junit-interface



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org