This patch introduces stress tests, which put load on the daemon to help sanity check its behaviour under stress. They are separate from the existing integration tests, which focus on correctness. Two tests are included here: a load test, which sends emails repeatedly; and a connection test which opens as many conections as possible.
8 lines
138 B
Plaintext
8 lines
138 B
Plaintext
|
|
# Ignore the user databases - we create them each time.
|
|
t-*/config/**/users
|
|
t-*/?/**/users
|
|
stress-*/config/**/users
|
|
stress-*/?/**/users
|
|
|