SOLR-12017: Remove BadApple and AwaitsFix annotations that link to closed JIRAs

This commit is contained in:
Erick 2018-02-23 12:49:26 -08:00
parent 9e0e301f9f
commit bd3f30b9a9
5 changed files with 9 additions and 4 deletions

View File

@ -314,6 +314,8 @@ Other Changes
* SOLR-11897: Add toggle to disable auto-refresh of Logging page in the UI (Tommy Marshment-Howell via * SOLR-11897: Add toggle to disable auto-refresh of Logging page in the UI (Tommy Marshment-Howell via
Cassandra Targett) Cassandra Targett)
* SOLR-12017: Remove BadApple and AwaitsFix annotations that link to closed JIRAs (Erick Erickson)
================== 7.2.1 ================== ================== 7.2.1 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release. Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.

View File

@ -248,8 +248,8 @@ public class MoveReplicaTest extends SolrCloudTestCase {
assertEquals(100, cluster.getSolrClient().query(coll, new SolrQuery("*:*")).getResults().getNumFound()); assertEquals(100, cluster.getSolrClient().query(coll, new SolrQuery("*:*")).getResults().getNumFound());
} }
//Commented out 5-Dec-2017
// @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-11458") // @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-11458")
@Test @Test
public void testFailedMove() throws Exception { public void testFailedMove() throws Exception {
String coll = getTestClass().getSimpleName() + "_failed_coll_" + inPlaceMove; String coll = getTestClass().getSimpleName() + "_failed_coll_" + inPlaceMove;

View File

@ -282,7 +282,8 @@ public class TestSolrCloudWithDelegationTokens extends SolrTestCaseJ4 {
} }
@Test @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 { public void testDelegationTokenCancelFail() throws Exception {
// cancel a bogus token // cancel a bogus token
cancelDelegationToken("BOGUS", ErrorCode.NOT_FOUND.code, solrClientPrimary); cancelDelegationToken("BOGUS", ErrorCode.NOT_FOUND.code, solrClientPrimary);

View File

@ -1402,6 +1402,7 @@ public class TriggerIntegrationTest extends SolrCloudTestCase {
} }
@Test @Test
//Commented out 24-Jan-2018
//@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-11714") //@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-11714")
public void testSearchRate() throws Exception { public void testSearchRate() throws Exception {
// start a few more jetty-s // start a few more jetty-s

View File

@ -268,7 +268,8 @@ public class TestDelegationWithHadoopAuth extends SolrCloudTestCase {
} }
@Test @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 { public void testDelegationTokenCancelFail() throws Exception {
// cancel a bogus token // cancel a bogus token
cancelDelegationToken("BOGUS", ErrorCode.NOT_FOUND.code, primarySolrClient); cancelDelegationToken("BOGUS", ErrorCode.NOT_FOUND.code, primarySolrClient);