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 0ffd10f  JAMES-3660 Run 
creatingConcurrentlyMailboxesWithSameParentShouldNotFail (#697)
0ffd10f is described below

commit 0ffd10f3da64ceb9deee57a2dc8ca207a2646085
Author: Benoit TELLIER <[email protected]>
AuthorDate: Thu Oct 14 20:23:43 2021 +0700

    JAMES-3660 Run creatingConcurrentlyMailboxesWithSameParentShouldNotFail 
(#697)
    
    Commiting the @RepeatedTest was an unintended mistake
---
 .../api/src/test/java/org/apache/james/mailbox/MailboxManagerTest.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/mailbox/api/src/test/java/org/apache/james/mailbox/MailboxManagerTest.java 
b/mailbox/api/src/test/java/org/apache/james/mailbox/MailboxManagerTest.java
index cd94570..799188d 100644
--- a/mailbox/api/src/test/java/org/apache/james/mailbox/MailboxManagerTest.java
+++ b/mailbox/api/src/test/java/org/apache/james/mailbox/MailboxManagerTest.java
@@ -95,7 +95,6 @@ import org.assertj.core.api.SoftAssertions;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Nested;
-import org.junit.jupiter.api.RepeatedTest;
 import org.junit.jupiter.api.Test;
 import org.mockito.ArgumentCaptor;
 
@@ -165,7 +164,7 @@ public abstract class MailboxManagerTest<T extends 
MailboxManager> {
         mailboxManager.endProcessingRequest(session);
     }
 
-    @RepeatedTest(10)
+    @Test
     protected void creatingConcurrentlyMailboxesWithSameParentShouldNotFail() 
throws Exception {
         MailboxSession session = mailboxManager.createSystemSession(USER_1);
         String mailboxName = 
"a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z";

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to