1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-06-01 18:56:00 +08:00
foundationdb/tests/fast/LongStackWriteDuringRead.toml
Alex Miller 2841efe938 Rewrite most .txt tests into (pretty) .toml files.
This includes build/txt-to-toml.py which did the rewrites, and
can be used to rewrite other no-in-tree test spec files to toml.

I didn't touch status or restarting tests yet.  Restarting will be handled
later.  It turns out that I don't understand how status tests work.
2020-07-12 14:47:40 -07:00

11 lines
185 B
TOML

StderrSeverity = 30
[[test]]
testTitle = 'WriteDuringReadTest'
[[test.workload]]
testName = 'WriteDuringRead'
numOps = 10000
rarelyCommit = true
testDuration = 30