bump test runs and do query too

This commit is contained in:
Jaremy Creechley 2023-09-19 15:30:31 -07:00
parent e03cc48b7b
commit 89605d3f3e
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -48,7 +48,7 @@ proc testBasicSqllite() =
basicStoreTests(ds, key, bytes, otherBytes) basicStoreTests(ds, key, bytes, otherBytes)
GC_fullCollect() GC_fullCollect()
for i in 1..100: for i in 1..200:
testBasicSqllite() testBasicSqllite()
GC_fullCollect() GC_fullCollect()
@ -75,9 +75,9 @@ proc testQuerySqllite() =
queryTests(ds, true) queryTests(ds, true)
GC_fullCollect() GC_fullCollect()
# for i in 1..100: for i in 1..200:
# testQuerySqllite() testQuerySqllite()
# GC_fullCollect() GC_fullCollect()
proc testFsDs() = proc testFsDs() =
suite "Test Basic ThreadDatastore with fsds": suite "Test Basic ThreadDatastore with fsds":