[jira] [Commented] (SOLR-8472) Improve debugability of chaos tests

2016-09-29 Thread Cassandra Targett (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15533772#comment-15533772
 ] 

Cassandra Targett commented on SOLR-8472:
-

[~ysee...@gmail.com] - Beyond the one improvement that was fixed, are there 
other improvements you want to keep this issue open to catch? Might be able to 
have others help if we have a list. Otherwise, perhaps we can close it?

> Improve debugability  of chaos tests
> 
>
> Key: SOLR-8472
> URL: https://issues.apache.org/jira/browse/SOLR-8472
> Project: Solr
>  Issue Type: Improvement
>Reporter: Yonik Seeley
>
> This is sort of a temporary catch-all for improving the tests themselves and 
> improving logging to enable  easier debugging of chaos-type fails.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-8472) Improve debugability of chaos tests

2016-01-11 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15092173#comment-15092173
 ] 

ASF subversion and git services commented on SOLR-8472:
---

Commit 1724069 from [~yo...@apache.org] in branch 'dev/trunk'
[ https://svn.apache.org/r1724069 ]

SOLR-8472: tests - pull up common errorHook code

> Improve debugability  of chaos tests
> 
>
> Key: SOLR-8472
> URL: https://issues.apache.org/jira/browse/SOLR-8472
> Project: Solr
>  Issue Type: Improvement
>Reporter: Yonik Seeley
>
> This is sort of a temporary catch-all for improving the tests themselves and 
> improving logging to enable  easier debugging of chaos-type fails.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-8472) Improve debugability of chaos tests

2015-12-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15074128#comment-15074128
 ] 

ASF subversion and git services commented on SOLR-8472:
---

Commit 1722199 from [~yo...@apache.org] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1722199 ]

SOLR-8472: tests - fix NPE in chaos tests debug hook

> Improve debugability  of chaos tests
> 
>
> Key: SOLR-8472
> URL: https://issues.apache.org/jira/browse/SOLR-8472
> Project: Solr
>  Issue Type: Improvement
>Reporter: Yonik Seeley
>
> This is sort of a temporary catch-all for improving the tests themselves and 
> improving logging to enable  easier debugging of chaos-type fails.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-8472) Improve debugability of chaos tests

2015-12-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15074115#comment-15074115
 ] 

ASF subversion and git services commented on SOLR-8472:
---

Commit 1722197 from [~yo...@apache.org] in branch 'dev/trunk'
[ https://svn.apache.org/r1722197 ]

SOLR-8472: tests - fix NPE in chaos tests debug hook

> Improve debugability  of chaos tests
> 
>
> Key: SOLR-8472
> URL: https://issues.apache.org/jira/browse/SOLR-8472
> Project: Solr
>  Issue Type: Improvement
>Reporter: Yonik Seeley
>
> This is sort of a temporary catch-all for improving the tests themselves and 
> improving logging to enable  easier debugging of chaos-type fails.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-8472) Improve debugability of chaos tests

2015-12-29 Thread Yonik Seeley (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15074060#comment-15074060
 ] 

Yonik Seeley commented on SOLR-8472:


First thing to fix is what looks like a test bug in the diagnostics callback:
{code}
  2> 75068 ERROR (qtp216026101-203) [n:127.0.0.1:41127_bxls%2Fs c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.Diagnostics TEST HOOK EXCEPTION
  2> java.lang.NullPointerException
  2>at 
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest$1.call(ChaosMonkeyNothingIsSafeTest.java:66)
  2>at org.apache.solr.core.Diagnostics.call(Diagnostics.java:35)
  2>at 
org.apache.solr.update.SolrCmdDistributor.doRetriesIfNeeded(SolrCmdDistributor.java:112)
 {code}

> Improve debugability  of chaos tests
> 
>
> Key: SOLR-8472
> URL: https://issues.apache.org/jira/browse/SOLR-8472
> Project: Solr
>  Issue Type: Improvement
>Reporter: Yonik Seeley
>
> This is sort of a temporary catch-all for improving the tests themselves and 
> improving logging to enable  easier debugging of chaos-type fails.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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