This is an automated email from the ASF dual-hosted git repository.
hossman pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new 42c6a0f9965 SOLR-17207: step#1: AwaitsFix LocaleTest to prevent
spurious Jenkins failures
42c6a0f9965 is described below
commit 42c6a0f9965c0f9470b3753b0b1d57f696a8ebd8
Author: Chris Hostetter <[email protected]>
AuthorDate: Tue Mar 19 16:03:27 2024 -0700
SOLR-17207: step#1: AwaitsFix LocaleTest to prevent spurious Jenkins
failures
(cherry picked from commit 2577b8f675ef6d21e77938e650ffa9280feb337c)
---
.../hadoop-auth/src/test/org/apache/solr/security/hadoop/LocaleTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/solr/modules/hadoop-auth/src/test/org/apache/solr/security/hadoop/LocaleTest.java
b/solr/modules/hadoop-auth/src/test/org/apache/solr/security/hadoop/LocaleTest.java
index fd0b3e7149d..bf59b3d6ae6 100644
---
a/solr/modules/hadoop-auth/src/test/org/apache/solr/security/hadoop/LocaleTest.java
+++
b/solr/modules/hadoop-auth/src/test/org/apache/solr/security/hadoop/LocaleTest.java
@@ -39,6 +39,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@LuceneTestCase.SuppressSysoutChecks(bugUrl =
"https://issues.apache.org/jira/browse/DIRKRB-753")
[email protected](bugUrl =
"https://issues.apache.org/jira/browse/SOLR-17207")
@LogLevel("org.apache.kerby=WARN")
public class LocaleTest extends SolrTestCase {
private static final Logger log =
LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());