Skip to content

Commit

Permalink
mvcc: increase rev for TestHashKVWhenCompacting
Browse files Browse the repository at this point in the history
  • Loading branch information
fanminshi committed Jul 31, 2017
1 parent dabe2ff commit bd321b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvcc/kvstore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ func TestHashKVWhenCompacting(t *testing.T) {
s := NewStore(b, &lease.FakeLessor{}, nil)
defer os.Remove(tmpPath)

rev := 1000
rev := 10000
for i := 2; i <= rev; i++ {
s.Put([]byte("foo"), []byte(fmt.Sprintf("bar%d", i)), lease.NoLease)
}
Expand Down

0 comments on commit bd321b8

Please sign in to comment.