SOLR-13453: Marking mentioned tests as AwaitsFix

This commit is contained in:
Cao Manh Dat 2019-05-08 11:17:42 +01:00
parent a759a5d47c
commit 5a35ba41f2
2 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,7 @@ import org.apache.http.client.methods.HttpPost;
import org.apache.http.entity.ByteArrayEntity; import org.apache.http.entity.ByteArrayEntity;
import org.apache.http.entity.ContentType; import org.apache.http.entity.ContentType;
import org.apache.http.impl.client.CloseableHttpClient; import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.lucene.util.LuceneTestCase;
import org.apache.solr.SolrTestCaseJ4; import org.apache.solr.SolrTestCaseJ4;
import org.apache.solr.client.solrj.impl.HttpClientUtil; import org.apache.solr.client.solrj.impl.HttpClientUtil;
import org.apache.solr.cloud.SolrCloudAuthTestCase; import org.apache.solr.cloud.SolrCloudAuthTestCase;
@ -60,6 +61,7 @@ import static java.nio.charset.StandardCharsets.UTF_8;
* </p> * </p>
*/ */
@SolrTestCaseJ4.SuppressSSL @SolrTestCaseJ4.SuppressSSL
@LuceneTestCase.AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-13453")
public class JWTAuthPluginIntegrationTest extends SolrCloudAuthTestCase { public class JWTAuthPluginIntegrationTest extends SolrCloudAuthTestCase {
protected static final int NUM_SERVERS = 2; protected static final int NUM_SERVERS = 2;
protected static final int NUM_SHARDS = 2; protected static final int NUM_SHARDS = 2;

View File

@ -21,6 +21,7 @@ import java.nio.charset.StandardCharsets;
import org.apache.commons.io.FileUtils; import org.apache.commons.io.FileUtils;
import org.apache.lucene.util.Constants; import org.apache.lucene.util.Constants;
import org.apache.lucene.util.LuceneTestCase;
import org.apache.solr.client.solrj.SolrQuery; import org.apache.solr.client.solrj.SolrQuery;
import org.apache.solr.client.solrj.impl.CloudSolrClient; import org.apache.solr.client.solrj.impl.CloudSolrClient;
import org.apache.solr.client.solrj.request.CollectionAdminRequest; import org.apache.solr.client.solrj.request.CollectionAdminRequest;
@ -33,6 +34,7 @@ import org.junit.AfterClass;
import org.junit.BeforeClass; import org.junit.BeforeClass;
import org.junit.Test; import org.junit.Test;
@LuceneTestCase.AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-13453")
public class TestSolrCloudWithHadoopAuthPlugin extends SolrCloudAuthTestCase { public class TestSolrCloudWithHadoopAuthPlugin extends SolrCloudAuthTestCase {
protected static final int NUM_SERVERS = 1; protected static final int NUM_SERVERS = 1;
protected static final int NUM_SHARDS = 1; protected static final int NUM_SHARDS = 1;