mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 11:08:12 +00:00
This test has been seen failing at random (though not often). A valgrind check showed the nvs_ate structures were being CRC'ed with not-initialized data, and checked later (assuming the CRC would be different than a constant). This maybe have been the cause of the test failures, so let's initialize the whole structure to prevent the CRC value from depending on random memory/stack content. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no> |
||
---|---|---|
.. | ||
bindesc | ||
canbus/isotp | ||
debug | ||
dfu | ||
display/cfb/basic | ||
dsp | ||
edac | ||
emul | ||
fs | ||
input | ||
ipc | ||
jwt | ||
llext | ||
logging | ||
lorawan | ||
mem_mgmt | ||
mgmt | ||
modbus | ||
modem | ||
nrfs | ||
openthread | ||
pm | ||
portability | ||
random/rng | ||
rtio | ||
sd | ||
secure_storage/psa | ||
sensing | ||
settings | ||
settings_commit_prio | ||
shell | ||
sip_svc | ||
storage | ||
testsuite/fff_fake_contexts | ||
tracing/tracing_api | ||
usb | ||
zbus |