David Bremner writes:
> This should avoid potential collisions if we start running multiple
> smtp-dummy processes in parallel.
merged to master
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch
On Tue, May 07 2019, Daniel Kahn Gillmor wrote:
> On Tue 2019-05-07 07:20:49 -0300, David Bremner wrote:
>> This should avoid potential collisions if we start running multiple
>> smtp-dummy processes in parallel.
>
> This is excellent, simple, and clearly the right thing to do. I've
> reviewed
On Tue 2019-05-07 07:20:49 -0300, David Bremner wrote:
> This should avoid potential collisions if we start running multiple
> smtp-dummy processes in parallel.
This is excellent, simple, and clearly the right thing to do. I've
reviewed it, and am running it on my own development branch with no
This should avoid potential collisions if we start running multiple
smtp-dummy processes in parallel.
---
test/smtp-dummy.c | 15 ++-
test/test-lib.sh | 2 +-
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/test/smtp-dummy.c b/test/smtp-dummy.c
index