You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2019/06/07 06:34:35 UTC

[lucene-solr] branch master updated: SOLR-13526: @AwaitsFix failing tests

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

janhoy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 85abdbe  SOLR-13526: @AwaitsFix failing tests
85abdbe is described below

commit 85abdbebf57f9e85918cf72c1be20359710e62db
Author: Jan Høydahl <ja...@apache.org>
AuthorDate: Fri Jun 7 08:34:17 2019 +0200

    SOLR-13526: @AwaitsFix failing tests
---
 .../core/src/test/org/apache/solr/security/BasicAuthIntegrationTest.java | 1 +
 .../src/test/org/apache/solr/security/JWTAuthPluginIntegrationTest.java  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/solr/core/src/test/org/apache/solr/security/BasicAuthIntegrationTest.java b/solr/core/src/test/org/apache/solr/security/BasicAuthIntegrationTest.java
index abbc055..4bed23f 100644
--- a/solr/core/src/test/org/apache/solr/security/BasicAuthIntegrationTest.java
+++ b/solr/core/src/test/org/apache/solr/security/BasicAuthIntegrationTest.java
@@ -93,6 +93,7 @@ public class BasicAuthIntegrationTest extends SolrCloudAuthTestCase {
   @Test
   //commented 9-Aug-2018 @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 21-May-2018
   // commented out on: 17-Feb-2019   @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // annotated on: 24-Dec-2018
+  @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13526") // 2019-06-07
   public void testBasicAuth() throws Exception {
     boolean isUseV2Api = random().nextBoolean();
     String authcPrefix = "/admin/authentication";
diff --git a/solr/core/src/test/org/apache/solr/security/JWTAuthPluginIntegrationTest.java b/solr/core/src/test/org/apache/solr/security/JWTAuthPluginIntegrationTest.java
index d5cae8a..1a1d6bd 100644
--- a/solr/core/src/test/org/apache/solr/security/JWTAuthPluginIntegrationTest.java
+++ b/solr/core/src/test/org/apache/solr/security/JWTAuthPluginIntegrationTest.java
@@ -164,6 +164,7 @@ public class JWTAuthPluginIntegrationTest extends SolrCloudAuthTestCase {
   }
 
   @Test
+  @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13526") // 2019-06-07
   public void createCollectionUpdateAndQueryDistributed() throws Exception {
     // Admin request will use PKI inter-node auth from Overseer, and succeed
     createCollection(COLLECTION);