[ 
https://issues.apache.org/jira/browse/HBASE-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725773#action_12725773
 ] 

Andrew Purtell commented on HBASE-1588:
---------------------------------------

@stack: It's annoying that I don't see jaxb complaints testing either the 
github dist or what is currently in contrib. 

Latest trunk

{noformat}
    [junit] Running org.apache.hadoop.hbase.stargate.model.TestCellModel
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.016 sec
    [junit] Running org.apache.hadoop.hbase.stargate.model.TestCellSetModel
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0 sec
    [junit] Running org.apache.hadoop.hbase.stargate.model.TestColumnSchemaModel
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0 sec
    [junit] Running org.apache.hadoop.hbase.stargate.model.TestRowModel
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0 sec
    [junit] Running org.apache.hadoop.hbase.stargate.model.TestScannerModel
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0 sec
    [junit] Running 
org.apache.hadoop.hbase.stargate.model.TestStorageClusterStatusModel
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0 sec
    [junit] Running 
org.apache.hadoop.hbase.stargate.model.TestStorageClusterVersionModel
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.016 sec
    [junit] Running org.apache.hadoop.hbase.stargate.model.TestTableInfoModel
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.016 sec
    [junit] Running org.apache.hadoop.hbase.stargate.model.TestTableListModel
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.187 sec
    [junit] Running org.apache.hadoop.hbase.stargate.model.TestTableRegionModel
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0 sec
    [junit] Running org.apache.hadoop.hbase.stargate.model.TestTableSchemaModel
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0 sec
    [junit] Running org.apache.hadoop.hbase.stargate.model.TestVersionModel
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.015 sec
{noformat}

I guess that's the nature of the beast, some kind of funky 
classpath/classloader issue. So the tests in the base package work but the 
tests in .model.* do not? The base package tests all of the models implicitly 
also by using them to marshall and unmarshall requests and responses, so that's 
weird. 

> Rig our build to support our new contribs -- stargate and THBase/ITHBase
> ------------------------------------------------------------------------
>
>                 Key: HBASE-1588
>                 URL: https://issues.apache.org/jira/browse/HBASE-1588
>             Project: Hadoop HBase
>          Issue Type: New Feature
>            Reporter: stack
>             Fix For: 0.20.0
>
>
> Jigger our build so it will pass targets across all in the contrib. 
> subdirectories.  Will model it on hadoop parent way of calling into contrib 
> dirs (Did work on that making it work for hbase when it was a hadoop contrib).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to