Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Our Jenkins integration server currently only runs Java tests (JUnit) but no Scala tests.
...for JUnit tests:
17:20:37 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ spark-streaming-akka_2.11 ---
17:20:37
17:20:37 -------------------------------------------------------
17:20:37 T E S T S
17:20:37 -------------------------------------------------------
17:20:37 OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
17:20:37 Running org.apache.spark.streaming.akka.JavaAkkaUtilsSuite
17:20:39 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.483 sec - in org.apache.spark.streaming.akka.JavaAkkaUtilsSuite
17:20:39
17:20:39 Results :
17:20:39
17:20:39 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
17:20:39
...for Scala tests:
17:20:39 [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ spark-streaming-akka_2.11 --- 17:20:39 [INFO] Skipping execution of surefire because it has already been run for this configuration 17:20:39 [INFO] 17:20:39 [INFO] --- scalatest-maven-plugin:1.0:test (test) @ spark-streaming-akka_2.11 --- 17:20:39 OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 17:20:39 Discovery starting. 17:20:39 Discovery completed in 34 milliseconds. 17:20:39 Run starting. Expected test count is: 0 17:20:39 DiscoverySuite: 17:20:39 Run completed in 95 milliseconds. 17:20:39 Total number of tests run: 0 17:20:39 Suites: completed 1, aborted 0 17:20:39 Tests: succeeded 0, failed 0, canceled 0, ignored 0, pending 0 17:20:39 No tests were executed.