mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
591388ccd1
The add_email_corpus test utility includes logic that tries to re-use an index of the corpus if available. This was seemingly done as an optimization, so that every test that uses the corpus didn't have to create it's own index of the corpus. However, this has the perverse side effect of entangling tests together, and breaks parallelization. Forcing each test to do it's own index does increase the overall time of the test slightly (~6%), but this will be more than made up for in the next patch that introduces paraellization.
11 lines
143 B
Text
11 lines
143 B
Text
/arg-test
|
|
/hex-xcode
|
|
/parse-time
|
|
/random-corpus
|
|
/smtp-dummy
|
|
/symbol-test
|
|
/make-db-version
|
|
/test-results
|
|
/ghost-report
|
|
/tmp.*
|
|
/message-id-parse
|