wrmxs227 opened a new pull request, #21786:
URL: https://github.com/apache/kafka/pull/21786
### Motivation
The quarantined test list in the GitHub Actions JUnit summary report was
not sorted, making it harder to locate
specific tests in the output.
### Changes
Sort the `quarantined_table` by `class_name` and `test_name` before
rendering it in the Markdown summary. The list
contains tuples of `(simple_class_name, test_name)`, so a standard
`.sort()` produces the correct ordering.
### Testing
Added `test_junit.py` with two unit tests:
- Verifies the raw list is unsorted before sorting (confirming the test
data is valid)
- Verifies the list is correctly sorted by class name then test name after
calling `.sort()`
### Related
https://issues.apache.org/jira/browse/KAFKA-18574
--
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]