Page MenuHomePhabricator

D12513.id36343.diff
No OneTemporary

D12513.id36343.diff

diff --git a/src/test/validation_chainstate_tests.cpp b/src/test/validation_chainstate_tests.cpp
--- a/src/test/validation_chainstate_tests.cpp
+++ b/src/test/validation_chainstate_tests.cpp
@@ -47,6 +47,8 @@
/* cache_size_bytes */ 1 << 23, /* in_memory */ true,
/* should_wipe */ false);
WITH_LOCK(::cs_main, c1.InitCoinsCache(1 << 23));
+ // Need at least one block loaded to be able to flush caches
+ BOOST_REQUIRE(c1.LoadGenesisBlock());
// Add a coin to the in-memory cache, upsize once, then downsize.
{

File Metadata

Mime Type
text/plain
Expires
Tue, May 20, 20:01 (9 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5864596
Default Alt Text
D12513.id36343.diff (552 B)

Event Timeline