Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
KAFKA-17172 integrates the `@Tag("integration")` to `ClusterTest` and `ClusterTemplate`, so we don't need to declare `@Tag("integration")` on class level.
In fact, declaring it on class level will cause issue when running unit test. For example: `DescribeConsumerGroupTest` [0] is composed of UT and IT, but it has `@Tag("integration")` on class-level. Hence, `./gradlew cleanTest tools:unitTest --tests DescribeConsumerGroupTest` will get error due to "No tests found"
Attachments
Issue Links
- links to