mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 12:28:19 +00:00
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.
17 lines
332 B
TOML
17 lines
332 B
TOML
[[test]]
|
|
testTitle = 'CloggedConfigureDatabaseTest'
|
|
|
|
[[test.workload]]
|
|
testName = 'ConfigureDatabase'
|
|
testDuration = 300.0
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 300.0
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 300.0
|
|
scale = 0.1
|
|
clogginess = 2.0
|