mirror of https://github.com/apache/lucene.git
SOLR-5880: Revert last commit - confused the stack trace - instead, @BadApple this test method for now.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580674 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c4b14c5863
commit
38e4a746e2
|
@ -312,6 +312,7 @@ public class CloudSolrServerTest extends AbstractFullDistribZkTestBase {
|
|||
indexDoc(doc);
|
||||
}
|
||||
|
||||
@BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-5880")
|
||||
public void testShutdown() throws MalformedURLException {
|
||||
CloudSolrServer server = new CloudSolrServer("[ff01::114]:33332");
|
||||
try {
|
||||
|
@ -320,8 +321,6 @@ public class CloudSolrServerTest extends AbstractFullDistribZkTestBase {
|
|||
fail("Expected exception");
|
||||
} catch (SolrException e) {
|
||||
assertTrue(e.getCause() instanceof TimeoutException);
|
||||
} catch (RuntimeException e) {
|
||||
assertTrue(e.getCause() instanceof TimeoutException);
|
||||
} finally {
|
||||
server.shutdown();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue