spark-instrumented-optimizer/sql/hive
Sean Owen 4cba6eb420 SPARK-4159 [CORE] Maven build doesn't run JUnit test suites
This PR:

- Reenables `surefire`, and copies config from `scalatest` (which is itself an old fork of `surefire`, so similar)
- Tells `surefire` to test only Java tests
- Enables `surefire` and `scalatest` for all children, and in turn eliminates some duplication.

For me this causes the Scala and Java tests to be run once each, it seems, as desired. It doesn't affect the SBT build but works for Maven. I still need to verify that all of the Scala tests and Java tests are being run.

Author: Sean Owen <sowen@cloudera.com>

Closes #3651 from srowen/SPARK-4159 and squashes the following commits:

2e8a0af [Sean Owen] Remove specialized SPARK_HOME setting for REPL, YARN tests as it appears to be obsolete
12e4558 [Sean Owen] Append to unit-test.log instead of overwriting, so that both surefire and scalatest output is preserved. Also standardize/correct comments a bit.
e6f8601 [Sean Owen] Reenable Java tests by reenabling surefire with config cloned from scalatest; centralize test config in the parent
2015-01-06 12:02:08 -08:00
..
compatibility/src/test/scala/org/apache/spark/sql/hive/execution [SQL] enable view test 2014-12-30 11:29:13 -08:00
src [SPARK-4570][SQL]add BroadcastLeftSemiJoinHash 2014-12-30 13:54:12 -08:00
v0.12.0/src/main/scala/org/apache/spark/sql/hive [SPARK-4573] [SQL] Add SettableStructObjectInspector support in "wrap" function 2014-12-18 20:21:52 -08:00
v0.13.1/src/main/scala/org/apache/spark/sql/hive [SPARK-4573] [SQL] Add SettableStructObjectInspector support in "wrap" function 2014-12-18 20:21:52 -08:00
pom.xml SPARK-4159 [CORE] Maven build doesn't run JUnit test suites 2015-01-06 12:02:08 -08:00