You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Scott Chen (Created) (JIRA)" <ji...@apache.org> on 2012/03/02 06:41:01 UTC

[jira] [Created] (HBASE-5508) Add an option to allow test output to show on the terminal

Add an option to allow test output to show on the terminal
----------------------------------------------------------

                 Key: HBASE-5508
                 URL: https://issues.apache.org/jira/browse/HBASE-5508
             Project: HBase
          Issue Type: Improvement
          Components: test
            Reporter: Scott Chen
            Assignee: Scott Chen
            Priority: Minor
         Attachments: HBASE-5508.D2037.1.patch

Sometimes it is useful to directly see the test results on the terminal.
We can add a property to achieve that.
mvn test -Dtest.output.tofile=false


--
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-5508) Add an option to allow test output to show on the terminal

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

Phabricator commented on HBASE-5508:
------------------------------------

sc has commented on the revision "HBASE-5508 [jira] Add an option to allow test output to show on the terminal".

  @stack: yes, you are right. this is optional. it appears only if you do
  mvn test -Dtest.output.tofile=false

REVISION DETAIL
  https://reviews.facebook.net/D2037

                
> Add an option to allow test output to show on the terminal
> ----------------------------------------------------------
>
>                 Key: HBASE-5508
>                 URL: https://issues.apache.org/jira/browse/HBASE-5508
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>            Reporter: Scott Chen
>            Assignee: Scott Chen
>            Priority: Minor
>         Attachments: HBASE-5508.D2037.1.patch
>
>
> Sometimes it is useful to directly see the test results on the terminal.
> We can add a property to achieve that.
> mvn test -Dtest.output.tofile=false

--
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-5508) Add an option to allow test output to show on the terminal

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

Lars Hofhansl updated HBASE-5508:
---------------------------------

    Fix Version/s: 0.94.0

We can close this one, right?
                
> Add an option to allow test output to show on the terminal
> ----------------------------------------------------------
>
>                 Key: HBASE-5508
>                 URL: https://issues.apache.org/jira/browse/HBASE-5508
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>            Reporter: Scott Chen
>            Assignee: Scott Chen
>            Priority: Minor
>             Fix For: 0.94.0, 0.96.0
>
>         Attachments: HBASE-5508.D2037.1.patch
>
>
> Sometimes it is useful to directly see the test results on the terminal.
> We can add a property to achieve that.
> mvn test -Dtest.output.tofile=false

--
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-5508) Add an option to allow test output to show on the terminal

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

Hudson commented on HBASE-5508:
-------------------------------

Integrated in HBase-TRUNK #2672 (See [https://builds.apache.org/job/HBase-TRUNK/2672/])
    HBASE-5508 Add an option to allow test output to show on the terminal (Scott Chen) (Revision 1296370)

     Result = SUCCESS
tedyu : 
Files : 
* /hbase/trunk/pom.xml

                
> Add an option to allow test output to show on the terminal
> ----------------------------------------------------------
>
>                 Key: HBASE-5508
>                 URL: https://issues.apache.org/jira/browse/HBASE-5508
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>            Reporter: Scott Chen
>            Assignee: Scott Chen
>            Priority: Minor
>             Fix For: 0.96.0
>
>         Attachments: HBASE-5508.D2037.1.patch
>
>
> Sometimes it is useful to directly see the test results on the terminal.
> We can add a property to achieve that.
> mvn test -Dtest.output.tofile=false

--
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-5508) Add an option to allow test output to show on the terminal

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

Scott Chen commented on HBASE-5508:
-----------------------------------

Lars and Stack: Thanks for the review.
Ted: Thanks for integrating this.
                
> Add an option to allow test output to show on the terminal
> ----------------------------------------------------------
>
>                 Key: HBASE-5508
>                 URL: https://issues.apache.org/jira/browse/HBASE-5508
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>            Reporter: Scott Chen
>            Assignee: Scott Chen
>            Priority: Minor
>             Fix For: 0.96.0
>
>         Attachments: HBASE-5508.D2037.1.patch
>
>
> Sometimes it is useful to directly see the test results on the terminal.
> We can add a property to achieve that.
> mvn test -Dtest.output.tofile=false

--
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-5508) Add an option to allow test output to show on the terminal

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

Phabricator commented on HBASE-5508:
------------------------------------

stack has commented on the revision "HBASE-5508 [jira] Add an option to allow test output to show on the terminal".

  Do we want this on always?  Can't you just add it to the command line when you need to see the output in the terminal?

REVISION DETAIL
  https://reviews.facebook.net/D2037

                
> Add an option to allow test output to show on the terminal
> ----------------------------------------------------------
>
>                 Key: HBASE-5508
>                 URL: https://issues.apache.org/jira/browse/HBASE-5508
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>            Reporter: Scott Chen
>            Assignee: Scott Chen
>            Priority: Minor
>         Attachments: HBASE-5508.D2037.1.patch
>
>
> Sometimes it is useful to directly see the test results on the terminal.
> We can add a property to achieve that.
> mvn test -Dtest.output.tofile=false

--
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-5508) Add an option to allow test output to show on the terminal

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

Zhihong Yu commented on HBASE-5508:
-----------------------------------

Integrated to 0.94 as well.
                
> Add an option to allow test output to show on the terminal
> ----------------------------------------------------------
>
>                 Key: HBASE-5508
>                 URL: https://issues.apache.org/jira/browse/HBASE-5508
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>            Reporter: Scott Chen
>            Assignee: Scott Chen
>            Priority: Minor
>             Fix For: 0.96.0
>
>         Attachments: HBASE-5508.D2037.1.patch
>
>
> Sometimes it is useful to directly see the test results on the terminal.
> We can add a property to achieve that.
> mvn test -Dtest.output.tofile=false

--
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-5508) Add an option to allow test output to show on the terminal

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

Scott Chen resolved HBASE-5508.
-------------------------------

    Resolution: Fixed
    
> Add an option to allow test output to show on the terminal
> ----------------------------------------------------------
>
>                 Key: HBASE-5508
>                 URL: https://issues.apache.org/jira/browse/HBASE-5508
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>            Reporter: Scott Chen
>            Assignee: Scott Chen
>            Priority: Minor
>             Fix For: 0.94.0, 0.96.0
>
>         Attachments: HBASE-5508.D2037.1.patch
>
>
> Sometimes it is useful to directly see the test results on the terminal.
> We can add a property to achieve that.
> mvn test -Dtest.output.tofile=false

--
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-5508) Add an option to allow test output to show on the terminal

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

Lars Hofhansl commented on HBASE-5508:
--------------------------------------

Seems like a simple enough change for 0.94 too.
                
> Add an option to allow test output to show on the terminal
> ----------------------------------------------------------
>
>                 Key: HBASE-5508
>                 URL: https://issues.apache.org/jira/browse/HBASE-5508
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>            Reporter: Scott Chen
>            Assignee: Scott Chen
>            Priority: Minor
>             Fix For: 0.96.0
>
>         Attachments: HBASE-5508.D2037.1.patch
>
>
> Sometimes it is useful to directly see the test results on the terminal.
> We can add a property to achieve that.
> mvn test -Dtest.output.tofile=false

--
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-5508) Add an option to allow test output to show on the terminal

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

Phabricator commented on HBASE-5508:
------------------------------------

dhruba has resigned from the revision "HBASE-5508 [jira] Add an option to allow test output to show on the terminal".

REVISION DETAIL
  https://reviews.facebook.net/D2037

To: tedyu, JIRA, sc
Cc: stack

                
> Add an option to allow test output to show on the terminal
> ----------------------------------------------------------
>
>                 Key: HBASE-5508
>                 URL: https://issues.apache.org/jira/browse/HBASE-5508
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>            Reporter: Scott Chen
>            Assignee: Scott Chen
>            Priority: Minor
>             Fix For: 0.94.0, 0.96.0
>
>         Attachments: HBASE-5508.D2037.1.patch
>
>
> Sometimes it is useful to directly see the test results on the terminal.
> We can add a property to achieve that.
> mvn test -Dtest.output.tofile=false

--
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-5508) Add an option to allow test output to show on the terminal

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

Zhihong Yu commented on HBASE-5508:
-----------------------------------

I will integrate the patch later today if there is no objection.
                
> Add an option to allow test output to show on the terminal
> ----------------------------------------------------------
>
>                 Key: HBASE-5508
>                 URL: https://issues.apache.org/jira/browse/HBASE-5508
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>            Reporter: Scott Chen
>            Assignee: Scott Chen
>            Priority: Minor
>         Attachments: HBASE-5508.D2037.1.patch
>
>
> Sometimes it is useful to directly see the test results on the terminal.
> We can add a property to achieve that.
> mvn test -Dtest.output.tofile=false

--
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-5508) Add an option to allow test output to show on the terminal

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

Phabricator updated HBASE-5508:
-------------------------------

    Attachment: HBASE-5508.D2037.1.patch

sc requested code review of "HBASE-5508 [jira] Add an option to allow test output to show on the terminal".
Reviewers: tedyu, dhruba, JIRA

  Add an option to allow test output to show on the terminal

  Task ID: #

  Blame Rev:

  Sometimes it is useful to directly see the test results on the terminal.
  We can add a property to achieve that.
  mvn test -Dtest.output.tofile=false

TEST PLAN
  mvn test -Dtest.output.tofile=false

  Revert Plan:

  Tags:

REVISION DETAIL
  https://reviews.facebook.net/D2037

AFFECTED FILES
  pom.xml

MANAGE HERALD DIFFERENTIAL RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/4371/

Tip: use the X-Herald-Rules header to filter Herald messages in your client.

                
> Add an option to allow test output to show on the terminal
> ----------------------------------------------------------
>
>                 Key: HBASE-5508
>                 URL: https://issues.apache.org/jira/browse/HBASE-5508
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>            Reporter: Scott Chen
>            Assignee: Scott Chen
>            Priority: Minor
>         Attachments: HBASE-5508.D2037.1.patch
>
>
> Sometimes it is useful to directly see the test results on the terminal.
> We can add a property to achieve that.
> mvn test -Dtest.output.tofile=false

--
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-5508) Add an option to allow test output to show on the terminal

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

Hudson commented on HBASE-5508:
-------------------------------

Integrated in HBase-0.94 #10 (See [https://builds.apache.org/job/HBase-0.94/10/])
    HBASE-5508 Add an option to allow test output to show on the terminal (Scott Chen) (Revision 1296390)

     Result = SUCCESS
tedyu : 
Files : 
* /hbase/branches/0.94/pom.xml

                
> Add an option to allow test output to show on the terminal
> ----------------------------------------------------------
>
>                 Key: HBASE-5508
>                 URL: https://issues.apache.org/jira/browse/HBASE-5508
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>            Reporter: Scott Chen
>            Assignee: Scott Chen
>            Priority: Minor
>             Fix For: 0.96.0
>
>         Attachments: HBASE-5508.D2037.1.patch
>
>
> Sometimes it is useful to directly see the test results on the terminal.
> We can add a property to achieve that.
> mvn test -Dtest.output.tofile=false

--
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-5508) Add an option to allow test output to show on the terminal

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

Zhihong Yu updated HBASE-5508:
------------------------------

    Fix Version/s: 0.96.0
     Hadoop Flags: Reviewed

Integrated to TRUNK.

Thanks for the patch Scott.

Thanks for the review Stack and Lars.
                
> Add an option to allow test output to show on the terminal
> ----------------------------------------------------------
>
>                 Key: HBASE-5508
>                 URL: https://issues.apache.org/jira/browse/HBASE-5508
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>            Reporter: Scott Chen
>            Assignee: Scott Chen
>            Priority: Minor
>             Fix For: 0.96.0
>
>         Attachments: HBASE-5508.D2037.1.patch
>
>
> Sometimes it is useful to directly see the test results on the terminal.
> We can add a property to achieve that.
> mvn test -Dtest.output.tofile=false

--
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-5508) Add an option to allow test output to show on the terminal

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

Phabricator commented on HBASE-5508:
------------------------------------

sc has commented on the revision "HBASE-5508 [jira] Add an option to allow test output to show on the terminal".

  I think adding this option is useful because I always have to modify pom.xml to make redirectTestOutputToFile to false when I am testing/debugging.

REVISION DETAIL
  https://reviews.facebook.net/D2037

                
> Add an option to allow test output to show on the terminal
> ----------------------------------------------------------
>
>                 Key: HBASE-5508
>                 URL: https://issues.apache.org/jira/browse/HBASE-5508
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>            Reporter: Scott Chen
>            Assignee: Scott Chen
>            Priority: Minor
>         Attachments: HBASE-5508.D2037.1.patch
>
>
> Sometimes it is useful to directly see the test results on the terminal.
> We can add a property to achieve that.
> mvn test -Dtest.output.tofile=false

--
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-5508) Add an option to allow test output to show on the terminal

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

Lars Hofhansl commented on HBASE-5508:
--------------------------------------

+1
I have often wished I could see a test's output *while* the test is running.
                
> Add an option to allow test output to show on the terminal
> ----------------------------------------------------------
>
>                 Key: HBASE-5508
>                 URL: https://issues.apache.org/jira/browse/HBASE-5508
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>            Reporter: Scott Chen
>            Assignee: Scott Chen
>            Priority: Minor
>         Attachments: HBASE-5508.D2037.1.patch
>
>
> Sometimes it is useful to directly see the test results on the terminal.
> We can add a property to achieve that.
> mvn test -Dtest.output.tofile=false

--
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