stalwart-mail: 0.12.4 -> 0.13.1 migrate tests
This commit is contained in:
parent
124c3f4850
commit
b1247d635a
@ -50,7 +50,7 @@ in
|
|||||||
storage.lookup = "rocksdb";
|
storage.lookup = "rocksdb";
|
||||||
|
|
||||||
session.rcpt.directory = "'in-memory'";
|
session.rcpt.directory = "'in-memory'";
|
||||||
queue.outbound.next-hop = "'local'";
|
queue.strategy.route = "'local'";
|
||||||
|
|
||||||
store."rocksdb" = {
|
store."rocksdb" = {
|
||||||
type = "rocksdb";
|
type = "rocksdb";
|
||||||
|
|||||||
@ -113,6 +113,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||||||
# left: [1, 2, 2]
|
# left: [1, 2, 2]
|
||||||
# right: [1, 2, 3]
|
# right: [1, 2, 3]
|
||||||
"--skip=smtp::queue::retry::queue_retry"
|
"--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
|
# Missing store type. Try running `STORE=<store_type> cargo test`: NotPresent
|
||||||
"--skip=store::store_tests"
|
"--skip=store::store_tests"
|
||||||
# Missing store type. Try running `STORE=<store_type> cargo test`: NotPresent
|
# Missing store type. Try running `STORE=<store_type> cargo test`: NotPresent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user