Windows fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Upgrading from `v0.8.3` to `v0.9.0`
|
||||
Upgrading from `v0.8.x` to `v0.9.0`
|
||||
-----------------------------------
|
||||
|
||||
Version `0.9.0` introduces significant internal improvements while maintaining compatibility with existing database layouts and configuration file formats from version `0.8.0`. As a result, no data or configuration migration is necessary. This release focuses on enhancing performance and functionality, particularly in logging and tracing capabilities.
|
||||
|
||||
@@ -163,7 +163,7 @@ pub async fn wait_for_shutdown() {
|
||||
Ok(()) => "SIGINT",
|
||||
Err(err) => {
|
||||
trc::event!(
|
||||
Server(trc::ServerEvent::Error),
|
||||
Server(trc::ServerEvent::ThreadError),
|
||||
Details = "Unable to listen for shutdown signal",
|
||||
Reason = err.to_string(),
|
||||
);
|
||||
|
||||
@@ -300,7 +300,7 @@ pub async fn jmap_tests() {
|
||||
.await;
|
||||
|
||||
webhooks::test(&mut params).await;
|
||||
/*email_query::test(&mut params, delete).await;
|
||||
email_query::test(&mut params, delete).await;
|
||||
email_get::test(&mut params).await;
|
||||
email_set::test(&mut params).await;
|
||||
email_parse::test(&mut params).await;
|
||||
@@ -312,7 +312,7 @@ pub async fn jmap_tests() {
|
||||
thread_merge::test(&mut params).await;
|
||||
mailbox::test(&mut params).await;
|
||||
delivery::test(&mut params).await;
|
||||
auth_acl::test(&mut params).await;*/
|
||||
auth_acl::test(&mut params).await;
|
||||
auth_limits::test(&mut params).await;
|
||||
auth_oauth::test(&mut params).await;
|
||||
event_source::test(&mut params).await;
|
||||
|
||||
Reference in New Issue
Block a user