ddanderson I am about to commit a new python unit test that tests the sweep server and it brings up something I discussed with michaelcahill last night about having the "normal" full test suite run a subset of the tests. My new test will be test_sweep01.py and it would not be part of that because it needs to sleep long periods of time. Other candidates would be running only a subset of test_txn02.py.
Can you come up with some mechanism to have the default run.py run the subset and then we can add a Jenkins job to run the full thing in all combinations. I'm sure there are other extra long/slow tests besides sweep01 and txn02 but I don't recall what they are offhand.
- is related to
-
WT-1464 Changed python test suite to allow for shorter runs by default.
- Closed