The number of chronically failing tests dropped considerably this past week,
whether that’s an anomaly or not is a good question.
I’ve finished the SuppressWarnings annotations, so next week I _should_ be able
to include how many new SuppressWarnings have been added to the code and have
it mean something. I _strongly_ urge people to see if they can remove these
annotations when they’re working on the area of code anyway.
The second thing I urge people to do is use their IDE well. IntelliJ does a
series of automatic “inspections” for instance that can point to issues. It’ll
highlight C-style array declarations which isn’t really a bug, but... I’m _not_
saying we should fix everything the inspections highlight, for instance it
doesn’t like
if (a == false)
want’s to “simplify” it to
if (!a)
That’s one inspection I want to turn off; I find it too easy to overlook the
“!”.
However, another thing that’s highlighted is something like
if (object.getName().someMethod)
where getName may return null. Again, I’m not saying each and every one of
these should be changed. Just look at it and see if it’s really something that
could happen and guard if so (how many NPEs have we had to be fixed later?).
Oh, and do be aware that IntelliJ can annotate inspections, but don’t do that.
There’s no reason to pollute the code with IntelliJ-specific annotations.
OK, here’s the regular report.
Raw fail count by week totals, most recent week first (corresponds to bits):
Week: 0 had 34 failures
Week: 1 had 128 failures
Week: 2 had 68 failures
Week: 3 had 113 failures
********Failures in Hoss' reports for the last 4 rollups.
There were 264 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 1.7 1186 15 RollingRestartTest.test
0123 0.9 1161 9 SystemCollectionCompatTest.testBackCompat
0123 0.9 1190 11 TestSimScenario.testSuggestions
********************************************
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
Processing file (History bit 3): HOSS-2020-06-15.csv
Processing file (History bit 2): HOSS-2020-06-08.csv
Processing file (History bit 1): HOSS-2020-06-01.csv
Processing file (History bit 0): HOSS-2020-05-25.csv
Number of AwaitsFix: 44 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 34 failures
Week: 1 had 128 failures
Week: 2 had 68 failures
Week: 3 had 113 failures
********Failures in Hoss' reports for the last 4 rollups.
There were 264 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 1.7 1186 15 RollingRestartTest.test
0123 0.9 1161 9 SystemCollectionCompatTest.testBackCompat
0123 0.9 1190 11 TestSimScenario.testSuggestions
********************************************
Failures over the last 4 weeks, but not every week. Ordered most-recent first:
012 0.9 757 4
DocValuesNotIndexedTest.testGroupingDVOnlySortFirst
01 3.4 91 5
BasicAuthOnSingleNodeTest.testDeleteSecurityJsonZnode
01 7.6 391 13 DistribCursorPagingTest.test
01 7.4 45 3 HdfsWriteToMultipleCollectionsTest.test
0 23 8.9 913 26 BasicDistributedZkTest.test
0 2 50.0 9 5 SharedFSAutoReplicaFailoverTest.test
0 2 4.3 45 2 TestIndexWriterDelete.testDeletesOnDiskFull
0 3 0.9 515 2 CollectionPropsTest.testWatcher
0 3 3.7 51 4 HdfsBasicDistributedZk2Test.test
0 3 16.0 65 20 HdfsSyncSliceTest.test
0 4.3 23 1
CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates
0 11.6 112 13
CloudHttp2SolrClientTest.testWrongZkChrootTest
0 11.6 112 13 CloudSolrClientTest.testWrongZkChrootTest
0 3.7 27 1
ForceLeaderWithTlogReplicasTest.testReplicasInLowerTerms
0 0.9 113 1 OverseerTest.testShardLeaderChange
0 7.6 118 9 SyncSliceTest.test
0 7.7 13 1 TestAllFilesDetectBitFlips.test
0 15.4 13 2 TestAllFilesDetectBitFlips.testCFS
0 11.6 112 13
TestCloudSolrClientConnections.testCloudClientCanConnectAfterClusterComesUp
0 11.6 112 13
TestCloudSolrClientConnections.testCloudClientUploads
0 0.9 110 1
TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete
0 0.9 113 1 TestIndexWriterOnVMError.testOOM
0 2.3 43 1 TestLRUStatsCacheCloud.testBasicStats
0 0.9 110 1
TestRequestForwarding.testMultiCollectionQuery
0 0.9 112 1
TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh
0 8.3 84 7
TestZKPropertiesWriter.testZKPropertiesWriter
123 0.3 1078 3
CdcrVersionReplicationTest.testCdcrDocVersions
123 0.4 1059 6
ConnectionManagerTest.testReconnectWhenZkDisappeared
123 0.4 1054 3
DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup
123 0.7 1061 8
MetricTriggerIntegrationTest.testMetricTrigger
123 1.6 986 18 MultiThreadedOCPTest.test
123 0.7 1048 4
NodeMarkersRegistrationTest.testNodeMarkersRegistration
123 0.4 1112 45
ScheduledTriggerIntegrationTest.testScheduledTrigger
123 7.7 73 5 ShardSplitTest.testSplitWithChaosMonkey
123 0.7 1050 12 TestPackages.testPluginLoading
123 1.1 1049 7
TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast
123 0.4 1047 4 TriggerCooldownIntegrationTest.testCooldown
12 2.1 661 7 AssignBackwardCompatibilityTest.test
12 0.4 643 2 DeleteShardTest.test
12 0.3 663 5 HttpPartitionTest.test
12 0.4 654 2 ShardRoutingTest.test
12 0.4 649 2
TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess
12 16.6 740 132
TestConfigSetsAPI.testUploadWithScriptUpdateProcessor
1 3 0.7 693 3
CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale
1 3 0.4 675 3 ReplaceNodeTest.test
1 3 0.4 683 11 SearchRateTriggerTest.testWaitForElapsed
1 3 0.4 689 3
ShardSplitTest.testSplitMixedReplicaTypesLink
1 3 0.4 689 2 ShardSplitTest.testSplitShardWithRuleLink
1 3 0.6 331 2
StreamDecoratorTest.testParallelTerminatingDaemonUpdateStream
1 3 0.7 673 5 TestInPlaceUpdatesDistrib.test
1 3 3.7 698 17 TestPointFields.testFloatPointStats
1 3 0.3 693 2 TestPrepRecovery.testLeaderUnloaded
1 3 0.7 690 5 TestSimScenario.testAutoAddReplicas
1 3 0.4 682 3
TestWithCollection.testMultipleWithCollections
1 0.4 275 1
ActionThrottleTest.testAZeroNanoTimeReturnInWait
1 2.1 284 6 AddReplicaTest.test
1 2.1 284 6 AddReplicaTest.testAddMultipleReplicas
1 0.4 263 1
AdminHandlersProxyTest.proxyMetricsHandlerAllNodes
1 2.1 285 6 BasicDistributedZk2Test.test
1 0.3 308 1
CloudAuthStreamTest.testSimpleDeleteStreamInvalidCredentials
1 2.1 284 6 CollectionTooManyReplicasTest.testAddShard
1 2.1 284 6
CollectionTooManyReplicasTest.testAddTooManyReplicas
1 2.2 274 6
CollectionsAPIAsyncDistributedZkTest.testAsyncRequests
1 2.2 274 6
CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls
1 2.1 281 6
CollectionsAPIDistributedZkTest.addReplicaTest
1 2.1 281 6
CollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection
1 0.4 276 1
CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesOldFormat
1 2.2 279 6
CustomCollectionTest.testCreateShardRepFactor
1 2.2 279 6
CustomCollectionTest.testCustomCollectionsAPI
1 0.4 271 1 CustomHighlightComponentTest.test
1 2.1 282 6
DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica
1 2.1 282 6
DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplicaLegacy
1 0.4 278 1 DistributedSuggestComponentTest.test
1 15.9 295 47
DocExpirationUpdateProcessorFactoryTest.testAutomaticDeletes
1 5.0 20 1
HdfsTlogReplayBufferedWhileIndexingTest.test
1 2.5 281 7
LeaderElectionIntegrationTest.testSimpleSliceLeaderElection
1 0.4 279 1 LeaderFailureAfterFreshStartTest.test
1 0.4 267 1
LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud
1 0.5 191 1 OverseerTest.testReplay
1 13.0 307 40 PackageManagerCLITest.testPackageManager
1 0.4 271 1 ReindexCollectionTest.testFailure
1 2.1 282 6 RulesTest.doIntegrationTest
1 2.1 282 6
ShardSplitTest.testSplitStaticIndexReplication
1 2.1 282 6
ShardSplitTest.testSplitStaticIndexReplicationLink
1 0.4 266 1 SolrShardReporterTest.test
1 5.9 17 1 StressHdfsTest.test
1 0.3 307 1 TestAdapterModel.test
1 2.2 279 6 TestCollectionAPI.test
1 1.9 312 6
TestDocCollectionWatcher.testWaitForStateWatcherIsRetainedOnPredicateFailure
1 0.4 268 1 TestDynamicLoading.testDynamicLoading
1 21.5 316 68 TestIndexSearcher.testSearcherListeners
1 4.2 24 1
TestIndexWriterDelete.testApplyDeletesOnFlush
1 0.6 309 2
TestIndexWriterDelete.testDeleteAllNoDeadLock
1 4.2 24 1 TestIndexWriterDelete.testUpdatesOnDiskFull
1 2.0 295 6 TestLeaderElectionWithEmptyReplica.test
1 3.7 295 11 TestPointFields.testDoublePointStats
1 1.9 313 6 TestPolicy.testPolicyForEmptyCollection
1 2.1 287 6
TestPolicyCloud.testCreateCollectionAddReplica
1 2.1 287 6
TestPolicyCloud.testCreateCollectionAddShardUsingPolicy
1 2.1 287 6
TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy
1 1.9 313 6 TestPolicyOld.testPolicyForEmptyCollection
1 2.0 293 6 TestPrepRecovery.testLeaderNotResponding
1 0.3 306 1
TestRandomChains.testRandomChainsWithLargeStrings
1 2.8 282 8 TestReplicationHandlerBackup.doTestBackup
1 3.9 282 11
TestReplicationHandlerBackup.testBackupOnCommit
1 2.2 279 6
TestSimPolicyCloud.testCreateCollectionAddReplica
1 2.2 279 6
TestSimPolicyCloud.testCreateCollectionAddShardUsingPolicy
1 2.2 279 6
TestSimPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy
1 0.4 279 1 TestSimScenario.testIndexing
1 0.0 2992 1 TestSolr4Spatial.testIntersectFilter
1 0.4 260 1 TestStressInPlaceUpdates.stressTest
1 2.1 288 6 TestTlogReplica.testAddRemoveTlogReplica
1 2.1 288 6 TestTlogReplica.testRemoveLeader
1 2.1 282 6 TestWithCollection.testAddReplicaWithPolicy
1 2.1 282 6 TestWithCollection.testNodeAdded
1 0.3 306 1
TestXYMultiPolygonShapeQueries.testRandomMedium
1 0.4 263 1 UnloadDistributedZkTest.test
23 0.3 760 2
CloudSolrClientTest.testRetryUpdatesWhenClusterStateIsStale
23 0.3 773 2 LeaderFailoverAfterPartitionTest.test
23 0.5 775 3 PeerSyncReplicationTest.test
23 0.3 657 2
SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete
23 0.3 772 2 TestLockTree.testLocks
23 0.3 774 2 TestNamedUpdateProcessors.test
23 0.3 801 2 TestSimScenario.testSplitShard
23 0.5 779 5 TestSolrConfigHandlerCloud.test
2 0.5 380 2 AutoScalingHandlerTest.testReadApi
2 0.5 380 2
AutoScalingHandlerTest.testSuggestionsWithPayload
2 0.3 375 1
CollectionsAPIDistributedZkTest.testNoConfigSetExist
2 0.3 351 1
ComputePlanActionTest.testSelectedCollectionsByName
2 0.3 351 1
ComputePlanActionTest.testSelectedCollectionsByPolicy
2 0.3 376 1
DistributedQueueTest.testDistributedQueueBlocking
2 0.3 378 1 ExecutePlanActionTest.testTaskFail
2 0.3 378 1 ExecutePlanActionTest.testTaskTimeout
2 0.3 372 1 MathExpressionTest.testBetaDistribution
2 0.3 376 1
MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected
2 0.3 376 1 ShardSplitTest.testSplitAfterFailedSplit
2 0.3 315 1
SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeMixedAdds
2 0.3 377 1 SplitByPrefixTest.doTest
2 1.6 378 6
TestBackwardsCompatibility.testUnsupportedOldIndexes
2 2.8 386 11
TestBlockJoin.testMultiChildQueriesOfDiffParentLevels
2 0.8 385 3 TestBlockJoin.testRandom
2 0.3 373 1
TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader
2 2.9 385 11 TestDistribIDF.testMultiCollectionQuery
2 0.3 376 1 TestOfflineSorter.testThreadSafety
2 1.1 378 4
TestRandomFlRTGCloud.testRandomizedUpdatesAndRTGs
2 5.5 127 7
TestSegmentInfos.testBitFlippedTriggersCorruptIndexException
2 31.4 35 11
TestXYMultiPolygonShapeQueries.testRandomBig
2 0.3 386 1
TestXYMultiPolygonShapeQueries.testRandomTiny
3 0.3 400 1
ChaosMonkeyNothingIsSafeWithPullReplicasTest.test
3 0.4 234 1
ComputePlanActionTest.testSelectedCollections
3 0.2 401 1 DaemonStreamApiTest.testAPIs
3 0.4 265 1
DistributedUpdateProcessorTest.testVersionAdd
3 0.3 399 1 IndexSizeTriggerTest.testMaxOps
3 0.3 398 1 InfixSuggestersTest.testReloadDuringBuild
3 0.3 390 1
MathExpressionTest.testGeometricDistribution
3 0.2 401 1 MoveReplicaTest.test
3 0.3 398 1
NodeLostTriggerIntegrationTest.testNodeLostTrigger
3 0.2 407 1 ShardSplitTest.testSplitShardWithRule
3 0.3 342 1
SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeDelete
3 0.5 399 2
SolrCloudReportersTest.testExplicitConfiguration
3 0.2 405 1
TestBKDRadixSelector.testRandomDataDimDiffValues
3 0.3 399 1
TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeaderAfterRestart
3 0.3 396 1 TestCloudRecovery.corruptedLogTest
3 0.3 399 1 TestCloudRecovery2.test
3 0.2 401 1
TestCustomStream.testDynamicLoadingCustomStream
3 0.7 405 3
TestIndexWriterOnDiskFull.testAddDocumentOnDiskFull
3 0.3 400 1 TestJmxIntegration.testJmxRegistration
3 31.4 35 11
TestLatLonMultiPolygonShapeQueries.testRandomBig
3 0.5 214 1 TestLucene70NormsFormat.testAllZeros
3 0.5 214 1 TestLucene70NormsFormat.testByteRange
3 0.5 214 1
TestLucene70NormsFormat.testCheckIntegrityReadsAllBytes
3 0.5 214 1 TestLucene70NormsFormat.testFewLargeValues
3 0.5 214 1
TestLucene70NormsFormat.testFewSparseLargeValues
3 2.7 219 6 TestLucene70NormsFormat.testFewSparseValues
3 0.5 214 1 TestLucene70NormsFormat.testFewValues
3 0.5 214 1 TestLucene70NormsFormat.testFullLongRange
3 0.5 214 1
TestLucene70NormsFormat.testIndependantIterators
3 2.7 219 6
TestLucene70NormsFormat.testIndependantSparseIterators
3 0.5 214 1 TestLucene70NormsFormat.testLongRange
3 0.5 214 1 TestLucene70NormsFormat.testMostZeros
3 0.5 214 1 TestLucene70NormsFormat.testMultiClose
3 0.5 214 1 TestLucene70NormsFormat.testNCommon
3 0.5 214 1 TestLucene70NormsFormat.testOutliers
3 2.7 219 6 TestLucene70NormsFormat.testOutliers2
3 0.5 214 1
TestLucene70NormsFormat.testRandomExceptions
3 0.5 214 1 TestLucene70NormsFormat.testShortRange
3 2.7 219 6 TestLucene70NormsFormat.testSparseAllZeros
3 0.5 214 1 TestLucene70NormsFormat.testSparseByteRange
3 0.5 214 1
TestLucene70NormsFormat.testSparseFullLongRange
3 2.7 219 6 TestLucene70NormsFormat.testSparseLongRange
3 0.5 214 1 TestLucene70NormsFormat.testSparseNCommon
3 0.5 214 1 TestLucene70NormsFormat.testSparseOutliers
3 0.5 214 1 TestLucene70NormsFormat.testSparseOutliers2
3 0.5 214 1
TestLucene70NormsFormat.testSparseShortRange
3 0.5 214 1 TestLucene70NormsFormat.testThreads
3 0.5 214 1 TestLucene70NormsFormat.testUndeadNorms
3 0.3 397 1
TestPullReplicaErrorHandling.testCantConnectToLeader
3 1.0 404 4 TestRandomChains.testRandomChains
3 0.5 399 2 TestRandomFaceting.testRandomFaceting
3 0.3 398 1 TestRecovery.testExistOldBufferLog
3 0.2 403 1
TestReplicationHandler.testFetchIndexShouldReportErrorsWhenTheyOccur
3 0.3 399 1
TestSimGenericDistributedQueue.testDistributedQueueBlocking
3 0.3 314 1
TestSolrCloudWithSecureImpersonation.testForwarding
***********************Annotations report
*****************AwaitsFix Annotations:
************Lucene AwaitsFix
TestAllFilesDetectBitFlips.TestAllFilesDetectBitFlips suite
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-9356")
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")
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")
TestZKPropertiesWriter.testZKPropertiesWriter
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-12823")
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: [email protected]
For additional commands, e-mail: [email protected]