Chia-Ping Tsai created KAFKA-21067:
--------------------------------------
Summary: deflake.yml fails to catch the timeout
Key: KAFKA-21067
URL: https://issues.apache.org/jira/browse/KAFKA-21067
Project: Kafka
Issue Type: Bug
Reporter: Chia-Ping Tsai
Assignee: Chia-Ping Tsai
{code:java}
echo "exitcode=$exitcode" >> $GITHUB_OUTPUT
if: steps.junit-test.outputs.gradle-exitcode == '124' {code}
It uses the wrong variable name, so it won't generate thread dump even though
the timeout does happen. The {{GRADLE_TEST_EXIT_CODE}} has the same issue.
BTW, the name "junit-thread-dumps-${\{ env.job-variation }}" references a
nonexistent variable. It should be fixed as well.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)