r-raymond / nixos-mailserver

A complete and Simple Nixos Mailserver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

18.03 tests fail

r-raymond opened this issue · comments

It seems the only failing test is

journalctl -u dovecot2 | grep -i error

Will need to investigate further.

You should try testing both, 18.03 and unstable, now that #95 is resolved.

Unfortunately Travis CI does not provide us with enough time to test both.

The timeout was due to the segfault, which made the test run infinitely. It should work now.

Thanks for pointing that out. I've added both now.

Ok, rerunning the tests fixed the bug. Determinism ftw.