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

Nicolas Liochon commented on HBASE-8674:
----------------------------------------

For junit, it's already done on 95+, and could be done on 0.94. JUnit 4.11 
orders the tests differently than 4.10, so I had to change the tests that were 
depending on the method execution order. The jiras are referenced in HBASE-4955.

For Surefire, we're waiting for 2.15. It should be out "soon". Once available, 
we should be able to make it work on both 0.94 & 0.9.

Personally, I would prefer to wait for 2.15, I really hope it will be there 
within a month or two. I can be wrong, obviously. Then we will just undo our 
custom dependencies. We can undo the 0.94 dependency right now. If no one does 
it (it's a boring task, but may be it works already: the tests are different in 
0.94), I will do it with surefire 2.15.

                
> JUnit and Surefire TRUNK-HBASE-2 plugins need a new home
> --------------------------------------------------------
>
>                 Key: HBASE-8674
>                 URL: https://issues.apache.org/jira/browse/HBASE-8674
>             Project: HBase
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.98.0, 0.94.8, 0.95.1
>            Reporter: Andrew Purtell
>            Priority: Blocker
>
> people.apache.org cannot currently host personal or transient Maven repos. 
> {noformat}
> $ curl --connect-timeout 60 -v  
> http://people.apache.org/~garyh/mvn/org/apache/maven/plugins/maven-remote-resources-plugin/1.4/maven-remote-resources-plugin-1.4.pom
> * About to connect() to people.apache.org port 80 (#0)
> *   Trying 140.211.11.9...
> * Connection timed out after 60064 milliseconds
> * Closing connection 0
> curl: (28) Connection timed out after 60064 milliseconds
> {noformat}
> All builds are at the moment broken if the HBase custom junit or surefire 
> jars are not already in cache. Even if this is a temporary condition, we 
> should find a new home for these artifacts, upgrade to versions that include 
> our submitted changes (if any), or fall back to release versions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to