You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2019/05/14 02:41:05 UTC

[james-project] 03/04: JAMES-2758 Disable CassandraBulkOperationTest failed test

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

commit 8bb3a6803b07cda32df4a3c924056280c74f4474
Author: Tran Tien Duc <dt...@linagora.com>
AuthorDate: Fri May 10 09:58:52 2019 +0700

    JAMES-2758 Disable CassandraBulkOperationTest failed test
---
 .../org/apache/james/jmap/cassandra/CassandraBulkOperationTest.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/java/org/apache/james/jmap/cassandra/CassandraBulkOperationTest.java b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/java/org/apache/james/jmap/cassandra/CassandraBulkOperationTest.java
index 369c3c3..80f5289 100644
--- a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/java/org/apache/james/jmap/cassandra/CassandraBulkOperationTest.java
+++ b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/java/org/apache/james/jmap/cassandra/CassandraBulkOperationTest.java
@@ -51,6 +51,7 @@ import org.apache.james.utils.DataProbeImpl;
 import org.apache.james.utils.JmapGuiceProbe;
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 
@@ -103,6 +104,7 @@ public class CassandraBulkOperationTest {
             .body(ARGUMENTS + ".destroyed", hasSize(NUMBER_OF_MAIL_TO_CREATE));
     }
 
+    @Ignore("JAMES-2758 this test currently fails on master, disable it until the issue is resolved")
     @Test
     public void setMessagesShouldFailForHugeNumberOfEmailsToTrashWhenChunksConfigurationAreTooBig() throws Exception {
         jmapServer = createServerWithExpungeChunkSize(NUMBER_OF_MAIL_TO_CREATE);


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