Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiling-J committed Oct 29, 2024
1 parent 04d23e1 commit fe8065f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/persistence_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,10 @@ func TestStorePersistence_Readonly(t *testing.T) {
require.True(t, ok)
require.NotEqual(t, oldv, newv)

for i := 0; i < 5000; i++ {
new.Get(i)
new.Set(i, 123, 1, 0)
}
new.Wait()

}

0 comments on commit fe8065f

Please sign in to comment.