-
Notifications
You must be signed in to change notification settings - Fork 165
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
TC-RR-1.1 Certification issues (CON-1078) #864
Comments
Matter will post all the UDP messages with specific destination port numbers(5540- Default port for Matter protocol, 5353- Port for mDNS) to Matter task. Each packet will consume an entry in chip event queue. So if your devices are in an environment with lots of mDNS broadcast packets(even the packets are not related to Matter), the event queue will be used up very quickly. This PR might help.
Looks like the error code is https://github.com/project-chip/connectedhomeip/blob/master/src/app/clusters/group-key-mgmt-server/group-key-mgmt-server.cpp#L528 . Could you add some log to print the error(or change the LogDetail to LogError in the following codes) so that we can know what happened there? |
@eme-bennytang Can you please provide the requested details? Or close the issue if resolved |
@dhrishi Sorry for late response. Once I move the KVS and COUNTERS name space back to nvs as below and it solved the issue. Thanks for the reply anyway |
Describe the bug
We have encountered several different issues in certification related to this test case.
Just gathering them here for anyone interested (which I have seen several different user has reported related issue separately)
1. Sometimes the chip event queue is full and failed to post event
2. Node label 32 bytes constraint error
3. Group Key management command error
Environment
...
The text was updated successfully, but these errors were encountered: