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
Since I haven't been able to repro this locally, my working theory so far is that both the all-clusters-app and chip-tool are racing with each other when writing to the same config file.
If you see the log lines above, you'll note this behavior:
[9356] CHIP:DL: failed to rename (/tmp/chip_factory.ini.tmp), No such file or directory (2)
It's likely #7478 makes this situation worse due to some timing changes, but fundamentally, the root cause here is that both applications are writing to the same config files.
Solution: Each application represents a logically distinct 'device', and as such, each of their configurations should be stored in separate files. This can be achieved through a command-line override to specify a particular prefix.
Problem
Link to test failure: here.
The text was updated successfully, but these errors were encountered: