You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Eric Evans (Created) (JIRA)" <ji...@apache.org> on 2011/10/29 04:13:32 UTC

[jira] [Created] (CASSANDRA-3420) test run from ant

test run from ant
-----------------

                 Key: CASSANDRA-3420
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3420
             Project: Cassandra
          Issue Type: Improvement
          Components: Core, Tests
    Affects Versions: 1.0.0
            Reporter: Eric Evans
            Assignee: Eric Evans
            Priority: Minor
         Attachments: v1-0001-CASSANDRA-3420-run-cassandra-from-ant.txt

We have everything all setup to run a test node on localhost:9170, why not create an ant target to do that?

Patch to follow.

--
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] (CASSANDRA-3420) test run from ant

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

Eric Evans updated CASSANDRA-3420:
----------------------------------

    Attachment: v1-0001-CASSANDRA-3420-run-cassandra-from-ant.txt
    
> test run from ant
> -----------------
>
>                 Key: CASSANDRA-3420
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3420
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core, Tests
>    Affects Versions: 1.0.0
>            Reporter: Eric Evans
>            Assignee: Eric Evans
>            Priority: Minor
>         Attachments: v1-0001-CASSANDRA-3420-run-cassandra-from-ant.txt
>
>
> We have everything all setup to run a test node on localhost:9170, why not create an ant target to do that?
> Patch to follow.

--
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] (CASSANDRA-3420) test run from ant

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

Eric Evans commented on CASSANDRA-3420:
---------------------------------------

Verbose isn't a problem for me (but maybe I'm just spoiled by command completion). How about {{run-test-mode}}, or {{test-run}}?  Those seem to make it patently obvious what it does.
                
> test run from ant
> -----------------
>
>                 Key: CASSANDRA-3420
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3420
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core, Tests
>    Affects Versions: 1.0.0
>            Reporter: Eric Evans
>            Assignee: Eric Evans
>            Priority: Minor
>         Attachments: v1-0001-CASSANDRA-3420-run-cassandra-from-ant.txt
>
>
> We have everything all setup to run a test node on localhost:9170, why not create an ant target to do that?
> Patch to follow.

--
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] (CASSANDRA-3420) test run from ant

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

Jonathan Ellis commented on CASSANDRA-3420:
-------------------------------------------

can we name it so that it's clear it's running w/ the test conf so it's less likely to confuse the unwary?  run-test-conf may be too verbose...
                
> test run from ant
> -----------------
>
>                 Key: CASSANDRA-3420
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3420
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core, Tests
>    Affects Versions: 1.0.0
>            Reporter: Eric Evans
>            Assignee: Eric Evans
>            Priority: Minor
>         Attachments: v1-0001-CASSANDRA-3420-run-cassandra-from-ant.txt
>
>
> We have everything all setup to run a test node on localhost:9170, why not create an ant target to do that?
> Patch to follow.

--
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] (CASSANDRA-3420) test run from ant

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

Jonathan Ellis commented on CASSANDRA-3420:
-------------------------------------------

+1
                
> test run from ant
> -----------------
>
>                 Key: CASSANDRA-3420
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3420
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core, Tests
>    Affects Versions: 1.0.0
>            Reporter: Eric Evans
>            Assignee: Eric Evans
>            Priority: Minor
>         Attachments: v1-0001-CASSANDRA-3420-run-cassandra-from-ant.txt, v2-0001-CASSANDRA-3420-run-cassandra-from-ant.txt
>
>
> We have everything all setup to run a test node on localhost:9170, why not create an ant target to do that?
> Patch to follow.

--
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] (CASSANDRA-3420) test run from ant

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

Hudson commented on CASSANDRA-3420:
-----------------------------------

Integrated in Cassandra #1176 (See [https://builds.apache.org/job/Cassandra/1176/])
    run cassandra from ant

Patch by eevans; reviewed by jbellis for CASSANDRA-3420

eevans : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190745
Files : 
* /cassandra/trunk/build.xml

                
> test run from ant
> -----------------
>
>                 Key: CASSANDRA-3420
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3420
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core, Tests
>    Affects Versions: 1.0.0
>            Reporter: Eric Evans
>            Assignee: Eric Evans
>            Priority: Minor
>         Attachments: v1-0001-CASSANDRA-3420-run-cassandra-from-ant.txt, v2-0001-CASSANDRA-3420-run-cassandra-from-ant.txt
>
>
> We have everything all setup to run a test node on localhost:9170, why not create an ant target to do that?
> Patch to follow.

--
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] (CASSANDRA-3420) test run from ant

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

Eric Evans updated CASSANDRA-3420:
----------------------------------

    Attachment: v2-0001-CASSANDRA-3420-run-cassandra-from-ant.txt
    
> test run from ant
> -----------------
>
>                 Key: CASSANDRA-3420
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3420
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core, Tests
>    Affects Versions: 1.0.0
>            Reporter: Eric Evans
>            Assignee: Eric Evans
>            Priority: Minor
>         Attachments: v1-0001-CASSANDRA-3420-run-cassandra-from-ant.txt, v2-0001-CASSANDRA-3420-run-cassandra-from-ant.txt
>
>
> We have everything all setup to run a test node on localhost:9170, why not create an ant target to do that?
> Patch to follow.

--
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] (CASSANDRA-3420) test run from ant

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

Eric Evans commented on CASSANDRA-3420:
---------------------------------------

v2 also includes a description that might help drive home the point for some.
                
> test run from ant
> -----------------
>
>                 Key: CASSANDRA-3420
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3420
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core, Tests
>    Affects Versions: 1.0.0
>            Reporter: Eric Evans
>            Assignee: Eric Evans
>            Priority: Minor
>         Attachments: v1-0001-CASSANDRA-3420-run-cassandra-from-ant.txt, v2-0001-CASSANDRA-3420-run-cassandra-from-ant.txt
>
>
> We have everything all setup to run a test node on localhost:9170, why not create an ant target to do that?
> Patch to follow.

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