[
https://issues.apache.org/jira/browse/KAFKA-15961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893020#comment-17893020
]
Will Perlichek commented on KAFKA-15961:
----------------------------------------
It looks like this test testTopicIdPersistsThroughControllerRestart() use at
live at core/src/test/scala/unit/kafka/controller but the controller directory
no longer exists at core/src/test/scala/unit/kafka/.
Additionally, I see no reference to
testTopicIdPersistsThroughControllerRestart() in the project any longer.
Can someone please confirm if this Jira is still relevant or should it be
closed? Thanks!
> Flaky test: testTopicIdPersistsThroughControllerRestart() –
> kafka.controller.ControllerIntegrationTest
> -------------------------------------------------------------------------------------------------------
>
> Key: KAFKA-15961
> URL: https://issues.apache.org/jira/browse/KAFKA-15961
> Project: Kafka
> Issue Type: Bug
> Reporter: Apoorv Mittal
> Assignee: Will Perlichek
> Priority: Major
>
> PR build:
> [https://ci-builds.apache.org/blue/organizations/jenkins/Kafka%2Fkafka-pr/detail/PR-14767/15/tests/]
>
> {code:java}
> java.util.NoSuchElementException:
> None.getStacktracejava.util.NoSuchElementException: None.get at
> scala.None$.get(Option.scala:627) at scala.None$.get(Option.scala:626)
> at
> kafka.controller.ControllerIntegrationTest.testTopicIdPersistsThroughControllerRestart(ControllerIntegrationTest.scala:1684)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method) at
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
> at
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568) at
> org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
> at
> org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
> at
> org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
> at
> org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
> at
> org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
> at
> org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
> at
> org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
> at
> org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
> at
> org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
> at
> org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
> at
> org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)