Skip to content

Commit

Permalink
Merge branch 'autoCompact' of https://github.com/KANIOYH/lotusdb into…
Browse files Browse the repository at this point in the history
… autoCompact
  • Loading branch information
KANIOYH committed Aug 30, 2024
2 parents 78cbdb0 + b9278b4 commit 0f3f828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bptree_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func TestBPtreePutbatchOldUUID(t *testing.T) {
partitionNum := 3
options := indexOptions{
indexType: BTree,
dirPath: filepath.Join(os.TempDir(), "bptree-putBatch-"+strconv.Itoa(partitionNum)),
dirPath: filepath.Join(os.TempDir(), "bptree-putBatch-olduuid"+strconv.Itoa(partitionNum)),
partitionNum: partitionNum,
keyHashFunction: xxhash.Sum64,
}
Expand Down

0 comments on commit 0f3f828

Please sign in to comment.