You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After several pair/unpair operation, FabricIndex is increased and can be greater than 10, which causes TC_RR_1_1 to fail. This issue blocks us from test harness
Step 1. Put device in commissionable mode, then pair with chip-tool
chip-tool pairing onnetwork 1 77402238
Step 2. unpair the device
chip-tool pairing unpair 1
Step 3. Repeat step 1 and step 2 10 times
Step 4. Execute TC_RR_1_1
Result. Test case failed with chip.interaction_model.InteractionModelError: InteractionModelError: InvalidCommand (0x85) at step 2a because label length = 64 bytes but matter expects 32 bytes
[MatterTest] 02-13 17:42:57.556 INFO Step 2a: Setting fabric label on fabric 12 to '1212121212121212121212121212121212121212121212121212121212121212' using client RD0A
Recovery:
a reboot doesn't reset fabric index (even when all fabrics are already removed before) so doesn't solve the issue.
issue gone after a factory reset (removal of chip_kvs)
Reproduction steps
SDK version: v1.3.0.0
Description:
Step 1. Put device in commissionable mode, then pair with chip-tool
Step 2. unpair the device
Step 3. Repeat step 1 and step 2 10 times
Step 4. Execute TC_RR_1_1
Result. Test case failed with
chip.interaction_model.InteractionModelError: InteractionModelError: InvalidCommand (0x85)
at step 2a because label length = 64 bytes but matter expects 32 bytesRecovery:
Log attached.
TC_RR_1_1_InvalidCommand.log
Bug prevalence
Always
GitHub hash of the SDK that was being used
5bb5c9e
Platform
raspi
Platform Version(s)
No response
Type
Platform Issue
Anything else?
No response
The text was updated successfully, but these errors were encountered: