Skip to content

Commit

Permalink
Merge branch 'nightly/v2.0.x' of github.com:cosmos/iavl into v2/async…
Browse files Browse the repository at this point in the history
…-commit
  • Loading branch information
kocubinski committed Oct 29, 2024
2 parents 97f3b34 + d3ac274 commit 9185b04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tree_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ func TestTree_Hash(t *testing.T) {

func TestTree_Build_Load(t *testing.T) {
// build the initial version of the tree with periodic checkpoints
//tmpDir := t.TempDir()
tmpDir := "/tmp/iavl-v2-test"
tmpDir := t.TempDir()
opts := testutil.NewTreeBuildOptions().With10_000()
multiTree := NewMultiTree(tmpDir, TreeOptions{CheckpointInterval: 4000, HeightFilter: 0, StateStorage: false})
itrs, ok := opts.Iterator.(*bench.ChangesetIterators)
Expand Down

0 comments on commit 9185b04

Please sign in to comment.