[
https://issues.apache.org/jira/browse/KAFKA-18796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928757#comment-17928757
]
Abhinav Dixit edited comment on KAFKA-18796 at 2/20/25 12:44 PM:
-----------------------------------------------------------------
I ran the test for 500 times using the command
{code:java}
N=500; I=0; while [ $I -lt $N ] && ./gradlew core:test --tests
kafka.server.share.SharePartitionTest.testAcquisitionLockOnOffsetWithWriteShareGroupStateFailure
--rerun --fail-fast; do (( I=$I+1 )); echo "Completed run: $I"; sleep 1;
done{code}
there wasn't a single failure. Attaching a screenshot confirming the same.
Double checked with develocity dashboard
https://develocity.apache.org/scans/tests?search.names=CI%20workflow,Git%20repository&search.relativeStartTime=P28D&search.rootProjectNames=kafka&search.tags=github,trunk&search.tasks=test&search.timeZoneId=Asia%2FCalcutta&search.values=CI,https:%2F%2Fgithub.com%2Fapache%2Fkafka&tests.container=kafka.server.share.SharePartitionTest
as well - The test hasn't failed a single time in the last 28 days.
Hence, closing this JIRA.
was (Author: JIRAUSER303719):
I ran the test for 500 times using the command
{code:java}
N=500; I=0; while [ $I -lt $N ] && ./gradlew core:test --tests
kafka.server.share.SharePartitionTest.testAcquisitionLockOnOffsetWithWriteShareGroupStateFailure
--rerun --fail-fast; do (( I=$I+1 )); echo "Completed run: $I"; sleep 1;
done{code}
there wasn't a single failure. Attaching a screenshot confirming the same.
Double checked with develocity dashboard
https://develocity.apache.org/scans/tests?search.names=CI%20workflow,Git%20repository&search.relativeStartTime=P28D&search.rootProjectNames=kafka&search.tags=github,trunk&search.tasks=test&search.timeZoneId=Asia%2FCalcutta&search.values=CI,https:%2F%2Fgithub.com%2Fapache%2Fkafka&tests.container=kafka.server.share.SharePartitionTest
as well - The test hasn't failed a single time in the last 28 days.
Hence, closing this JIRA.
> Fix flaky test testAcquisitionLockOnOffsetWithWriteShareGroupStateFailure
> -------------------------------------------------------------------------
>
> Key: KAFKA-18796
> URL: https://issues.apache.org/jira/browse/KAFKA-18796
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Abhinav Dixit
> Assignee: Abhinav Dixit
> Priority: Major
> Attachments: Screenshot 2025-02-13 at 20.52.15.png, Screenshot
> 2025-02-20 at 5.04.23 PM.png
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)