Skip to content

test are not run by maven #7

@cerveada

Description

@cerveada

mvn test seems to compile the test but test doesn't seems to run.

[INFO] --- scala-maven-plugin:4.5.0:testCompile (scala-test-compile) @ open-lineage-aggregator ---
[INFO] Using incremental compilation using Mixed compile order
[INFO] Compiler bridge file: /Users/myuser/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.12-1.5.1-bin_2.12.15__52.0-1.5.1_20210425T221145.jar
[INFO] compiling 2 Scala sources to /Users/myuser/repo/spline-openlineage/aggregator/target/test-classes ...
[INFO] done compiling
[INFO] compile in 2.7 s
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ open-lineage-aggregator ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ open-lineage-aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for spline-open-lineage 0.0.1-SNAPSHOT:
[INFO]
[INFO] spline-open-lineage ................................ SUCCESS [  0.568 s]
[INFO] open-lineage-commons ............................... SUCCESS [  4.136 s]
[INFO] open-lineage-rest-proxy ............................ SUCCESS [  3.726 s]
[INFO] open-lineage-aggregator ............................ SUCCESS [  6.504 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14.999 s
[INFO] Finished at: 2022-11-23T11:34:55+01:00
[INFO] ------------------------------------------------------------------------

whole maven log: mvn-test.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions