mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-09 17:55:57 +00:00
test: Add stress tests
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.
This commit is contained in:
2
test/.gitignore
vendored
2
test/.gitignore
vendored
@@ -2,4 +2,6 @@
|
||||
# Ignore the user databases - we create them each time.
|
||||
t-*/config/**/users
|
||||
t-*/?/**/users
|
||||
stress-*/config/**/users
|
||||
stress-*/?/**/users
|
||||
|
||||
|
||||
Reference in New Issue
Block a user