Files
bitcoin/src/test/dbwrapper_tests.cpp
Lőrinc cb1ab0a716 test: cover repeated dbwrapper stream use
The next commits reuse scratch streams on `CDBBatch` and `CDBIterator`.

Extend dbwrapper tests to reuse a batch after `Clear()`, seek repeatedly on one iterator, and fail a too-large `CDBIterator::GetValue()` decode before reading the same entry successfully.
This locks down the reuse and failed-decode contracts before the production changes.
2026-04-28 10:41:58 +02:00

16 KiB