TC-CNET-4.10 Test step 11 timeout.

Hi,

      Our product is about to undergo Matter certification. However, in the testing of TC-CNET-4.10, during the 11th step " ./chip-tool generalcommissioning arm-fail-safe 0 0 1 0", there is a timeout error indicating that the command is not responding. However, when executing it immediately for the second time, it succeeds. This phenomenon is consistently reproducible. Can you provide any guidance on how to resolve this issue? We are anxious to proceed with the product testing.

      I'm urgently looking forward to your reply.

      Jerry.

      22/8/2023

Parents Reply
  • Hi Jerry,

    Here is more explanation:

    Moreover, it is a corner case for SED with disabled CONFIG_LOG (tested on NCS 2.4.0 MED Template disabled CONFIG_LOG and it passed). The logging backend utilized by our samples led to slow down the processing next instructions. This may impact some race conditions which cannot be observed using samples with disabled CONFIG_LOG.
    We use logger configured in a minimal mode, which results in printing messages in a blocking way (not scheduling the print action to the other thread). After disabling CONFIG_LOG some time relations may change (the actions will typically be done faster).
    Best regards,
    Charlie
Children
No Data
Related