certification-tool
certification-tool copied to clipboard
[Bug] TH hangs after closing a prompt from a simulated test
From chip-certification-tool created by ccruzagralopes: CHIP-Specifications/chip-certification-tool#983
Describe the bug
The test execution in TH is hanging when the user closes a prompt from a test step in a simulated test case.
Steps to reproduce the behavior
- Run a simulated test case in TH (e.g.:
TC-LVL-2.3
) - Complete pairing as instructed during test suite setup
- Close a prompt from a test step
Expected behavior
I expected the test case to finish with an error, which is what happens for manual test cases and chip-tool test cases
Log files
No response
PICS file
Screenshots
Environment
TH Fall2023
Additional Information
No response
The team discussed this over slack and decided that handling it only in the TH side is not the best option. First the runner should add a method for aborting the test case and then TH can call this method when a prompt is cancelled. The runner issue created for this is:
- https://github.com/project-chip/connectedhomeip/issues/29515
Deprioritized.