You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2024/03/19 23:03:35 UTC

(solr) branch main updated: SOLR-17207: step#1: AwaitsFix LocaleTest to prevent spurious Jenkins failures

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

hossman 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 2577b8f675e SOLR-17207: step#1: AwaitsFix LocaleTest to prevent spurious Jenkins failures
2577b8f675e is described below

commit 2577b8f675ef6d21e77938e650ffa9280feb337c
Author: Chris Hostetter <ho...@apache.org>
AuthorDate: Tue Mar 19 16:03:27 2024 -0700

    SOLR-17207: step#1: AwaitsFix LocaleTest to prevent spurious Jenkins failures
---
 .../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")
+@LuceneTestCase.AwaitsFix(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());