mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 11:15:50 +08: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.
13 lines
252 B
TOML
13 lines
252 B
TOML
[[test]]
|
|
testTitle = 'UncloggedRollbackCycleTest'
|
|
|
|
[[test.workload]]
|
|
testName = 'Cycle'
|
|
transactionsPerSecond = 5000.0
|
|
testDuration = 30.0
|
|
expectedRate = 0.05
|
|
|
|
[[test.workload]]
|
|
testName = 'Rollback'
|
|
testDuration = 30.0
|