Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
A trunk build had a timeout and it appears that this test was the cause.
https://github.com/apache/kafka/actions/runs/10798234851/job/29953919232
In the Gradle log, we seeĀ
2024-09-10T20:31:26.6830206Z Gradle Test Run :streams:test > Gradle Test Executor 47 > StreamThreadTest > shouldReturnErrorIfProducerInstanceIdNotInitialized(boolean, boolean) > "shouldReturnErrorIfProducerInstanceIdNotInitialized(boolean, boolean).stateUpdaterEnabled=true, processingThreadsEnabled=true" STARTED
but no "FINISHED" or "FAILED" later in the log.
It seems that this test was running for around 50 minutes.