-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix shouldUpdateTopicInKafkaWhen* test flakiness #10921
base: main
Are you sure you want to change the base?
Conversation
aa6135f
to
9d68abc
Compare
Signed-off-by: Federico Valeri <[email protected]>
@see-quick I ran the CI for 10 times without issues. Can you also check and confirm? Thanks. |
I will take a look at this tomorrow. Thanks |
/azp run build |
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Federico Valeri <[email protected]>
/azp run build |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run build |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run build |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run build |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run build |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run build |
Azure Pipelines successfully started running 1 pipeline(s). |
This is unrelated to previous test failures and new: 2024-12-12T15:18:58.6368702Z [ERROR] io.strimzi.operator.topic.KafkaHandlerIT.shouldDescribeTopics -- Time elapsed: 9.002 s <<< ERROR!
2024-12-12T15:18:58.6369340Z java.util.NoSuchElementException: No value present
2024-12-12T15:18:58.6369827Z at java.base/java.util.Optional.get(Optional.java:143)
2024-12-12T15:18:58.6370319Z at io.strimzi.operator.topic.KafkaHandlerIT.shouldDescribeTopics(KafkaHandlerIT.java:246) Here we fixed an ordering issue, and that's fine. But I don't understand why I think we need to enable trace level and maybe add some more logging. I also wonder if |
Type of change
Description
Attempt to fix shouldUpdateTopicInKafkaWhen* test flakiness.
We cannot reproduce locally, so I would need to use some CI time to verify.
Checklist