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:09 UTC

[lucene-solr] branch reference_impl_dev 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_dev
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


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

commit ffd4662ea8511945fc0c5768ee579f6c064e078d
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();
   }