This is an automated email from the ASF dual-hosted git repository.
gus 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 b03eafc SOLR-15902 AwaitsFix for broken PackageMangerCLITest (#507)
b03eafc is described below
commit b03eafce99e41cd76632111f6d504a2f8813e8be
Author: Gus Heck <[email protected]>
AuthorDate: Mon Jan 10 13:11:45 2022 -0500
SOLR-15902 AwaitsFix for broken PackageMangerCLITest (#507)
---
solr/core/src/test/org/apache/solr/cloud/PackageManagerCLITest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/solr/core/src/test/org/apache/solr/cloud/PackageManagerCLITest.java
b/solr/core/src/test/org/apache/solr/cloud/PackageManagerCLITest.java
index 38b66b6..0578fc1 100644
--- a/solr/core/src/test/org/apache/solr/cloud/PackageManagerCLITest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/PackageManagerCLITest.java
@@ -20,6 +20,7 @@ package org.apache.solr.cloud;
import java.lang.invoke.MethodHandles;
import java.util.Arrays;
+import org.apache.lucene.util.LuceneTestCase;
import org.apache.solr.client.solrj.request.CollectionAdminRequest;
import org.apache.solr.core.TestSolrConfigHandler;
import org.apache.solr.util.LogLevel;
@@ -38,6 +39,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@LogLevel("org.apache=INFO")
[email protected](bugUrl =
"https://issues.apache.org/jira/browse/SOLR-15902")
public class PackageManagerCLITest extends SolrCloudTestCase {
// Note for those who want to modify the jar files used in the packages used
in this test: