Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | long-lived tests: sleep between 1ms and 999ms. | Guilhem Moulin | 2019-06-03 | 1 |
| | | | | | | | `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 Moulin | 2019-05-28 | 1 |
| | | | | (Usually on ESRCH.) | |||
* | Add test-suite (requires dovecot-imapd). | Guilhem Moulin | 2019-05-27 | 5 |