r-raymond / nixos-mailserver

A complete and Simple Nixos Mailserver
GNU General Public License v3.0
181 stars 27 forks source link

18.03 tests fail #113

Open r-raymond opened 6 years ago

r-raymond commented 6 years ago

It seems the only failing test is

journalctl -u dovecot2 | grep -i error

Will need to investigate further.

dotlambda commented 6 years ago

You should try testing both, 18.03 and unstable, now that https://github.com/r-raymond/nixos-mailserver/issues/95 is resolved.

r-raymond commented 6 years ago

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

dotlambda commented 6 years ago

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

r-raymond commented 6 years ago

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

r-raymond commented 6 years ago

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