Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
in code base `@Test` is used by unit test and `@TestTemplate` is used by integration test. The later includes `ParameterizedTest`, `ClusterTest`, `ClusterTests`, and `ClusterTemplate`. Hence, we can add two different timeout for `@Test` and `@TestTemplate`. For example:
junit.jupiter.execution.timeout.default = 30s
junit.jupiter.execution.timeout.testtemplate.method.default = 120s
The accurate timeout value may need more discussion, but we can try it in small junit5 module first. For example: tools module and storage module.
Attachments
Issue Links
- is related to
-
KAFKA-17481 Revisit the slow integration tests
- Resolved
- links to