chia7712 commented on PR #22701: URL: https://github.com/apache/kafka/pull/22701#issuecomment-5017052320
The execution time is vastly different for `DescribeStreamsGroupTest` *before* ``` Child Tests Failures Skipped Duration Success rate [testDescribeMultipleStreamsGroupWithMembersAndVerboseOptions()](https://github.com/apache/kafka/pull/BOf1cqoJITM.html) 1 0 0 5.862s 100% [testDescribeNonExistingStreamsGroup()](https://github.com/apache/kafka/pull/BAYvWcALVQQ.html) 1 0 0 0.005s 100% testDescribeStreamsGroup() 1 0 0 0.011s 100% testDescribeStreamsGroupWithMembersAndVerboseOptions() 1 0 0 0.006s 100% testDescribeStreamsGroupWithMembersOption() 1 0 0 0.004s 100% testDescribeStreamsGroupWithStateAndVerboseOptions() 1 0 0 0.007s 100% testDescribeStreamsGroupWithStateOption() 1 0 0 0.003s 100% testDescribeStreamsGroupWithTopologyOption() 1 0 0 0.005s 100% testDescribeStreamsGroupWithVerboseOption() 1 0 0 0.013s 100% [testDescribeWithoutGroupOption()](https://github.com/apache/kafka/pull/AFNfcCNTpLg.html) 1 0 0 0.001s 100% testDescribeWithUnrecognizedOption() 1 0 0 0.001s 100% ``` *after* ``` [testDescribeMultipleStreamsGroupWithMembersAndVerboseOptions(ClusterInstance)](https://github.com/apache/kafka/pull/Wope8t1GL2E/index.html) 1 0 0 12.313s 100% [testDescribeNonExistingStreamsGroup(ClusterInstance)](https://github.com/apache/kafka/pull/wbc0Lyi1wFQ/index.html) 1 0 0 0.484s 100% [testDescribeStreamsGroup(ClusterInstance)](https://github.com/apache/kafka/pull/I9ZyO4tnZAw/index.html) 1 0 0 8.347s 100% [testDescribeStreamsGroupWithMembersAndVerboseOptions(ClusterInstance)](https://github.com/apache/kafka/pull/7bf_RQXomvE/index.html) 1 0 0 6.278s 100% [testDescribeStreamsGroupWithMembersOption(ClusterInstance)](https://github.com/apache/kafka/pull/GyGJhWCoyNo/index.html) 1 0 0 6.259s 100% [testDescribeStreamsGroupWithStateAndVerboseOptions(ClusterInstance)](https://github.com/apache/kafka/pull/DX1r17KtEXQ/index.html) 1 0 0 6.271s 100% [testDescribeStreamsGroupWithStateOption(ClusterInstance)](https://github.com/apache/kafka/pull/5pXzE59AlOU/index.html) 1 0 0 6.271s 100% [testDescribeStreamsGroupWithTopologyOption(ClusterInstance)](https://github.com/apache/kafka/pull/K4QL2pFOp_8/index.html) 1 0 0 6.398s 100% [testDescribeStreamsGroupWithVerboseOption(ClusterInstance)](https://github.com/apache/kafka/pull/l3Fz5Qc2NA0/index.html) 1 0 0 6.652s 100% [testDescribeWithoutGroupOption()](https://github.com/apache/kafka/pull/AFNfcCNTpLg.html) 1 0 0 0.013s 100% testDescribeWithUnrecognizedOption() 1 0 0 0.002s 100% ``` It would be a good follow-up to combine some tests, like `testDescribeStreamsGroup` and `testDescribeStreamsGroupWithVerboseOption`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
