You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ge...@apache.org on 2021/07/08 14:03:13 UTC

[solr] branch main updated: Update lang/locale exclusions for GCSBackupRepositoryTest

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

gerlowskija 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 33b82d5  Update lang/locale exclusions for GCSBackupRepositoryTest
33b82d5 is described below

commit 33b82d5c13403bf60d0ff2aa290fe0cd4d2f79dd
Author: Jason Gerlowski <ge...@apache.org>
AuthorDate: Thu Jul 8 09:45:48 2021 -0400

    Update lang/locale exclusions for GCSBackupRepositoryTest
---
 .../src/test/org/apache/solr/gcs/GCSBackupRepositoryTest.java           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/contrib/gcs-repository/src/test/org/apache/solr/gcs/GCSBackupRepositoryTest.java b/solr/contrib/gcs-repository/src/test/org/apache/solr/gcs/GCSBackupRepositoryTest.java
index 23b5d81..69f92be 100644
--- a/solr/contrib/gcs-repository/src/test/org/apache/solr/gcs/GCSBackupRepositoryTest.java
+++ b/solr/contrib/gcs-repository/src/test/org/apache/solr/gcs/GCSBackupRepositoryTest.java
@@ -38,7 +38,7 @@ public class GCSBackupRepositoryTest extends AbstractBackupRepositoryTest {
     // Locale langs unsupported by google-cloud-nio's 'Storage' drop-in.  May need added to as Jenkins finds fails.
     // (Note that the issue here is in the test-stub, actual GCS use is fine with these locales).
     private static final List<String> INCOMPATIBLE_LOCALE_LANGS = Lists.newArrayList("ar", "dz", "uz", "ne", "mzn", "pa",
-            "sd", "mr", "ig", "as", "fa", "my", "bn", "lrc", "ur", "ks", "th", "ckb", "ja", "ps");
+            "sd", "mr", "ig", "as", "fa", "my", "bn", "lrc", "ur", "ks", "th", "ckb", "ja", "ps", "hi");
 
     @BeforeClass
     public static void ensureCompatibleLocale() {