mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-03 03:41:53 +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.
10 lines
157 B
TOML
10 lines
157 B
TOML
[[test]]
|
|
testTitle = 'UnitTests'
|
|
useDB = false
|
|
startDelay = 0
|
|
|
|
[[test.workload]]
|
|
testName = 'UnitTests'
|
|
maxTestCases = 1
|
|
testsMatching = '/'
|