You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by va...@apache.org on 2021/04/09 13:52:58 UTC

[camel-kafka-connector] branch master updated: Suffling itest order around a bit to investigate origin of some random itest failures.

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

valdar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new a9a8b1b  Suffling itest order around a bit to investigate origin of some random itest failures.
a9a8b1b is described below

commit a9a8b1bcfae0baccf8689cbbae6f723a41ffdc21
Author: Andrea Tarocchi <an...@gmail.com>
AuthorDate: Fri Apr 9 14:55:44 2021 +0200

    Suffling itest order around a bit to investigate origin of some random itest failures.
---
 tests/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/pom.xml b/tests/pom.xml
index cb59000..cf80809 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -43,9 +43,9 @@
         <module>itests-common</module>
         <module>itests-common-http</module>
         <module>itests-aws-v2</module>
-        <module>itests-cassandra</module>
-        <module>itests-elasticsearch</module>
         <module>itests-sjms2</module>
+        <module>itests-elasticsearch</module>
+        <module>itests-cassandra</module>
         <module>itests-syslog</module>
         <module>itests-file</module>
         <module>itests-http</module>