This week is a significant improvement. Short form:

Raw fail count by week totals, most recent week first (corresponds to bits):
Week: 0  had  68 failures
Week: 1  had  113 failures
Week: 2  had  103 failures
Week: 3  had  102 failures


********Failures in Hoss' reports for the last 4 rollups.

There were 273 unannotated tests that failed in Hoss' rollups. Ordered by the 
date I downloaded the rollup file, newest->oldest. See above for the dates the 
files were collected 
These tests were NOT BadApple'd or AwaitsFix'd

Failures in the last 4 reports..
   Report   Pct     runs    fails           test
     0123   3.1     1601     41      BasicDistributedZkTest.test
     0123   1.7     1495     28      MultiThreadedOCPTest.test
     0123   1.0     1587     14      RollingRestartTest.test
     0123   3.1     1653     55      
ScheduledTriggerIntegrationTest.testScheduledTrigger
     0123   1.3     1574     13      SystemCollectionCompatTest.testBackCompat
     0123   1.6     1571     14      TestPackages.testPluginLoading
     0123   0.3     1570      7      
TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast
********************************************

=====================SuppressWarnings======================

In the attached report there’s a new section counting SuppressWarnings. For the 
nonce, ignore it. Eventually, when all the warnings are fixed or suppressed, I 
will be advocating for _not_ introducing new warnings at least on Master. To 
encourage this, I want un-suppressed warnings to become compile-time errors.

That’ll tempt people to just add @SuppressWarnings, and I don’t think that’s a 
proper fix, so the BadApple report will flag files that have more 
@SuppressWarnings than they did last week and I’ll complain ;) There’ll be 
exceptions of course...

Yes, that flies counter to the zillion SuppressWarnings I’m putting in the code 
right now, but I’m not about to try to fix on the order of 5,000 warnings in 
our code all at once. that’s where the SuppressWarnings data is coming from in 
the attached report, I expect the counts to increase until we get clean 
compilations. Martin Fowler talks about rewriting working code for no good 
reason being a bad idea in “Refactoring”...

My goal currently is to get the compilations clean, stop getting worse, and 
then we can make things better. Along about 2040, all the code that currently 
has SuppressWarnings will have been rewritten and they’ll all be gone...

==================================
Full report:

DO NOT ENABLE LIST:
    MoveReplicaHDFSTest.testFailedMove
    MoveReplicaHDFSTest.testNormalFailedMove
    TestControlledRealTimeReopenThread.testCRTReopen
    TestICUNormalizer2CharFilter.testRandomStrings
    TestICUTokenizerCJK
    TestImpersonationWithHadoopAuth.testForwarding
    TestLTRReRankingPipeline.testDifferentTopN
    TestRandomChains


DO NOT ANNOTATE LIST
    CdcrBidirectionalTest.testBiDir
    IndexSizeTriggerTest.testMergeIntegration
    IndexSizeTriggerTest.testMixedBounds
    IndexSizeTriggerTest.testSplitIntegration
    IndexSizeTriggerTest.testTrigger
    InfixSuggestersTest.testShutdownDuringBuild
    ShardSplitTest.test
    ShardSplitTest.testSplitMixedReplicaTypes
    ShardSplitTest.testSplitWithChaosMonkey
    Test2BPostings.test
    TestLatLonShapeQueries.testRandomBig
    TestPackedInts.testPackedLongValues
    TestRandomChains.testRandomChainsWithLargeStrings
    TestTriggerIntegration.testSearchRate

SuppressWarnings count: last week: 1,130, this week: 1,226, delta 96


Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/AutoScaling.java. Was: 0, 
now: 2
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/AutoScalingHandler.java. 
Was: 0, now: 10
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/ComputePlanAction.java. 
Was: 0, now: 7
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/ExecutePlanAction.java. 
Was: 0, now: 2
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/InactiveShardPlanAction.java.
 Was: 0, now: 1
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/IndexSizeTrigger.java. 
Was: 0, now: 2
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/MetricTrigger.java. Was: 
0, now: 1
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/NodeAddedTrigger.java. 
Was: 0, now: 2
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/NodeLostTrigger.java. Was: 
0, now: 2
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/ScheduledTriggers.java. 
Was: 0, now: 3
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/SearchRateTrigger.java. 
Was: 0, now: 5
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/SystemLogListener.java. 
Was: 0, now: 2
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/TriggerBase.java. Was: 0, 
now: 3
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/TriggerEvent.java. Was: 0, 
now: 4
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/TriggerEventQueue.java. 
Was: 0, now: 2
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/TriggerUtils.java. Was: 0, 
now: 1
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimCloudManager.java. 
Was: 0, now: 5
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimClusterStateProvider.java.
 Was: 0, now: 18
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimDistribStateManager.java.
 Was: 0, now: 1
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimDistributedQueueFactory.java.
 Was: 0, now: 1
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimNodeStateProvider.java.
 Was: 0, now: 3
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimScenario.java. Was: 
1, now: 9
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimUtils.java. Was: 0, 
now: 1
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SnapshotCloudManager.java.
 Was: 0, now: 3
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SnapshotClusterStateProvider.java.
 Was: 0, now: 2
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SnapshotDistribStateManager.java.
 Was: 0, now: 2
Suppress count increase in: 
solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SnapshotNodeStateProvider.java.
 Was: 0, now: 3
Suppress count increase in: 
solr/core/src/java/org/apache/solr/search/facet/FacetParser.java. Was: 8, now: 
13

Processing file (History bit 3): HOSS-2020-06-01.csv
Processing file (History bit 2): HOSS-2020-05-25.csv
Processing file (History bit 1): HOSS-2020-05-18.csv
Processing file (History bit 0): HOSS-2020-05-11.csv


Number of AwaitsFix: 43 Number of BadApples: 4


**Annotated tests that didn't fail in the last 4 weeks.

  **Tests removed from the next two lists because they were specified in 
'doNotEnable' in the properties file
     MoveReplicaHDFSTest.testNormalFailedMove

  **Annotations can be removed from the following tests because they haven't 
failed in the last 4 rollups.

  **Methods: 0


Raw fail count by week totals, most recent week first (corresponds to bits):
Week: 0  had  68 failures
Week: 1  had  113 failures
Week: 2  had  103 failures
Week: 3  had  102 failures


********Failures in Hoss' reports for the last 4 rollups.

There were 273 unannotated tests that failed in Hoss' rollups. Ordered by the 
date I downloaded the rollup file, newest->oldest. See above for the dates the 
files were collected 
These tests were NOT BadApple'd or AwaitsFix'd

Failures in the last 4 reports..
   Report   Pct     runs    fails           test
     0123   3.1     1601     41      BasicDistributedZkTest.test
     0123   1.7     1495     28      MultiThreadedOCPTest.test
     0123   1.0     1587     14      RollingRestartTest.test
     0123   3.1     1653     55      
ScheduledTriggerIntegrationTest.testScheduledTrigger
     0123   1.3     1574     13      SystemCollectionCompatTest.testBackCompat
     0123   1.6     1571     14      TestPackages.testPluginLoading
     0123   0.3     1570      7      
TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast
********************************************

Failures over the last 4 weeks, but not every week. Ordered most-recent first:



     012    0.3     1179      4      
DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup
     012    0.3     1178      4      LeaderFailoverAfterPartitionTest.test
     012    1.3     1184      7      
MetricTriggerIntegrationTest.testMetricTrigger
     012    0.3     1182      3      
NodeMarkersRegistrationTest.testNodeMarkersRegistration
     012    4.5       72      4      ShardSplitTest.testSplitWithChaosMonkey
     012    0.3     1000      3      
SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete
     012    0.3     1178      4      TestLockTree.testLocks
     012    0.3     1219      4      TestSimScenario.testSplitShard
     012    1.5     1219     11      TestSimScenario.testSuggestions
     01 3   1.1     1159      7      
ConnectionManagerTest.testReconnectWhenZkDisappeared
     01 3   0.5     1161      6      TestSolrConfigHandlerCloud.test
     01 3   0.5     1163      4      TriggerCooldownIntegrationTest.testCooldown
     01     0.3      772      2      
CdcrVersionReplicationTest.testCdcrDocVersions
     01     0.3      760      2      
CloudSolrClientTest.testRetryUpdatesWhenClusterStateIsStale
     01     0.5      775      3      PeerSyncReplicationTest.test
     01     0.3      774      2      TestNamedUpdateProcessors.test
     0 23   0.5     1168      7      
DocValuesNotIndexedTest.testGroupingDVOnlySortFirst
     0 23   1.1     1173     10      HttpPartitionTest.test
     0 2    0.5      785      3      AutoScalingHandlerTest.testReadApi
     0 2    0.5      785      3      
AutoScalingHandlerTest.testSuggestionsWithPayload
     0 2    0.3      787      3      
DistributedQueueTest.testDistributedQueueBlocking
     0 2    0.3      781      3      TestOfflineSorter.testThreadSafety
     0 2   31.4       70     22      
TestXYMultiPolygonShapeQueries.testRandomBig
     0  3   0.3      762      2      ExecutePlanActionTest.testTaskTimeout
     0  3   0.3      766      2      
MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected
     0  3   0.3      648      2      
SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeMixedAdds
     0  3   0.3      757      2      
TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess
     0      0.3      374      1      AssignBackwardCompatibilityTest.test
     0      0.3      375      1      
CollectionsAPIDistributedZkTest.testNoConfigSetExist
     0      0.3      351      1      
ComputePlanActionTest.testSelectedCollectionsByName
     0      0.3      351      1      
ComputePlanActionTest.testSelectedCollectionsByPolicy
     0      0.3      374      1      DeleteShardTest.test
     0      0.3      378      1      ExecutePlanActionTest.testTaskFail
     0      0.3      372      1      MathExpressionTest.testBetaDistribution
     0      0.3      381      1      ShardRoutingTest.test
     0      0.3      376      1      ShardSplitTest.testSplitAfterFailedSplit
     0     57.1        7      4      SharedFSAutoReplicaFailoverTest.test
     0      0.3      377      1      SplitByPrefixTest.doTest
     0      1.6      378      6      
TestBackwardsCompatibility.testUnsupportedOldIndexes
     0      2.8      386     11      
TestBlockJoin.testMultiChildQueriesOfDiffParentLevels
     0      0.8      385      3      TestBlockJoin.testRandom
     0      0.3      373      1      
TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader
     0     18.7      427     80      
TestConfigSetsAPI.testUploadWithScriptUpdateProcessor
     0      2.9      385     11      TestDistribIDF.testMultiCollectionQuery
     0      4.5       22      1      TestIndexWriterDelete.testDeletesOnDiskFull
     0      1.1      378      4      
TestRandomFlRTGCloud.testRandomizedUpdatesAndRTGs
     0      5.5      127      7      
TestSegmentInfos.testBitFlippedTriggersCorruptIndexException
     0      0.3      386      1      
TestXYMultiPolygonShapeQueries.testRandomTiny
      123   2.4     1202     12      SearchRateTriggerTest.testWaitForElapsed
      123   0.2     1203      3      ShardSplitTest.testSplitShardWithRule
      123   0.2     1203      4      ShardSplitTest.testSplitShardWithRuleLink
      123   0.5     1184      4      
SolrCloudReportersTest.testExplicitConfiguration
      123   0.7     1198     18      TestInPlaceUpdatesDistrib.test
      123   0.7     1218      6      TestSimScenario.testAutoAddReplicas
      12    0.3      804      2      
ChaosMonkeyNothingIsSafeWithPullReplicasTest.test
      12   40.0       86     34      HdfsSyncSliceTest.test
      12    0.3      800      2      
NodeLostTriggerIntegrationTest.testNodeLostTrigger
      12    0.6      404      2      
StreamDecoratorTest.testParallelTerminatingDaemonUpdateStream
      12    0.3      803      2      TestPrepRecovery.testLeaderUnloaded
      12    1.0      822      6      TestRandomChains.testRandomChains
      1 3   0.2      787      2      MoveReplicaTest.test
      1 3   0.5      786      3      ReplaceNodeTest.test
      1 3   0.3      784      2      TestCloudRecovery2.test
      1 3   0.2      786      2      
TestCustomStream.testDynamicLoadingCustomStream
      1 3   1.5      797      8      TestPointFields.testFloatPointStats
      1 3   0.3      781      3      
TestPullReplicaErrorHandling.testCantConnectToLeader
      1     0.3      388      1      
CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale
      1     0.2      402      1      CollectionPropsTest.testWatcher
      1     0.4      234      1      
ComputePlanActionTest.testSelectedCollections
      1     0.2      401      1      DaemonStreamApiTest.testAPIs
      1     0.4      265      1      
DistributedUpdateProcessorTest.testVersionAdd
      1    12.5       24      3      HdfsBasicDistributedZk2Test.test
      1     0.3      399      1      IndexSizeTriggerTest.testMaxOps
      1     0.3      398      1      InfixSuggestersTest.testReloadDuringBuild
      1     0.3      390      1      
MathExpressionTest.testGeometricDistribution
      1     0.5      407      2      
ShardSplitTest.testSplitMixedReplicaTypesLink
      1     0.3      342      1      
SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeDelete
      1     0.2      405      1      
TestBKDRadixSelector.testRandomDataDimDiffValues
      1     0.3      399      1      
TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeaderAfterRestart
      1     0.3      396      1      TestCloudRecovery.corruptedLogTest
      1     0.7      405      3      
TestIndexWriterOnDiskFull.testAddDocumentOnDiskFull
      1     0.3      400      1      TestJmxIntegration.testJmxRegistration
      1    31.4       35     11      
TestLatLonMultiPolygonShapeQueries.testRandomBig
      1     0.5      214      1      TestLucene70NormsFormat.testAllZeros
      1     0.5      214      1      TestLucene70NormsFormat.testByteRange
      1     0.5      214      1      
TestLucene70NormsFormat.testCheckIntegrityReadsAllBytes
      1     0.5      214      1      TestLucene70NormsFormat.testFewLargeValues
      1     0.5      214      1      
TestLucene70NormsFormat.testFewSparseLargeValues
      1     2.7      219      6      TestLucene70NormsFormat.testFewSparseValues
      1     0.5      214      1      TestLucene70NormsFormat.testFewValues
      1     0.5      214      1      TestLucene70NormsFormat.testFullLongRange
      1     0.5      214      1      
TestLucene70NormsFormat.testIndependantIterators
      1     2.7      219      6      
TestLucene70NormsFormat.testIndependantSparseIterators
      1     0.5      214      1      TestLucene70NormsFormat.testLongRange
      1     0.5      214      1      TestLucene70NormsFormat.testMostZeros
      1     0.5      214      1      TestLucene70NormsFormat.testMultiClose
      1     0.5      214      1      TestLucene70NormsFormat.testNCommon
      1     0.5      214      1      TestLucene70NormsFormat.testOutliers
      1     2.7      219      6      TestLucene70NormsFormat.testOutliers2
      1     0.5      214      1      
TestLucene70NormsFormat.testRandomExceptions
      1     0.5      214      1      TestLucene70NormsFormat.testShortRange
      1     2.7      219      6      TestLucene70NormsFormat.testSparseAllZeros
      1     0.5      214      1      TestLucene70NormsFormat.testSparseByteRange
      1     0.5      214      1      
TestLucene70NormsFormat.testSparseFullLongRange
      1     2.7      219      6      TestLucene70NormsFormat.testSparseLongRange
      1     0.5      214      1      TestLucene70NormsFormat.testSparseNCommon
      1     0.5      214      1      TestLucene70NormsFormat.testSparseOutliers
      1     0.5      214      1      TestLucene70NormsFormat.testSparseOutliers2
      1     0.5      214      1      
TestLucene70NormsFormat.testSparseShortRange
      1     0.5      214      1      TestLucene70NormsFormat.testThreads
      1     0.5      214      1      TestLucene70NormsFormat.testUndeadNorms
      1     0.5      399      2      TestRandomFaceting.testRandomFaceting
      1     0.3      398      1      TestRecovery.testExistOldBufferLog
      1     0.2      403      1      
TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur
      1     0.3      399      1      
TestSimGenericDistributedQueue.testDistributedQueueBlocking
      1     0.3      314      1      
TestSolrCloudWithSecureImpersonation.testForwarding
      1     0.5      400      2      
TestWithCollection.testMultipleWithCollections
       23   0.2      787      2      ComputePlanActionTest.testNodeAdded
       23   0.2      798      2      
FullSolrCloudDistribCmdsTest.testConcurrentIndexing
       23   0.2      798      2      
FullSolrCloudDistribCmdsTest.testIndexQueryDeleteHierarchical
       23   0.2      798      2      
FullSolrCloudDistribCmdsTest.testThatCantForwardToLeaderFails
       23   0.7      811      9      HttpPartitionWithTlogReplicasTest.test
       23   0.5      799      3      
LeaderElectionIntegrationTest.testSimpleSliceLeaderElection
       23   0.2      790      2      
MigrateRouteKeyTest.multipleShardMigrateTest
       2    4.2       24      1      
CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates
       2    0.2      405      1      
ComputePlanActionTest.testNodeLostTriggerWithDeleteNodePreferredOp
       2    0.2      404      1      CustomHighlightComponentTest.test
       2    0.2      406      1      
FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient
       2    0.2      406      1      
FullSolrCloudDistribCmdsTest.testIndexingOneDocPerRequestWithHttpSolrClient
       2    7.3      437     32      MathExpressionTest.testCache
       2    0.2      403      1      
NodeAddedTriggerIntegrationTest.testNodeAddedTrigger
       2    0.4      277      1      OverseerTest.testReplay
       2    0.2      403      1      PeerSyncWithLeaderTest.test
       2    0.2      402      1      
ReindexCollectionTest.testSameTargetReindexing
       2    6.6      228     15      StreamDecoratorTest.testClassifyStream
       2   40.9      641    262      
TestBackwardsCompatibility.testAllVersionsTested
       2    0.3      400      1      
TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider
       2    0.2      406      1      
TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete
       2    1.0      406      4      TestDynamicLoading.testDynamicLoading
       2    0.3      399      1      TestJSONParser.testArray
       2    0.2      408      1      TestLeaderElectionWithEmptyReplica.test
       2    4.0       25      1      TestLongBitSet.testHugeCapacity
       2    0.2      404      1      
TestPullReplicaErrorHandling.testPullReplicaDisconnectsFromZooKeeper
       2    2.6      418     11      
TestRandomChains.testRandomChainsWithLargeStrings
       2    0.2      404      1      TestRecovery.stressLogReplay
       2    0.2      404      1      
TestSimDistribStateManager.testHasDataReturnsTrueForExistingButEmptyNodes
       2    0.2      402      1      TestTlogReplica.testDeleteById
       2    0.2      402      1      TestUtilizeNode.test
       2    0.2      401      1      UnloadDistributedZkTest.test
        3   2.8      400     11      BasicDistributedZk2Test.test
        3   0.3      382      1      
CollectionsAPIAsyncDistributedZkTest.testAsyncRequests
        3   0.3      383      1      DeleteReplicaTest.deleteReplicaByCount
        3   0.3      383      1      
DeleteReplicaTest.deleteReplicaFromClusterState
        3   0.3      383      1      DeleteReplicaTest.deleteReplicaOnIndexing
        3   0.3      383      1      
DistribDocExpirationUpdateProcessorTest.testNoAuth
        3   0.5      392      2      
FullSolrCloudDistribCmdsTest.testBasicUpdates
        3  26.9      349     94      FuzzySearchTest.testTooComplex
        3   0.5      372      2      
HealthCheckHandlerTest.testHealthCheckHandler
        3   0.3      391      1      HttpPartitionOnCommitTest.test
        3   0.3      383      1      MathExpressionTest.testZipFDistribution
        3   0.3      383      1      MetricsHandlerTest.test
        3   0.3      383      1      MetricsHandlerTest.testCompact
        3   5.3       19      1      
MoveReplicaHDFSFailoverTest.testDataDirAndUlogAreMaintained
        3   5.3       19      1      
MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted
        3   5.3       19      1      
MoveReplicaHDFSFailoverTest.testOldReplicaIsDeletedInRaceCondition
        3   0.3      386      1      MoveReplicaTest.testFailedMove
        3   0.3      384      1      ReindexCollectionTest.testFailure
        3   0.3      386      1      ShardRoutingCustomTest.test
        3   0.3      333      1      
SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeMixedAdds
        3   0.3      387      1      
TestAssertingStoredFieldsFormat.testNumericField
        3   0.3      383      1      
TestBuiltInEvaluators.testDateFormatEvaluator
        3   0.3      381      1      TestCloudJSONFacetSKG.testRandom
        3   0.3      386      1      
TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll
        3   0.5      387      2      TestCryptoKeys.test
        3   0.3      306      1      
TestDelegationWithHadoopAuth.testDelegationTokenRenew
        3   0.3      387      1      
TestIndexWriterDelete.testDeleteAllNoDeadLock
        3  33.3       30     10      
TestNRTReplication.testIndexingWhileReplicaIsDown
        3   2.5      394     10      
TestPointFields.testLongPointFieldMultiValuedRangeFacet
        3   0.3      397      1      
TestReplicationHandler.doTestIndexAndConfigAliasReplication
        3   0.3      383      1      
TestSkipOverseerOperations.testSkipDownOperations
        3   0.3      389      1      TestWithCollection.testAddReplicaSimple
        3   0.3      389      1      TestWithCollection.testAddReplicaWithPolicy
        3   0.3      389      1      TestWithCollection.testNodeAdded
        3   2.8      395     11      
TestXYMultiPolygonShapeQueries.testRandomMedium



***********************Annotations report

*****************AwaitsFix Annotations:


************Lucene AwaitsFix
TestControlledRealTimeReopenThread.testCRTReopen
   @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-5737";)

TestICUNormalizer2CharFilter.testRandomStrings
   @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-5595";)

TestICUTokenizerCJK.TestICUTokenizerCJK suite
   @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/LUCENE-8222";)

TestMoreLikeThis.testMultiFieldShouldReturnPerFieldBooleanQuery
   @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-7161";)


    ************Solr AwaitsFix
AutoAddReplicasIntegrationTest.testRapidStopStartStopWithPropChange
   @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13811";)

CdcrBidirectionalTest.testBiDir
   @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-12524";)

CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster
   @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-12028";)

CollectionsAPISolrJTest.testCreateAndDeleteShard
   @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-13021";)

ComputePlanActionTest.testNodeLost
   
@LuceneTestCase.AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028";)

ConcurrentCreateRoutedAliasTest.ConcurrentCreateRoutedAliasTest suite
   @LuceneTestCase.AwaitsFix(bugUrl = 
"https://issues.apache.org/jira/browse/SOLR-12386";) // "Can't find resource"

LeaderTragicEventTest.LeaderTragicEventTest suite
   @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13237";)

MoveReplicaHDFSTest.MoveReplicaHDFSTest suite
   @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13924";)

MoveReplicaHDFSTest.testFailedMove
   @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12080";) // 
added 03-Oct-2018

ReplaceNodeNoTargetTest.ReplaceNodeNoTargetTest suite
   @LuceneTestCase.AwaitsFix(bugUrl = 
"https://issues.apache.org/jira/browse/SOLR-11067";)

ReplaceNodeNoTargetTest.test
   @LuceneTestCase.AwaitsFix(bugUrl = 
"https://issues.apache.org/jira/browse/SOLR-11067";)

RoutedAliasUpdateProcessorTest.alias,
   
@org.apache.lucene.util.LuceneTestCase.AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13696";)

SSLMigrationTest.SSLMigrationTest suite
   @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028";) // 
17-Mar-2018

SaslZkACLProviderTest.testSaslZkACLProvider
   @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-13075";)

ScheduledMaintenanceTriggerTest.testInactiveShardCleanup
   @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028";) // 
17-Mar-2018

ScheduledTriggerTest.testTrigger
   @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028";) // 
added 20-Sep-2018

SearchRateTriggerIntegrationTest.testDeleteNode
   @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13163";)

SearchRateTriggerTest.testTrigger
   @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028";)

SolrExporterIntegrationTest.SolrExporterIntegrationTest suite
   
@org.apache.lucene.util.LuceneTestCase.AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13786";)

Tagger2Test.testStopWords
   @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-8344";)

TestCloudJSONFacetSKGEquiv.testBespokeAllBuckets
   @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-14467";)

TestHierarchicalDocBuilder.testThreeLevelHierarchy
   @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-12801";) // 
this test fails easily under beasting

TestImpersonationWithHadoopAuth.testForwarding
   @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/HADOOP-9893";)

TestJsonFacetRefinement.testProcessEmptyRefinement
   @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12556";)

TestJsonFacetRefinement.testSortedSubFacetRefinementWhenParentOnlyReturnedByOneShardProcessEmpty
   @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12556";)

TestLTRReRankingPipeline.testDifferentTopN
   @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-11134";)

TestMinMaxOnMultiValuedField.testDoubleFieldCache
   @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-6709";)

TestMinMaxOnMultiValuedField.testFloatFieldCache
   @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-6709";)

TestMinMaxOnMultiValuedField.testIntFieldCache
   @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-6709";)

TestMinMaxOnMultiValuedField.testLongFieldCache
   @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-6709";)

TestPullReplica.TestPullReplica suite
   @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028";)

TestSimComputePlanAction.testNodeLost
   @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-12028";) // 
if you beast this, eventually you will see

TestSimExtremeIndexing.TestSimExtremeIndexing suite
   
@org.apache.lucene.util.LuceneTestCase.AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12923";)

TestSimLargeCluster.testAddNode
   @AwaitsFix( bugUrl = "https://issues.apache.org/jira/browse/SOLR-14275";)

TestSimLargeCluster.testBasic
   @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028";) // 
this test hits a timeout easily

TestStressRecovery.TestStressRecovery suite
   
@LuceneTestCase.AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028";)
 // 6-Sep-2018

TestTlogReplayVsRecovery.TestTlogReplayVsRecovery suite
   
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13486;https://issues.apache.org/jira/browse/SOLR-14183";)

TimeRoutedAliasUpdateProcessorTest.testDateMathInStart
   @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13943";)

TriLevelCompositeIdRoutingTest.test
   @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13369";)



*****************BadApple Annotations:

************Lucene BadApple

************Solr BadApple
MoveReplicaHDFSTest.testNormalFailedMove
   @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028";) // 
14-Oct-2018

SharedFSAutoReplicaFailoverTest.SharedFSAutoReplicaFailoverTest suite
   
@LuceneTestCase.BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028";)
 // added 20-Jul-2018

TimeRoutedAliasUpdateProcessorTest.TimeRoutedAliasUpdateProcessorTest suite
   @LuceneTestCase.BadApple(bugUrl = 
"https://issues.apache.org/jira/browse/SOLR-13059";)



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to