You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bahir.apache.org by "Christian Kadner (JIRA)" <ji...@apache.org> on 2017/03/28 01:45:41 UTC

[jira] [Created] (BAHIR-98) Jenkins does not run Scalatests

Christian Kadner created BAHIR-98:
-------------------------------------

             Summary: Jenkins does not run Scalatests
                 Key: BAHIR-98
                 URL: https://issues.apache.org/jira/browse/BAHIR-98
             Project: Bahir
          Issue Type: Bug
          Components: Build
            Reporter: Christian Kadner


Our Jenkins integration server currently only runs Java tests (JUnit) but no Scala tests.

i.e. [build log|http://169.45.79.58:8080/job/Apache%20Bahir%20-%20Pull%20Request%20Builder/35/console] for PR #[38|https://github.com/apache/bahir/pull/38#issuecomment-289624943]

...for *JUnit tests*:
{code}
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 
{code}

...for *Scala tests*:
{code}
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.
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)