Refactor & replace fixture #3
@ -11,11 +11,11 @@ import (
|
|||||||
func testReadChainData(t *testing.T, name string) {
|
func testReadChainData(t *testing.T, name string) {
|
||||||
ChainDataPath, AncientDataPath := util.ChainDataPaths(name)
|
ChainDataPath, AncientDataPath := util.ChainDataPaths(name)
|
||||||
|
|
||||||
kvdb, ldberr := rawdb.NewLevelDBDatabase(ChainDataPath, 1024, 256, "vdb-geth", false)
|
kvdb, ldberr := rawdb.NewLevelDBDatabase(ChainDataPath, 1024, 256, "vdb-geth", true)
|
||||||
if ldberr != nil {
|
if ldberr != nil {
|
||||||
t.Fatal(ldberr)
|
t.Fatal(ldberr)
|
||||||
}
|
}
|
||||||
edb, err := rawdb.NewDatabaseWithFreezer(kvdb, AncientDataPath, "vdb-geth", false)
|
edb, err := rawdb.NewDatabaseWithFreezer(kvdb, AncientDataPath, "vdb-geth", true)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user