You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "nkeywal (Created) (JIRA)" <ji...@apache.org> on 2011/11/10 00:47:51 UTC

[jira] [Created] (HBASE-4763) Integrate surefire and junit for category management

Integrate surefire and junit for category management
----------------------------------------------------

                 Key: HBASE-4763
                 URL: https://issues.apache.org/jira/browse/HBASE-4763
             Project: HBase
          Issue Type: Improvement
          Components: test
    Affects Versions: 0.94.0
            Reporter: nkeywal
            Assignee: nkeywal
            Priority: Minor


As of today, Surefire integrates category on the trunk of 2.11 version: http://jira.codehaus.org/browse/SUREFIRE-329 . It may requires private patches as well.

It may impact JUnit: https://github.com/KentBeck/junit/issues/359

This jira is about this integration. We will need a repo for this.

For the naming of the versions to be created, I don't know if there is a convention. If not I would propose: 2.10-patched-HBASE
 
Obviously, it's important to get our changes integrated in the main release: we're not forking surefire & junit!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4763) Integrate surefire and junit for category management

Posted by "Gary Helmling (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Helmling updated HBASE-4763:
---------------------------------

    Attachment: surefire_hbase.v3.patch

Tweaks to surefire patch changing version number to 2.11-TRUNK-HBASE-1, and removing already applied change.
                
> Integrate surefire and junit for category management
> ----------------------------------------------------
>
>                 Key: HBASE-4763
>                 URL: https://issues.apache.org/jira/browse/HBASE-4763
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.94.0
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>         Attachments: surefire_hbase.v2.patch, surefire_hbase.v3.patch
>
>
> As of today, Surefire integrates category on the trunk of 2.11 version: http://jira.codehaus.org/browse/SUREFIRE-329 . It may requires private patches as well.
> It may impact JUnit: https://github.com/KentBeck/junit/issues/359
> This jira is about this integration. We will need a repo for this.
> For the naming of the versions to be created, I don't know if there is a convention. If not I would propose: 2.10-patched-HBASE
>  
> Obviously, it's important to get our changes integrated in the main release: we're not forking surefire & junit!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4763) Integrate surefire and junit for category management

Posted by "nkeywal (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151586#comment-13151586 ] 

nkeywal commented on HBASE-4763:
--------------------------------

Yes, I am working with him, he's building surefire & junit today.
                
> Integrate surefire and junit for category management
> ----------------------------------------------------
>
>                 Key: HBASE-4763
>                 URL: https://issues.apache.org/jira/browse/HBASE-4763
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.94.0
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>         Attachments: surefire_hbase.v2.patch
>
>
> As of today, Surefire integrates category on the trunk of 2.11 version: http://jira.codehaus.org/browse/SUREFIRE-329 . It may requires private patches as well.
> It may impact JUnit: https://github.com/KentBeck/junit/issues/359
> This jira is about this integration. We will need a repo for this.
> For the naming of the versions to be created, I don't know if there is a convention. If not I would propose: 2.10-patched-HBASE
>  
> Obviously, it's important to get our changes integrated in the main release: we're not forking surefire & junit!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4763) Integrate surefire and junit for category management

Posted by "nkeywal (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13157519#comment-13157519 ] 

nkeywal commented on HBASE-4763:
--------------------------------

I believe the integration is successful, we now have to wait for the fix to be available in official versions, but we can close this JIRA. We will need new JIRA to integrate the official versions. We will need:

JUnit. Could be for JUnit 4.11. Issue to monitor:
https://github.com/KentBeck/junit/issues/359: fixed in our version, no feedback for an integration on trunk

Surefire: Could be for Surefire 2.11. Issues to monitor are:
329 (category support): fixed, we use the official implementation from the trunk
786 (@Category with forkMode=always): fixed, we use the official implementation from the trunk
791 (incorrect elapsed time on test failure): fixed, we use the official implementation from the trunk
793 (incorrect time in the XML report): fixed on trunk, our fix is different. Trunk should be ok.
760 (does not take into account the test method): fixed in trunk, not fixed in our version
798 (print immediately the test class name): not fixed in trunk, not fixed in our version
799 (Allow test parallelization when forkMode=always): not fixed in trunk, not fixed in our version
800 (redirectTestOutputToFile not taken into account): not yet fix on trunk, fixed on our version

800 is the more important to monitor, it's the only one that is fixed in our version but not on trunk.

                
> Integrate surefire and junit for category management
> ----------------------------------------------------
>
>                 Key: HBASE-4763
>                 URL: https://issues.apache.org/jira/browse/HBASE-4763
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.94.0
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>         Attachments: surefire_793_trunk.v3.patch, surefire_hbase.v2.patch, surefire_hbase.v3.patch
>
>
> As of today, Surefire integrates category on the trunk of 2.11 version: http://jira.codehaus.org/browse/SUREFIRE-329 . It may requires private patches as well.
> It may impact JUnit: https://github.com/KentBeck/junit/issues/359
> This jira is about this integration. We will need a repo for this.
> For the naming of the versions to be created, I don't know if there is a convention. If not I would propose: 2.10-patched-HBASE
>  
> Obviously, it's important to get our changes integrated in the main release: we're not forking surefire & junit!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4763) Integrate surefire and junit for category management

Posted by "Gary Helmling (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151677#comment-13151677 ] 

Gary Helmling commented on HBASE-4763:
--------------------------------------

You should be able to use my repo builds now, by adding the following repository to the HBase pom.xml:
{code}
   <repository>
     <id>ghelmling.testing</id>
     <name>Gary Helmling test repo</name>
     <url>http://people.apache.org/~garyh/mvn/</url>
     <snapshots>
       <enabled>true</enabled>
     </snapshots>
     <releases>
       <enabled>true</enabled>
     </releases>
   </repository>
{code}

Then change the junit and maven-surefire versions to be:
junit: 4.10\-HBASE\-1
surefire: 2.11\-TRUNK\-HBASE\-1
                
> Integrate surefire and junit for category management
> ----------------------------------------------------
>
>                 Key: HBASE-4763
>                 URL: https://issues.apache.org/jira/browse/HBASE-4763
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.94.0
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>         Attachments: surefire_hbase.v2.patch, surefire_hbase.v3.patch
>
>
> As of today, Surefire integrates category on the trunk of 2.11 version: http://jira.codehaus.org/browse/SUREFIRE-329 . It may requires private patches as well.
> It may impact JUnit: https://github.com/KentBeck/junit/issues/359
> This jira is about this integration. We will need a repo for this.
> For the naming of the versions to be created, I don't know if there is a convention. If not I would propose: 2.10-patched-HBASE
>  
> Obviously, it's important to get our changes integrated in the main release: we're not forking surefire & junit!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4763) Integrate surefire and junit for category management

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151577#comment-13151577 ] 

stack commented on HBASE-4763:
------------------------------

You want to give us plugins to host N?   Seems like Gary is volunteering hosting .
                
> Integrate surefire and junit for category management
> ----------------------------------------------------
>
>                 Key: HBASE-4763
>                 URL: https://issues.apache.org/jira/browse/HBASE-4763
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.94.0
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>         Attachments: surefire_hbase.v2.patch
>
>
> As of today, Surefire integrates category on the trunk of 2.11 version: http://jira.codehaus.org/browse/SUREFIRE-329 . It may requires private patches as well.
> It may impact JUnit: https://github.com/KentBeck/junit/issues/359
> This jira is about this integration. We will need a repo for this.
> For the naming of the versions to be created, I don't know if there is a convention. If not I would propose: 2.10-patched-HBASE
>  
> Obviously, it's important to get our changes integrated in the main release: we're not forking surefire & junit!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4763) Integrate surefire and junit for category management

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13153412#comment-13153412 ] 

stack commented on HBASE-4763:
------------------------------

@nkeywal The attached patch needs to be applied to current surefire trunk, built, and then uploaded to Gary's repo on apache?
                
> Integrate surefire and junit for category management
> ----------------------------------------------------
>
>                 Key: HBASE-4763
>                 URL: https://issues.apache.org/jira/browse/HBASE-4763
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.94.0
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>         Attachments: surefire_793_trunk.v3.patch, surefire_hbase.v2.patch, surefire_hbase.v3.patch
>
>
> As of today, Surefire integrates category on the trunk of 2.11 version: http://jira.codehaus.org/browse/SUREFIRE-329 . It may requires private patches as well.
> It may impact JUnit: https://github.com/KentBeck/junit/issues/359
> This jira is about this integration. We will need a repo for this.
> For the naming of the versions to be created, I don't know if there is a convention. If not I would propose: 2.10-patched-HBASE
>  
> Obviously, it's important to get our changes integrated in the main release: we're not forking surefire & junit!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4763) Integrate surefire and junit for category management

Posted by "nkeywal (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151566#comment-13151566 ] 

nkeywal commented on HBASE-4763:
--------------------------------

Surefire revision for SUREFIRE-791 & SUREFIRE-785: r1202059
                
> Integrate surefire and junit for category management
> ----------------------------------------------------
>
>                 Key: HBASE-4763
>                 URL: https://issues.apache.org/jira/browse/HBASE-4763
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.94.0
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>         Attachments: surefire_hbase.v2.patch
>
>
> As of today, Surefire integrates category on the trunk of 2.11 version: http://jira.codehaus.org/browse/SUREFIRE-329 . It may requires private patches as well.
> It may impact JUnit: https://github.com/KentBeck/junit/issues/359
> This jira is about this integration. We will need a repo for this.
> For the naming of the versions to be created, I don't know if there is a convention. If not I would propose: 2.10-patched-HBASE
>  
> Obviously, it's important to get our changes integrated in the main release: we're not forking surefire & junit!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4763) Integrate surefire and junit for category management

Posted by "nkeywal (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13153494#comment-13153494 ] 

nkeywal commented on HBASE-4763:
--------------------------------

@stack: yes, but Gary has actually created a special repo for surefire and built it from this.

Now we have:
Junit: 4.10-HBASE-1, source code on https://github.com/nkeywal/junit, branch "hbase"
Surefire: 2.11-TRUNK-HBASE-2, source code on https://github.com/ghelmling/maven-surefire branch "2.11-TRUNK-HBASE"

Both are in Gary's repo on http://people.apache.org/~garyh/mvn.

In HBASE-4781, I am currently checking that it works well with Jenkins, if yes:
- the patch on pom.xml in HBASE-4781 will be commited.
- we will be able to close the two Jiras.
                
> Integrate surefire and junit for category management
> ----------------------------------------------------
>
>                 Key: HBASE-4763
>                 URL: https://issues.apache.org/jira/browse/HBASE-4763
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.94.0
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>         Attachments: surefire_793_trunk.v3.patch, surefire_hbase.v2.patch, surefire_hbase.v3.patch
>
>
> As of today, Surefire integrates category on the trunk of 2.11 version: http://jira.codehaus.org/browse/SUREFIRE-329 . It may requires private patches as well.
> It may impact JUnit: https://github.com/KentBeck/junit/issues/359
> This jira is about this integration. We will need a repo for this.
> For the naming of the versions to be created, I don't know if there is a convention. If not I would propose: 2.10-patched-HBASE
>  
> Obviously, it's important to get our changes integrated in the main release: we're not forking surefire & junit!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4763) Integrate surefire and junit for category management

Posted by "nkeywal (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151107#comment-13151107 ] 

nkeywal commented on HBASE-4763:
--------------------------------

Note that:I found a new bug in surefire, and fixed it. It's SUREFIRE-791 (Unit47 provider reports incorrect elapsed time on test failure.). It should be on their trunk soon, so it makes sense to take it, as they fixed as well a regression of the 2.10, SUREFIRE-785, (Lots of newlines being strewn about in test output). Not mandatory, but nicer.
                
> Integrate surefire and junit for category management
> ----------------------------------------------------
>
>                 Key: HBASE-4763
>                 URL: https://issues.apache.org/jira/browse/HBASE-4763
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.94.0
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>         Attachments: surefire_hbase.v2.patch
>
>
> As of today, Surefire integrates category on the trunk of 2.11 version: http://jira.codehaus.org/browse/SUREFIRE-329 . It may requires private patches as well.
> It may impact JUnit: https://github.com/KentBeck/junit/issues/359
> This jira is about this integration. We will need a repo for this.
> For the naming of the versions to be created, I don't know if there is a convention. If not I would propose: 2.10-patched-HBASE
>  
> Obviously, it's important to get our changes integrated in the main release: we're not forking surefire & junit!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4763) Integrate surefire and junit for category management

Posted by "nkeywal (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152803#comment-13152803 ] 

nkeywal commented on HBASE-4763:
--------------------------------

Fix for surefire 793. I've been able to reduce the changes to a minimum. Tested on a full build, seems to run fine. I push it on they jira as well, but it will require some changes to manage some cases we don't care about and to be more integrated in their design, so we should not wait for the trunk here.
                
> Integrate surefire and junit for category management
> ----------------------------------------------------
>
>                 Key: HBASE-4763
>                 URL: https://issues.apache.org/jira/browse/HBASE-4763
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.94.0
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>         Attachments: surefire_793_trunk.v3.patch, surefire_hbase.v2.patch, surefire_hbase.v3.patch
>
>
> As of today, Surefire integrates category on the trunk of 2.11 version: http://jira.codehaus.org/browse/SUREFIRE-329 . It may requires private patches as well.
> It may impact JUnit: https://github.com/KentBeck/junit/issues/359
> This jira is about this integration. We will need a repo for this.
> For the naming of the versions to be created, I don't know if there is a convention. If not I would propose: 2.10-patched-HBASE
>  
> Obviously, it's important to get our changes integrated in the main release: we're not forking surefire & junit!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4763) Integrate surefire and junit for category management

Posted by "nkeywal (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148621#comment-13148621 ] 

nkeywal commented on HBASE-4763:
--------------------------------

Ok, I have it working on my env now. Still testing, but there is now a reasonable chance to have it working well, so we can start the next step. We need a private version for surefire & junit on a shared maven repository.

- surefire 2.11 trunk r1200541 patched (see attached file)
Why a private version: because we need the 'Category' feature and there is not yet an official release for it. See surefire issues #329 and #786. We also need to fix some output stuff already in progress at surefire team but not yet in the trunk. I hope this will be solved in 2.12.
This version would be named: 2.11-TRUNK-HBASE

- JUnit 4.10 final patched, available on the branch "hbase" at https://github.com/nkeywal/junit
Why a private version: to filter the tests by categories, JUNit does a 'class.forName' that initializes fully the static. With HBase it costly and fails because the initialization needs specific config files that are not in the initial class loader. The private patch fixes this, and with some luck this patch will be included in the next version of JUnit. See issue #359.
This version would be named: 4.10-HBASE

Surefire is integrated with maven, and publishing to a repository should be easy.
That's not the case with JUnit, the build script does not seem to include a maven repository integration.

I can make available to the repository owner:
- for surefire: full maven compiles results (ex: extract of the local repo after a mvn install).
- for junit: the compiled jar.

Important point for the categories: what seems to be working is:
- categories on classes
- you can set the categories you want to use, excluding categories was not working after #329 (not tried on #786)
- if you have a class without category, you will have a nice error message: initializationError(org.junit.runner.manipulation.Filter).
                
> Integrate surefire and junit for category management
> ----------------------------------------------------
>
>                 Key: HBASE-4763
>                 URL: https://issues.apache.org/jira/browse/HBASE-4763
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.94.0
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>
> As of today, Surefire integrates category on the trunk of 2.11 version: http://jira.codehaus.org/browse/SUREFIRE-329 . It may requires private patches as well.
> It may impact JUnit: https://github.com/KentBeck/junit/issues/359
> This jira is about this integration. We will need a repo for this.
> For the naming of the versions to be created, I don't know if there is a convention. If not I would propose: 2.10-patched-HBASE
>  
> Obviously, it's important to get our changes integrated in the main release: we're not forking surefire & junit!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4763) Integrate surefire and junit for category management

Posted by "nkeywal (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152355#comment-13152355 ] 

nkeywal commented on HBASE-4763:
--------------------------------

We're going to need SUREFIRE-793 (JUnit47 provider reports incorrect time in the XML report). I've got a very dirty patch with many many modifications, I need to spend some time on it to clean it as much as possible (it won't be very clean however).
                
> Integrate surefire and junit for category management
> ----------------------------------------------------
>
>                 Key: HBASE-4763
>                 URL: https://issues.apache.org/jira/browse/HBASE-4763
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.94.0
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>         Attachments: surefire_hbase.v2.patch, surefire_hbase.v3.patch
>
>
> As of today, Surefire integrates category on the trunk of 2.11 version: http://jira.codehaus.org/browse/SUREFIRE-329 . It may requires private patches as well.
> It may impact JUnit: https://github.com/KentBeck/junit/issues/359
> This jira is about this integration. We will need a repo for this.
> For the naming of the versions to be created, I don't know if there is a convention. If not I would propose: 2.10-patched-HBASE
>  
> Obviously, it's important to get our changes integrated in the main release: we're not forking surefire & junit!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4763) Integrate surefire and junit for category management

Posted by "nkeywal (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nkeywal updated HBASE-4763:
---------------------------

    Attachment: surefire_hbase.v2.patch
    
> Integrate surefire and junit for category management
> ----------------------------------------------------
>
>                 Key: HBASE-4763
>                 URL: https://issues.apache.org/jira/browse/HBASE-4763
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.94.0
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>         Attachments: surefire_hbase.v2.patch
>
>
> As of today, Surefire integrates category on the trunk of 2.11 version: http://jira.codehaus.org/browse/SUREFIRE-329 . It may requires private patches as well.
> It may impact JUnit: https://github.com/KentBeck/junit/issues/359
> This jira is about this integration. We will need a repo for this.
> For the naming of the versions to be created, I don't know if there is a convention. If not I would propose: 2.10-patched-HBASE
>  
> Obviously, it's important to get our changes integrated in the main release: we're not forking surefire & junit!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4763) Integrate surefire and junit for category management

Posted by "nkeywal (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nkeywal updated HBASE-4763:
---------------------------

    Attachment: surefire_793_trunk.v3.patch
    
> Integrate surefire and junit for category management
> ----------------------------------------------------
>
>                 Key: HBASE-4763
>                 URL: https://issues.apache.org/jira/browse/HBASE-4763
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.94.0
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>         Attachments: surefire_793_trunk.v3.patch, surefire_hbase.v2.patch, surefire_hbase.v3.patch
>
>
> As of today, Surefire integrates category on the trunk of 2.11 version: http://jira.codehaus.org/browse/SUREFIRE-329 . It may requires private patches as well.
> It may impact JUnit: https://github.com/KentBeck/junit/issues/359
> This jira is about this integration. We will need a repo for this.
> For the naming of the versions to be created, I don't know if there is a convention. If not I would propose: 2.10-patched-HBASE
>  
> Obviously, it's important to get our changes integrated in the main release: we're not forking surefire & junit!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HBASE-4763) Integrate surefire and junit for category management

Posted by "nkeywal (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nkeywal resolved HBASE-4763.
----------------------------

    Resolution: Fixed
    
> Integrate surefire and junit for category management
> ----------------------------------------------------
>
>                 Key: HBASE-4763
>                 URL: https://issues.apache.org/jira/browse/HBASE-4763
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.94.0
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>         Attachments: surefire_793_trunk.v3.patch, surefire_hbase.v2.patch, surefire_hbase.v3.patch
>
>
> As of today, Surefire integrates category on the trunk of 2.11 version: http://jira.codehaus.org/browse/SUREFIRE-329 . It may requires private patches as well.
> It may impact JUnit: https://github.com/KentBeck/junit/issues/359
> This jira is about this integration. We will need a repo for this.
> For the naming of the versions to be created, I don't know if there is a convention. If not I would propose: 2.10-patched-HBASE
>  
> Obviously, it's important to get our changes integrated in the main release: we're not forking surefire & junit!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira