mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
mvcc: increase rev for TestHashKVWhenCompacting
This commit is contained in:
parent
bb86c327e2
commit
df5a3d15ce
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user