You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2021/02/22 01:41:26 UTC

[lucene-solr] branch reference_impl updated: @1381 Fix test method must throw exception.

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch reference_impl
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/reference_impl by this push:
     new 38dde0b  @1381 Fix test method must throw exception.
38dde0b is described below

commit 38dde0bd5070da6b66d643d7b8c2d289d6a37b25
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Sun Feb 21 19:40:48 2021 -0600

    @1381 Fix test method must throw exception.
    
    Took 4 minutes
---
 .../org/apache/solr/cloud/overseer/ZkCollectionPropsCachingTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/cloud/overseer/ZkCollectionPropsCachingTest.java b/solr/core/src/test/org/apache/solr/cloud/overseer/ZkCollectionPropsCachingTest.java
index c454655..de1328b 100644
--- a/solr/core/src/test/org/apache/solr/cloud/overseer/ZkCollectionPropsCachingTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/overseer/ZkCollectionPropsCachingTest.java
@@ -54,7 +54,7 @@ public class ZkCollectionPropsCachingTest extends SolrCloudTestCase {
   }
 
   @AfterClass
-  public static void afterZkCollectionPropsCachingTest() {
+  public static void afterZkCollectionPropsCachingTest() throws Exception {
    shutdownCluster();
   }