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 ie...@apache.org on 2020/07/06 14:36:15 UTC

[james-project] 34/36: JAMES-3273 #comment Using failFast for some integration tests

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

ieugen pushed a commit to branch JAMES-3260-gradle-poc
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 9f09244b9bef82455cb1b49c224d7cf568e429dc
Author: Eugen Stan <ie...@apache.org>
AuthorDate: Fri Jul 3 10:43:58 2020 +0300

    JAMES-3273 #comment Using failFast for some integration tests
---
 server/container/guice/cassandra-guice/build.gradle               | 1 +
 server/container/guice/cassandra-ldap-guice/build.gradle          | 1 +
 server/container/guice/cassandra-rabbitmq-ldap-guice/build.gradle | 1 +
 3 files changed, 3 insertions(+)

diff --git a/server/container/guice/cassandra-guice/build.gradle b/server/container/guice/cassandra-guice/build.gradle
index 89118aa..8ecbcf1 100644
--- a/server/container/guice/cassandra-guice/build.gradle
+++ b/server/container/guice/cassandra-guice/build.gradle
@@ -91,6 +91,7 @@ dependencies {
 
 test {
     useJUnitPlatform()
+    failFast = true
 }
 
 description = 'Apache James :: Server :: Cassandra - guice injection'
diff --git a/server/container/guice/cassandra-ldap-guice/build.gradle b/server/container/guice/cassandra-ldap-guice/build.gradle
index a24015d..ed2507f 100644
--- a/server/container/guice/cassandra-ldap-guice/build.gradle
+++ b/server/container/guice/cassandra-ldap-guice/build.gradle
@@ -44,6 +44,7 @@ dependencies {
 
 test {
     useJUnitPlatform()
+    failFast = true
 }
 
 
diff --git a/server/container/guice/cassandra-rabbitmq-ldap-guice/build.gradle b/server/container/guice/cassandra-rabbitmq-ldap-guice/build.gradle
index ad8aa82..270522b 100644
--- a/server/container/guice/cassandra-rabbitmq-ldap-guice/build.gradle
+++ b/server/container/guice/cassandra-rabbitmq-ldap-guice/build.gradle
@@ -46,6 +46,7 @@ dependencies {
 
 test {
     useJUnitPlatform()
+    failFast = true
     enabled = false
 }
 


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