aboutsummaryrefslogtreecommitdiffstats
path: root/tests/07-sync-live-multi
Commit message (Collapse)AuthorAgeFiles
* long-lived tests: sleep between 1ms and 999ms.Guilhem Moulin2019-06-031
| | | | | | | `shuf -n1 -i1-99` produces a number between 1 and 99, hence `sleep "0.$(shuf -n1 -i1-99)"` pauses for some time between 100ms and 990ms. Moreover it's not uniformly distributed as multiples of 100ms (0.100, 0.200, …, 0.900) have twice the probability of other numbers.
* tests: don't fail when a pid can't be killed.Guilhem Moulin2019-05-281
| | | | (Usually on ESRCH.)
* Add test-suite (requires dovecot-imapd).Guilhem Moulin2019-05-275