mirror of https://github.com/apache/lucene.git
SOLR-12017: Remove BadApple and AwaitsFix annotations that link to closed JIRAs
This commit is contained in:
parent
9e0e301f9f
commit
bd3f30b9a9
|
@ -314,6 +314,8 @@ Other Changes
|
|||
* SOLR-11897: Add toggle to disable auto-refresh of Logging page in the UI (Tommy Marshment-Howell via
|
||||
Cassandra Targett)
|
||||
|
||||
* SOLR-12017: Remove BadApple and AwaitsFix annotations that link to closed JIRAs (Erick Erickson)
|
||||
|
||||
================== 7.2.1 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
|
|
@ -248,8 +248,8 @@ public class MoveReplicaTest extends SolrCloudTestCase {
|
|||
|
||||
assertEquals(100, cluster.getSolrClient().query(coll, new SolrQuery("*:*")).getResults().getNumFound());
|
||||
}
|
||||
|
||||
// @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-11458")
|
||||
//Commented out 5-Dec-2017
|
||||
// @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-11458")
|
||||
@Test
|
||||
public void testFailedMove() throws Exception {
|
||||
String coll = getTestClass().getSimpleName() + "_failed_coll_" + inPlaceMove;
|
||||
|
|
|
@ -282,7 +282,8 @@ public class TestSolrCloudWithDelegationTokens extends SolrTestCaseJ4 {
|
|||
}
|
||||
|
||||
@Test
|
||||
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/HADOOP-14044")
|
||||
// Commented out 22-Feb-2018
|
||||
//@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/HADOOP-14044")
|
||||
public void testDelegationTokenCancelFail() throws Exception {
|
||||
// cancel a bogus token
|
||||
cancelDelegationToken("BOGUS", ErrorCode.NOT_FOUND.code, solrClientPrimary);
|
||||
|
|
|
@ -1402,6 +1402,7 @@ public class TriggerIntegrationTest extends SolrCloudTestCase {
|
|||
}
|
||||
|
||||
@Test
|
||||
//Commented out 24-Jan-2018
|
||||
//@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-11714")
|
||||
public void testSearchRate() throws Exception {
|
||||
// start a few more jetty-s
|
||||
|
|
|
@ -268,7 +268,8 @@ public class TestDelegationWithHadoopAuth extends SolrCloudTestCase {
|
|||
}
|
||||
|
||||
@Test
|
||||
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/HADOOP-14044")
|
||||
// Commented out 22-Feb-2018
|
||||
// @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/HADOOP-14044")
|
||||
public void testDelegationTokenCancelFail() throws Exception {
|
||||
// cancel a bogus token
|
||||
cancelDelegationToken("BOGUS", ErrorCode.NOT_FOUND.code, primarySolrClient);
|
||||
|
|
Loading…
Reference in New Issue