Closed Rajashreekalmane closed 2 months ago
Hi @Rajashreekalmane I was able to reproduce the issue with the provided information in the bug. Also, I performed the same test with a new SDK SHA and it worked. While we still don't have a new TH version, let's keep the issue open, and whenever the new TH version is out, please do a re-test.
issue resolved in latest TH Version: v2.11-beta3+fall2024 Sha: f52d40a
Describe the bug
The test_TC_TIMESYNC_2_1 test case fails with a TimeoutError due to a CancelledError occurring during the Read operation. This seems to be caused by the operation taking longer than the allowed timeout, leading to the cancellation of the task.
Python Script References: https://github.com/project-chip/connectedhomeip/blob/master/src/python_testing/TC_TIMESYNC_2_1.py
Steps to reproduce the behavior
Expected behavior
The test_TC_TIMESYNC_2_1 test case should successfully execute without encountering any TimeoutError or CancelledError
Log files
TC_TIMESYNC_2_1.log tc_timesync_2_1_DUT.txt
PICS file
Time Synchronization Cluster Test Plan.zip
Screenshots
Environment
TH Version: v2.11-beta2+fall2024 Sha: bbeda31
Additional Information
No response