mirror of
https://github.com/apache/lucene.git
synced 2025-03-06 16:29:30 +00:00
Suppress object release tracker for TestPullReplicaErrorHandling
This commit is contained in:
parent
07a63587a4
commit
57f7493c1a
@ -27,7 +27,7 @@ import java.util.List;
|
||||
import java.util.Locale;
|
||||
import java.util.Map;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
import org.apache.solr.SolrTestCaseJ4.SuppressObjectReleaseTracker;
|
||||
import org.apache.solr.SolrTestCaseJ4.SuppressSSL;
|
||||
import org.apache.solr.client.solrj.SolrClient;
|
||||
import org.apache.solr.client.solrj.SolrQuery;
|
||||
@ -52,6 +52,7 @@ import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressSSL(bugUrl = "https://issues.apache.org/jira/browse/SOLR-5776")
|
||||
@SuppressObjectReleaseTracker(bugUrl="Testing purposes")
|
||||
public class TestPullReplicaErrorHandling extends SolrCloudTestCase {
|
||||
|
||||
private final static int REPLICATION_TIMEOUT_SECS = 10;
|
||||
|
Loading…
x
Reference in New Issue
Block a user