You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2022/11/18 14:22:10 UTC

[james-project] branch master updated: JAMES-3856 Fix RabbitMQQuotaTest (#1319)

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 66c374bd6c JAMES-3856 Fix RabbitMQQuotaTest (#1319)
66c374bd6c is described below

commit 66c374bd6c77b8339ad2bb55c134f91d647e1abe
Author: Benoit TELLIER <bt...@linagora.com>
AuthorDate: Fri Nov 18 21:22:04 2022 +0700

    JAMES-3856 Fix RabbitMQQuotaTest (#1319)
    
    We need to await the change for asynchronous systems (RabbitMQ)
---
 .../core/src/main/resources/org/apache/james/imap/scripts/Quota.test  | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Quota.test b/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Quota.test
index 5965061c0d..857d2e352d 100644
--- a/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Quota.test
+++ b/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Quota.test
@@ -63,6 +63,10 @@ S: \* 2 EXISTS
 S: \* 2 RECENT
 S: A004 OK (\[.+\] )?APPEND completed.
 
+LOG INFO awaiting commands
+# RabbitMQ do not process events straight away
+AWAIT
+
 C: A006 GETQUOTAROOT #private.imapuser.test
 S: \* QUOTAROOT "#private\.imapuser\.test" #private&imapuser
 S: \* QUOTA #private&imapuser \(MESSAGE 6 7\)


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org