You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by kr...@apache.org on 2023/01/18 18:42:17 UTC

[solr] branch main updated: restore nightly test now that bug is fixed (#1265)

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

krisden pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 935024f753d restore nightly test now that bug is fixed (#1265)
935024f753d is described below

commit 935024f753dbb6f64e10ac9fe7cf248d8c8119a7
Author: Eric Pugh <ep...@opensourceconnections.com>
AuthorDate: Wed Jan 18 13:42:11 2023 -0500

    restore nightly test now that bug is fixed (#1265)
---
 .../hdfs/src/test/org/apache/solr/hdfs/cloud/HdfsRecoveryZkTest.java    | 2 --
 1 file changed, 2 deletions(-)

diff --git a/solr/modules/hdfs/src/test/org/apache/solr/hdfs/cloud/HdfsRecoveryZkTest.java b/solr/modules/hdfs/src/test/org/apache/solr/hdfs/cloud/HdfsRecoveryZkTest.java
index 456bfb49491..3dbf810a075 100644
--- a/solr/modules/hdfs/src/test/org/apache/solr/hdfs/cloud/HdfsRecoveryZkTest.java
+++ b/solr/modules/hdfs/src/test/org/apache/solr/hdfs/cloud/HdfsRecoveryZkTest.java
@@ -19,7 +19,6 @@ package org.apache.solr.hdfs.cloud;
 import com.carrotsearch.randomizedtesting.annotations.ThreadLeakFilters;
 import com.carrotsearch.randomizedtesting.annotations.ThreadLeakLingering;
 import org.apache.hadoop.hdfs.MiniDFSCluster;
-import org.apache.lucene.tests.util.LuceneTestCase;
 import org.apache.lucene.tests.util.LuceneTestCase.Nightly;
 import org.apache.lucene.tests.util.QuickPatchThreadsFilter;
 import org.apache.solr.SolrIgnoredThreadsFilter;
@@ -29,7 +28,6 @@ import org.junit.AfterClass;
 import org.junit.BeforeClass;
 
 @Nightly
-@LuceneTestCase.AwaitsFix(bugUrl = "SOLR-15405")
 @ThreadLeakFilters(
     defaultFilters = true,
     filters = {