You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2019/01/24 09:42:33 UTC

[lucene-solr] branch branch_7x updated: SOLR-13072: Fix precommit.

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

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


The following commit(s) were added to refs/heads/branch_7x by this push:
     new aadce4f  SOLR-13072: Fix precommit.
aadce4f is described below

commit aadce4f409f9b5105510a9e82c80a7e55bae46e2
Author: Andrzej Bialecki <ab...@apache.org>
AuthorDate: Thu Jan 24 10:42:14 2019 +0100

    SOLR-13072: Fix precommit.
---
 .../org/apache/solr/cloud/autoscaling/NodeMarkersRegistrationTest.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/solr/core/src/test/org/apache/solr/cloud/autoscaling/NodeMarkersRegistrationTest.java b/solr/core/src/test/org/apache/solr/cloud/autoscaling/NodeMarkersRegistrationTest.java
index 943c90a..24781da 100644
--- a/solr/core/src/test/org/apache/solr/cloud/autoscaling/NodeMarkersRegistrationTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/autoscaling/NodeMarkersRegistrationTest.java
@@ -28,8 +28,6 @@ import java.util.concurrent.TimeUnit;
 import java.util.concurrent.TimeoutException;
 import java.util.concurrent.locks.ReentrantLock;
 
-import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
-
 import org.apache.solr.client.solrj.SolrRequest;
 import org.apache.solr.client.solrj.cloud.autoscaling.TriggerEventProcessorStage;
 import org.apache.solr.client.solrj.cloud.autoscaling.TriggerEventType;