plugeth/ethdb/memorydb
Martin Holst Swende 99394adcb8
ethdb/pebble: prevent shutdown-panic (#27238)
One difference between pebble and leveldb is that the latter returns error when performing Get on a closed database, the former does a panic. This may be triggered during shutdown (see #27237)

This PR changes the pebble driver so we check that the db is not closed already, for several operations. It also adds tests to the db test-suite, so the previously implicit assumption of "not panic:ing at ops on closed database" is covered by tests.
2023-05-19 08:36:21 -04:00
..
memorydb_test.go ethdb/dbtest: addd test suite for ethdb backends (#19960) 2019-08-22 11:47:24 +02:00
memorydb.go ethdb/pebble: prevent shutdown-panic (#27238) 2023-05-19 08:36:21 -04:00