[jira] [Comment Edited] (CASSANDRA-16057) Should update in-jvm dtest to expose stdout and stderr for nodetool

2020-10-19 Thread David Capwell (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-16057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217007#comment-17217007
 ] 

David Capwell edited comment on CASSANDRA-16057 at 10/19/20, 7:35 PM:
--

CI Results: Yellow, expected failures only

Branch: cassandra-2.2
Circle: 
https://app.circleci.com/pipelines/github/dcapwell/cassandra?branch=commit_remote_branch%2FCASSANDRA-16057-cassandra-2.2-676928E7-73DD-4B98-8D97-2B57E11D1034
Jenkins: https://ci-cassandra.apache.org/job/Cassandra-devbranch/115/

Branch: cassandra-3.0
Circle: 
https://app.circleci.com/pipelines/github/dcapwell/cassandra?branch=commit_remote_branch%2FCASSANDRA-16057-cassandra-3.0-676928E7-73DD-4B98-8D97-2B57E11D1034
Jenkins: https://ci-cassandra.apache.org/job/Cassandra-devbranch/116/

Branch: cassandra-3.11
Circle: 
https://app.circleci.com/pipelines/github/dcapwell/cassandra?branch=commit_remote_branch%2FCASSANDRA-16057-cassandra-3.11-676928E7-73DD-4B98-8D97-2B57E11D1034
Jenkins: https://ci-cassandra.apache.org/job/Cassandra-devbranch/117/



was (Author: dcapwell):
Starting commit

CI Results (pending):

Branch: cassandra-2.2
Circle: 
https://app.circleci.com/pipelines/github/dcapwell/cassandra?branch=commit_remote_branch%2FCASSANDRA-16057-cassandra-2.2-676928E7-73DD-4B98-8D97-2B57E11D1034
Jenkins: https://ci-cassandra.apache.org/job/Cassandra-devbranch/115/

Branch: cassandra-3.0
Circle: 
https://app.circleci.com/pipelines/github/dcapwell/cassandra?branch=commit_remote_branch%2FCASSANDRA-16057-cassandra-3.0-676928E7-73DD-4B98-8D97-2B57E11D1034
Jenkins: https://ci-cassandra.apache.org/job/Cassandra-devbranch/116/

Branch: cassandra-3.11
Circle: 
https://app.circleci.com/pipelines/github/dcapwell/cassandra?branch=commit_remote_branch%2FCASSANDRA-16057-cassandra-3.11-676928E7-73DD-4B98-8D97-2B57E11D1034
Jenkins: https://ci-cassandra.apache.org/job/Cassandra-devbranch/117/


> Should update in-jvm dtest to expose stdout and stderr for nodetool
> ---
>
> Key: CASSANDRA-16057
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16057
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Test/dtest/java
>Reporter: David Capwell
>Assignee: Yifan Cai
>Priority: Normal
> Fix For: NA
>
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> Many nodetool commands output to stdout or stderr so running nodetool using 
> in-jvm dtest should expose that to tests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Comment Edited] (CASSANDRA-16057) Should update in-jvm dtest to expose stdout and stderr for nodetool

2020-10-07 Thread Yifan Cai (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-16057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17209912#comment-17209912
 ] 

Yifan Cai edited comment on CASSANDRA-16057 at 10/7/20, 10:49 PM:
--

Backports: 
 2.2: [https://github.com/yifan-c/cassandra/tree/b/CASSANDRA-16057-2.2]
 CI: 
[https://app.circleci.com/pipelines/github/yifan-c/cassandra/121/workflows/6ed104ea-788e-4c3e-89e5-fd516bae7b51]

3.0: [https://github.com/yifan-c/cassandra/tree/b/CASSANDRA-16057-3.0]
 CI: 
[https://app.circleci.com/pipelines/github/yifan-c/cassandra/120/workflows/fa570014-6078-47df-a401-794f8d163ac5]

3.11: [https://github.com/yifan-c/cassandra/tree/b/CASSANDRA-16057-3.11]
 CI: 
[https://app.circleci.com/pipelines/github/yifan-c/cassandra/119/workflows/945130ca-274e-4311-8b30-fd72a405d9f9]

cc: [~dcapwell]


was (Author: yifanc):
Backports: 
 2.0: [https://github.com/yifan-c/cassandra/tree/b/CASSANDRA-16057-2.2]
 CI: 
[https://app.circleci.com/pipelines/github/yifan-c/cassandra/121/workflows/6ed104ea-788e-4c3e-89e5-fd516bae7b51]

3.0: [https://github.com/yifan-c/cassandra/tree/b/CASSANDRA-16057-3.0]
 CI: 
[https://app.circleci.com/pipelines/github/yifan-c/cassandra/120/workflows/fa570014-6078-47df-a401-794f8d163ac5]

3.11: [https://github.com/yifan-c/cassandra/tree/b/CASSANDRA-16057-3.11]
 CI: 
[https://app.circleci.com/pipelines/github/yifan-c/cassandra/119/workflows/945130ca-274e-4311-8b30-fd72a405d9f9]

cc: [~dcapwell]

> Should update in-jvm dtest to expose stdout and stderr for nodetool
> ---
>
> Key: CASSANDRA-16057
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16057
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Test/dtest/java
>Reporter: David Capwell
>Assignee: Yifan Cai
>Priority: Normal
> Fix For: NA
>
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> Many nodetool commands output to stdout or stderr so running nodetool using 
> in-jvm dtest should expose that to tests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Comment Edited] (CASSANDRA-16057) Should update in-jvm dtest to expose stdout and stderr for nodetool

2020-10-06 Thread David Capwell (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-16057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17208863#comment-17208863
 ] 

David Capwell edited comment on CASSANDRA-16057 at 10/6/20, 8:49 PM:
-

Committed: Yellow, known broken or flaky tests.

CI results

Circle: 
https://app.circleci.com/pipelines/github/dcapwell/cassandra?branch=commit_remote_branch%2FCASSANDRA-16057-trunk-EBBE5F61-8D2B-48B6-BD18-8D842BCC9E57
Jenkins: https://ci-cassandra.apache.org/job/Cassandra-devbranch/70/


was (Author: dcapwell):
Starting commit (pending):

CI results

Circle: 
https://app.circleci.com/pipelines/github/dcapwell/cassandra?branch=commit_remote_branch%2FCASSANDRA-16057-trunk-EBBE5F61-8D2B-48B6-BD18-8D842BCC9E57
Jenkins: https://ci-cassandra.apache.org/job/Cassandra-devbranch/70/

> Should update in-jvm dtest to expose stdout and stderr for nodetool
> ---
>
> Key: CASSANDRA-16057
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16057
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Test/dtest/java
>Reporter: David Capwell
>Assignee: Yifan Cai
>Priority: Normal
> Fix For: NA
>
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> Many nodetool commands output to stdout or stderr so running nodetool using 
> in-jvm dtest should expose that to tests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org