This website requires JavaScript.
Explore
Help
Sign In
wbtiger
/
foundationdb
mirror of
https://github.com/apple/foundationdb.git
Watch
1
Star
0
Fork
You've already forked foundationdb
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f27475e2f4
foundationdb
/
tests
/
errors.txt
7 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial repository commit
2017-05-26 04:48:44 +08:00
testTitle=WorkerErrorsTest
runSetup=false
clearAfterTest=false
useDB=false
Make the testspec more restrictive in terms of what can be set where. Testspec is currently very permissive in very misleading ways. In particular, the tester parser itself will swallow K=V settings and apply them at the test level, which breaks how a person would expect the scoping to work. Other settings apply to the entire simulation run globally, but appear to be workload specific. Even further, others affect simulation cluster creation or test harness behavior, but can again be set anywhere in a testspec. This changes testspec parsing to error if a setting that applies globally is anywhere but the top of the file, or if a setting that applies test-wide is applied to a workload instead of a test.
2020-07-06 17:03:30 +08:00
testName=WorkerErrors