arvi18 opened a new pull request, #21342: URL: https://github.com/apache/kafka/pull/21342
## Summary This PR adds a new companion script `analyze-test-patterns.py` that complements `find-unfinished-test.py` by providing additional analysis capabilities for Gradle test logs. ## Features - Analyze test patterns and statistics from Gradle logs - Identify failed and slow tests with configurable thresholds - Group tests by class/package for better organization - Filter by test status (PASSED/FAILED/SKIPPED) - Generate detailed reports with statistics - Support for output to file or stdout ## Usage python committer-tools/analyze-test-patterns.py gradle.log python committer-tools/analyze-test-patterns.py gradle.log --min-duration 5.0 python committer-tools/analyze-test-patterns.py gradle.log --status-filter FAILED --output report.txtThe script uses similar parsing logic to `find-unfinished-test.py` for consistency across committer tools. -- 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]
