zephyr/tests
Alberto Escolar Piedras 414996f880 tests/subsys/fs/nvs: Fix flakiness due to not init'ed data
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>
2025-02-27 13:28:12 +00:00
..
application_development
arch
benchmarks
bluetooth tests: bluetooth: tester: Fix invalid checks in oob_data_request 2025-02-26 15:05:33 +01:00
boards tests: boards: fix spelling of "berfore" 2025-02-21 11:41:46 +00:00
boot
bsim tests: bsim: bluetooth: run host gatt notiy_stress test on nrf5340bsim 2025-02-25 20:39:58 +01:00
cmake
crypto
ctest/base
drivers tests: spi: Add overlay for NXP 1040EVK FlexIO-SPI 2025-02-27 08:01:04 +01:00
integration/kernel
kconfig
kernel tests/kernel/thread_apis: Fix essential thread abort test 2025-02-26 10:10:29 +00:00
lib
misc
modules
net
posix
robot
subsys tests/subsys/fs/nvs: Fix flakiness due to not init'ed data 2025-02-27 13:28:12 +00:00
unit
ztest
test_config.yaml