lightning/plugins/bkpr/test
Alex Myers c9b01b60a0 unit-tests: cleanup traces after testing
Otherwise it appears to be a leak:

==612637== 11,264 bytes in 1 blocks are still reachable in loss record 1 of 1
==612637==    at 0x484D953: calloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==612637==    by 0x1301F2: trace_init (trace.c:153)
==612637==    by 0x13065D: trace_span_start (trace.c:263)
==612637==    by 0x173968: db_open_ (utils.c:367)
==612637==    by 0x17AE43: create_test_wallet (run-wallet.c:1313)
==612637==    by 0x17C726: test_shachain_crud (run-wallet.c:1548)
==612637==    by 0x18300E: main (run-wallet.c:2329)

Changelog-None
2025-02-11 19:16:16 -06:00
..
Makefile db: Instrument the DB interactions to trace their execution 2024-11-18 17:46:40 +01:00
run-bkpr_db.c unit-tests: cleanup traces after testing 2025-02-11 19:16:16 -06:00
run-recorder.c unit-tests: cleanup traces after testing 2025-02-11 19:16:16 -06:00
test_utils.h bkpr-tests: first test of plugin bkpr database 2022-07-28 12:08:18 +09:30