[
https://issues.apache.org/jira/browse/KAFKA-9596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044950#comment-17044950
]
Agam Brahma edited comment on KAFKA-9596 at 2/25/20 10:16 PM:
--------------------------------------------------------------
Wasn't able to repro this failure. Passed on trunk (`5216da3d`) with 100 runs:
{{$ for i in $(seq 1 100); do ./gradlew :core:cleanTest :core:test --tests
"kafka.log.LogCleanerIntegrationTest.testMaxLogCompactionLag" | rg
'testMaxLogCompactionLag'; done > /tmp/testsummary.txt}}
{{$ diff <(cat /tmp/testsummary.txt | wc -l) <(rg 'PASS' /tmp/testsummary.txt |
wc -l) >/dev/null; echo $?}}
{{0}}
{{(will leave it open until this test hangs/fails again)}}
was (Author: agam):
Wasn't able to repro this failure. Passed on trunk (`5216da3d`) with 100 runs:
{{$ for i in $(seq 1 100); do ./gradlew :core:cleanTest :core:test --tests
}}{{"kafka.log.LogCleanerIntegrationTest.testMaxLogCompactionLag" | rg
'testMaxLogCompactionLag'; done > /tmp/testsummary.txt}}
{{$ diff <(cat /tmp/testsummary.txt | wc -l) <(rg 'PASS' /tmp/testsummary.txt |
wc -l) >/dev/null; echo $?}}
{{0}}
{{(will leave it open until this test hangs/fails again)}}
> Hanging test case `testMaxLogCompactionLag`
> -------------------------------------------
>
> Key: KAFKA-9596
> URL: https://issues.apache.org/jira/browse/KAFKA-9596
> Project: Kafka
> Issue Type: Bug
> Reporter: Jason Gustafson
> Assignee: Agam Brahma
> Priority: Major
>
> Saw this on a recent build:
> {code}
> 15:18:59 kafka.log.LogCleanerIntegrationTest > testMaxLogCompactionLag STARTED
> 18:19:25 Build timed out (after 270 minutes). Marking the build as aborted.
> 18:19:25 Build was aborted
> 18:19:25 [FINDBUGS] Skipping publisher since build result is ABORTED
> 18:19:25 Recording test results
> 18:19:25 Setting MAVEN_LATEST__HOME=/home/jenkins/tools/maven/latest/
> 18:19:25 Setting GRADLE_4_10_3_HOME=/home/jenkins/tools/gradle/4.10.3
> 18:19:27
> 18:19:27 kafka.log.LogCleanerIntegrationTest > testMaxLogCompactionLag SKIPPED
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)