5aada6f54a
It doesn't really make sense to write to disk/trace files with multiple threads, the result usually ends up clobbered and useless. If we only pass disk/trace files to the first thread, the result is at at least useable, even if it only represents 1/j tests. This is actually quite a nice way to sample filesystem images in multithreaded tests. As a side effect, this also changes test.py/bench.py to no longer pass -d/--disk or -t/--trace to runner queries, which is probably a good thing? These should be ignored in queries anyways.