-
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
[system test] [doc] kafka package #10650
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, Maros. I commented on the md as it was easier to read. Suggestions are mostly about consistency when reading through, but I left a couple of questions where I wasn't sure about something
development-docs/systemtests/io.strimzi.systemtest.kafka.ConfigProviderST.md
Outdated
Show resolved
Hide resolved
development-docs/systemtests/io.strimzi.systemtest.kafka.ConfigProviderST.md
Outdated
Show resolved
Hide resolved
development-docs/systemtests/io.strimzi.systemtest.kafka.KafkaNodePoolST.md
Outdated
Show resolved
Hide resolved
development-docs/systemtests/io.strimzi.systemtest.kafka.KafkaNodePoolST.md
Outdated
Show resolved
Hide resolved
development-docs/systemtests/io.strimzi.systemtest.kafka.KafkaNodePoolST.md
Outdated
Show resolved
Hide resolved
development-docs/systemtests/io.strimzi.systemtest.kafka.TieredStorageST.md
Outdated
Show resolved
Hide resolved
development-docs/systemtests/io.strimzi.systemtest.kafka.TieredStorageST.md
Outdated
Show resolved
Hide resolved
...ent-docs/systemtests/io.strimzi.systemtest.kafka.dynamicconfiguration.DynamicConfSharedST.md
Outdated
Show resolved
Hide resolved
development-docs/systemtests/io.strimzi.systemtest.kafka.dynamicconfiguration.DynamicConfST.md
Outdated
Show resolved
Hide resolved
development-docs/systemtests/io.strimzi.systemtest.kafka.listeners.MultipleListenersST.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few things, otherwise heroic work, thanks! 🚀
systemtest/src/test/java/io/strimzi/systemtest/kafka/ConfigProviderST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/kafka/KafkaST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/kafka/QuotasST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/kafka/QuotasST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/kafka/TieredStorageST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/kafka/ConfigProviderST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/kafka/ConfigProviderST.java
Outdated
Show resolved
Hide resolved
@Step(value = "Create necessary Role and RoleBinding for connector.", expected = "Role and RoleBinding are created and applied."), | ||
@Step(value = "Deploy Kafka connector.", expected = "Kafka connector is successfully deployed."), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
connector -> KafkaConnector ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeap, updated all occurences
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
then why this file has old formating?
systemtest/src/test/java/io/strimzi/systemtest/kafka/KafkaNodePoolST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/kafka/KafkaNodePoolST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/kafka/dynamicconfiguration/DynamicConfST.java
Outdated
Show resolved
Hide resolved
...test/src/test/java/io/strimzi/systemtest/kafka/dynamicconfiguration/DynamicConfSharedST.java
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/kafka/listeners/MultipleListenersST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/kafka/listeners/MultipleListenersST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/kafka/listeners/MultipleListenersST.java
Outdated
Show resolved
Hide resolved
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]> # Conflicts: # systemtest/src/test/java/io/strimzi/systemtest/rollingupdate/KafkaRollerST.java
Signed-off-by: see-quick <[email protected]>
systemtest/src/test/java/io/strimzi/systemtest/kafka/KafkaNodePoolST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/kafka/KafkaNodePoolST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/cruisecontrol/CruiseControlConfigurationST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/kafka/KafkaST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/kafka/listeners/ListenersST.java
Outdated
Show resolved
Hide resolved
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks!
systemtest/src/test/java/io/strimzi/systemtest/connect/ConnectST.java
Outdated
Show resolved
Hide resolved
@Step(value = "Create necessary Role and RoleBinding for connector.", expected = "Role and RoleBinding are created and applied."), | ||
@Step(value = "Deploy Kafka connector.", expected = "Kafka connector is successfully deployed."), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
then why this file has old formating?
systemtest/src/test/java/io/strimzi/systemtest/kafka/KafkaNodePoolST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/kafka/KafkaNodePoolST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/kafka/KafkaVersionsST.java
Outdated
Show resolved
Hide resolved
Signed-off-by: see-quick <[email protected]>
Type of change
Description
This PR covers the whole Kafka package with system test DOCs and also adds a
kafka
label.Checklist