Andrei Litvin
Andrei Litvin
This is odd ... I wonder why CI does not catch this.
On master: ``` ❯ rg --hidden --no-ignore 'gen_tokens.h' src/app/AttributePathExpandIterator.cpp 36:// Note: Some of the generated files that depended by af.h are gen_config.h and gen_tokens.h ``` @stevegrau-ayla on what SHA are...
I see, 1.0 branch. Will check it.
In v1.0 I see "gen_tokens.h" to exist in src/app/zap-templates/app-templates.json. also `fd gen_tokens.h` results in a lot of hits for me on 1.0 branch. So I have: - master does NOT...
Removed cert blocker: it looks like hex vs decimal argument. Fixing a crash is fine as it will affect /examples only, however this will not block 1.0
SoftwareFault event conformance is optional. While this is useful for testing, I am unsure if this should block cert: event generation is up to the individual device implementation, software fault...
@sstruchtrup could you describe testing steps here? How can I reproduce the issue and what commands do I need to run to reproduce it. Was this tested on latest or...
Logs seem to say: ``` [1652975447.224246][726359:726359] CHIP:DIS: MINMDNS: received SRV record for 0EB170FCE8A4D304-0000000000000001._matter._tcp.local [1652975447.224248][726359:726359] CHIP:DIS: Insufficient parsers to process all SRV entries. ```
For some reason MDNS packets are received with several operational data answers. We limit parallel processing to 2, so operational SRV records fail beyond that. Not sure if there is...
What is unclear to me is what queries are being made - I see MINMDNS reporting received packets, however I never see a log of "MINMDNS: Sending query" which I...