strimzi-kafka-operator icon indicating copy to clipboard operation
strimzi-kafka-operator copied to clipboard

[systemtest] Use Admin client for checking topics in Kafka when UTO is used

Open im-konge opened this issue 1 year ago • 1 comments

In some STs, we check if spec of particular KafkaTopic has correct values -> in CR. But in situations when the KafkaTopic is created just in Kafka (so there is no KafkaTopic CR), with usage of UTO, the KafkaTopic is not created (synced) from Kafka to KafkaTopic CR. In these situations, we should check the spec of KafkaTopic directly in Kafka, for example using the test-clients' Admin client.

The test checks are currently disabled for UTO, but we should fix this issue and enable the checks back. For enabling the checks, search for link of this issue.

im-konge avatar Jul 19 '23 13:07 im-konge

This includes tests with UTONotSupported annotation and/or TODO https://github.com/strimzi/strimzi-kafka-operator/issues/8864 comment.

fvaleri avatar Mar 18 '24 17:03 fvaleri

Closed as completed in https://github.com/strimzi/strimzi-kafka-operator/pull/9295 and https://github.com/strimzi/strimzi-kafka-operator/pull/9876

henryZrncik avatar Jul 25 '24 12:07 henryZrncik