You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What have you tried already?
I have a local Jenkins job that reruns failing tests. Each test was rerun if it failed the first time.
Additional context
In addition, the following tests seem to time out easily:
org.apache.accumulo.test.functional.BulkSplitOptimizationIT.testBulkSplitOptimization (times out consistently for me after 2 minutes)
org.apache.accumulo.test.compaction.ExternalCompactionProgressIT.testProgressViaMetrics (the timeout in this results in a test error, rather than a test failure: 155 » IllegalState Entries read and written metrics values did not match expected values. Timeout exceeded; the test finishes with an error after about 69 seconds)
org.apache.accumulo.test.compaction.FlakyExternalCompaction2IT.* (several tests in this class time out after 5 minutes, but sometimes pass; these include testDeleteTableCancelsExternalCompaction, testDeleteTableCancelsUserExternalCompaction, testSplitCancelsExternalCompaction, and testUserCompactionCancellation; for me, they all failed the first attempt and passed the second; given the name of the test, my guess is that this is a known problem)
The text was updated successfully, but these errors were encountered:
Test name(s)
org.apache.accumulo.test.functional.SplitIT.bulkImportThatCantSplitHangsCompaction
(seems to fail consistently)org.apache.accumulo.test.functional.SimpleBalancerFairnessIT.simpleBalancerFairness
(flaky, sometimes passes)org.apache.accumulo.test.VerifySerialRecoveryIT.testSerializedRecovery
(flaky, sometimes passes)Describe the failure observed
For SplitIT:
For SimpleBalancerFairnessIT:
For VerifySerialRecoveryIT:
Testing Environment:
What have you tried already?
I have a local Jenkins job that reruns failing tests. Each test was rerun if it failed the first time.
Additional context
In addition, the following tests seem to time out easily:
org.apache.accumulo.test.functional.BulkSplitOptimizationIT.testBulkSplitOptimization
(times out consistently for me after 2 minutes)org.apache.accumulo.test.compaction.ExternalCompactionProgressIT.testProgressViaMetrics
(the timeout in this results in a test error, rather than a test failure:155 » IllegalState Entries read and written metrics values did not match expected values. Timeout exceeded
; the test finishes with an error after about 69 seconds)org.apache.accumulo.test.compaction.FlakyExternalCompaction2IT.*
(several tests in this class time out after 5 minutes, but sometimes pass; these includetestDeleteTableCancelsExternalCompaction
,testDeleteTableCancelsUserExternalCompaction
,testSplitCancelsExternalCompaction
, andtestUserCompactionCancellation
; for me, they all failed the first attempt and passed the second; given the name of the test, my guess is that this is a known problem)The text was updated successfully, but these errors were encountered: