Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Pairing Reliability] #6 Failure: Commissioning failed with src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:119: CHIP Error 0x00000032: Timeout #33988

Open
Saravana-kr22 opened this issue Jun 18, 2024 · 0 comments

Comments

@Saravana-kr22
Copy link

Saravana-kr22 commented Jun 18, 2024

Description:
I have used python controller to run a stress test on my RPI sample dut (all-clusters-app) on Pair-Unpair test scenario for 10,000 iterations. The test passed in iteration 8022 without any error but the iteration 8023 is Failed to commission the dut during FindOperational step with the below traceback error

Traceback (most recent call last):
File "/Users/chaitanyajandhyala/code/python/matter-qa/src/matter_qa/library/helper_libs/matter_testing_support.py", line 1177, in pair_dut
raise CommissionFailure(f"Pairing with DUT failed Reason {commission_device_result.str()} ")
chip.commissioning.CommissionFailure: CommissionFailure(Pairing with DUT failed Reason src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:119: CHIP Error 0x00000032: Timeout )

GitHub hash of the SDK that was being used: 3718e99

Platform
controller - python controller running on raspi,
DUT - all-cluster-app running on raspi

Provisioned using on-network

Platform Version(s)
RPI-4, 8GB RAM

Test Scenario

  1. Pair/Provision the DUT (All-cluster-app running on raspi) using on-network
  2. Read device information after the device is provisioned
  3. sleep for 2 secs
  4. Unpair the DUT (i.e. removing the fabric)
  5. factory reset the DUT
  6. repeat step1 - 6 for 10,000 iterations

Script reference: https://github.com/CHIP-Specifications/matter-qa/blob/main/src/matter_qa/scripts/reliability_scripts/TC_Pair.py

Reference log:
Example of Passed iteration details:

The iteration number 8022 is passed, below log files for the same
TH log: log_2024-04-28_03-31-58.log
DUT log: Dut_log_8022_2024-04-28T03_32_08_256032.log

Example of Failed iteration details:

The iteration number 8023 is failed with this error below the logfile
TH log : log_2024-04-28_03-32-30.log
DUT log: Dut_log_8023_2024-04-28T03_40_32_688669.log

For the detailed summary please reference this json: summary.json

@woody-apple woody-apple changed the title [SDK Quality Test] #1: Commissioning failed with src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:119: CHIP Error 0x00000032: Timeout [Pairing Reliability] #1 Failure: Commissioning failed with src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:119: CHIP Error 0x00000032: Timeout Jun 25, 2024
@cjandhyala cjandhyala changed the title [Pairing Reliability] #1 Failure: Commissioning failed with src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:119: CHIP Error 0x00000032: Timeout [Pairing Reliability] #6 Failure: Commissioning failed with src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:119: CHIP Error 0x00000032: Timeout Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants