[
https://issues.apache.org/jira/browse/TEPHRA-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16874537#comment-16874537
]
Andreas Neumann commented on TEPHRA-303:
----------------------------------------
It succeeds for me. When I run the same command that travis runs:
{code:java}
mvn test -am -DskipCoreTests -pl
tephra-hbase-compat-1.1-base,tephra-examples/hbase-1.1,tephra-examples/hbase-1.2,tephra-examples/cdh-5.7,tephra-examples/cdh-5.8{code}
it goes through:
{code:java}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Tephra 0.16.0-incubating-SNAPSHOT:
[INFO]
[INFO] Apache Tephra ...................................... SUCCESS [ 3.699 s]
[INFO] Apache Tephra API .................................. SUCCESS [ 1.160 s]
[INFO] Apache Tephra Core ................................. SUCCESS [ 9.786 s]
[INFO] Apache Tephra HBase 1.1 Compatibility Base ......... SUCCESS [ 4.809 s]
[INFO] Apache Tephra HBase 1.2 Compatibility for CDH ...... SUCCESS [06:39 min]
[INFO] Apache Tephra HBase 1.1 Compatibility .............. SUCCESS [06:10 min]
[INFO] Apache Tephra HBase 1.2 Compatibility .............. SUCCESS [06:21 min]
[INFO] Apache Tephra Examples ............................. SUCCESS [ 0.430 s]
[INFO] Apache Tephra Examples For Hbase 1.1 ............... SUCCESS [ 18.480 s]
[INFO] Apache Tephra Examples For HBase 1.2 ............... SUCCESS [ 17.630 s]
[INFO] Apache Tephra Examples For CDH 5.7 ................. SUCCESS [ 19.567 s]
[INFO] Apache Tephra Examples For CDH 5.8 ................. SUCCESS [ 25.019 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:53 min
[INFO] Finished at: 2019-06-27T14:55:02-07:00
[INFO] ------------------------------------------------------------------------
{code}
It seems (looking at the timing), that the 1.1-base tests are not run, but only
in the submodules.
What command do you use to invoke maven?
> HBase 1.1 tests don't compile
> -----------------------------
>
> Key: TEPHRA-303
> URL: https://issues.apache.org/jira/browse/TEPHRA-303
> Project: Tephra
> Issue Type: Bug
> Affects Versions: 0.15.0-incubating
> Reporter: Lars Hofhansl
> Assignee: Poorna Chandra
> Priority: Major
> Fix For: 0.16.0-incubating
>
>
> Compiling the tests fails with "duplicate classes".
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)