Philip Nee created KAFKA-15474:
----------------------------------
Summary:
AbstractCoordinator.testWakeupAfterSyncGroupReceivedExternalCompletion seems
flaky
Key: KAFKA-15474
URL: https://issues.apache.org/jira/browse/KAFKA-15474
Project: Kafka
Issue Type: Test
Affects Versions: 3.6.0
Reporter: Philip Nee
Ran into test failures when running the full AbstractCoordinatorTest unit test
suit.
It is not very easy to reproduce, I seem to need to run the full unit module to
"sometimes" reproduce it.
{code:java}
Should have woken up from ensureActiveGroup()
org.opentest4j.AssertionFailedError: Should have woken up from
ensureActiveGroup()
at app//org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:38)
at app//org.junit.jupiter.api.Assertions.fail(Assertions.java:135)
at
app//org.apache.kafka.clients.consumer.internals.AbstractCoordinatorTest.testWakeupAfterSyncGroupReceivedExternalCompletion(AbstractCoordinatorTest.java:1531)
at
[email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method) {code}
testWakeupAfterSyncGroupReceived also appears flaky:
{code:java}
Should have woken up from ensureActiveGroup()
org.opentest4j.AssertionFailedError: Should have woken up from
ensureActiveGroup()
at app//org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:38)
at app//org.junit.jupiter.api.Assertions.fail(Assertions.java:135)
at
app//org.apache.kafka.clients.consumer.internals.AbstractCoordinatorTest.testWakeupAfterSyncGroupReceived(AbstractCoordinatorTest.java:1498)
at
[email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
[email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)