fabiobrz / eap-microprofile-test-suite

a small standalone test suite for MicroProfile on WF/EAP
Apache License 2.0
0 stars 0 forks source link

Testing MP Metrics against Bootable JAR - Excluding tests requiring a 'module.path' system property from metrics module #29

Closed fabiobrz closed 4 years ago

fabiobrz commented 4 years ago

Some Metrics tests needing a 'module.path' property have been excluded since such property has no meaning in the Bootable JAR context.

$ mvn clean verify -Dmaven.repo.local=/home/fburzigo/projects/git/jboss-eap-qe/eap-microprofile-test-suite/local-repo -pl microprofile-config,microprofile-health,microprofile-metrics,microprofile-opentracing -am -Dts.bootable
...
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ microprofile-opentracing ---
[INFO] Building jar: /home/fburzigo/projects/git/jboss-eap-qe/eap-microprofile-test-suite/microprofile-opentracing/target/microprofile-opentracing-1.0.0.Final-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-opentracing ---
[INFO] Building jar: /home/fburzigo/projects/git/jboss-eap-qe/eap-microprofile-test-suite/microprofile-opentracing/target/microprofile-opentracing-1.0.0.Final-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Test suite for MicroProfile on WF/EAP 1.0.0.Final-SNAPSHOT:
[INFO] 
[INFO] Test suite for MicroProfile on WF/EAP .............. SUCCESS [  0.925 s]
[INFO] tooling-server-configuration ....................... SUCCESS [  3.609 s]
[INFO] tooling-docker ..................................... SUCCESS [ 20.783 s]
[INFO] microprofile-config ................................ SUCCESS [ 25.929 s]
[INFO] microprofile-health ................................ SUCCESS [ 29.957 s]
[INFO] microprofile-metrics ............................... SUCCESS [ 39.860 s]
[INFO] microprofile-opentracing ........................... SUCCESS [ 31.364 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:32 min
[INFO] Finished at: 2020-09-03T17:28:48+02:00
[INFO] ------------------------------------------------------------------------
fabiobrz commented 4 years ago

@honza-kasik, could you please have a look to this PR?