Modify XPath for test name handling in converter - #51
Conversation
Support retried or repeated test.
There was a problem hiding this comment.
Code Review
This pull request updates mobly_result_converter.py to search for test cases using the RERAN_TEST_NAME attribute instead of NAME. The reviewer identified a critical compatibility issue where this change breaks support for repeated or retried tests because xml.etree.ElementTree does not support boolean OR operators in XPath. The reviewer provided a robust Python-based matching solution to handle both attributes, which should be implemented.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Refactor XPath construction for test case retrieval to improve readability and maintainability.
|
Do you have an example Resultstore result that this applies to? |
Support retried or repeated test.