stalwart-mail: 0.12.4 -> 0.13.1 migrate tests

@norpol b1247d63 124c3f48

Changed files
+4 -1
nixos
tests
pkgs
by-name
st
stalwart-mail
+1 -1
nixos/tests/stalwart/stalwart-mail-config.nix
···
storage.lookup = "rocksdb";
session.rcpt.directory = "'in-memory'";
-
queue.outbound.next-hop = "'local'";
store."rocksdb" = {
type = "rocksdb";
···
storage.lookup = "rocksdb";
session.rcpt.directory = "'in-memory'";
+
queue.strategy.route = "'local'";
store."rocksdb" = {
type = "rocksdb";
+3
pkgs/by-name/st/stalwart-mail/package.nix
···
# left: [1, 2, 2]
# right: [1, 2, 3]
"--skip=smtp::queue::retry::queue_retry"
# Missing store type. Try running `STORE=<store_type> cargo test`: NotPresent
"--skip=store::store_tests"
# Missing store type. Try running `STORE=<store_type> cargo test`: NotPresent
···
# left: [1, 2, 2]
# right: [1, 2, 3]
"--skip=smtp::queue::retry::queue_retry"
+
# thread 'smtp::queue::virtualq::virtual_queue' panicked at /build/source/crates/store/src/dispatch/store.rs:548:14:
+
# called `Result::unwrap()` on an `Err` value: Error(Event { inner: Store(MysqlError), keys: [(Reason, String("Input/output error: Input/output error: Connection refused (os error 111)")), (CausedBy, String("crates/store/src/dispatch/store.rs:301"))] })
+
"--skip=smtp::queue::virtualq::virtual_queue"
# Missing store type. Try running `STORE=<store_type> cargo test`: NotPresent
"--skip=store::store_tests"
# Missing store type. Try running `STORE=<store_type> cargo test`: NotPresent