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

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 7e24a5f932a use lighter RabbitMQ container in tests
7e24a5f932a is described below

commit 7e24a5f932af3cee2291fd136fc916df3a1f2cf7
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Tue Aug 27 11:01:31 2024 +0200

    use lighter RabbitMQ container in tests
    
    it is currently often failing to start container on CI (especially
    s390x), try to mitigate it by using  a lighter image which is enough to
    cover our testing.
    
    Locally it goes from around 95s to 85s to execute all tests
    
    Note that the container seems to be stopped and started between all IT
    tests. This could be another track of improvements if tests are cleaning
    the state correctly and it does nto take too much time.
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 .../org/apache/camel/test/infra/rabbitmq/services/container.properties  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/test-infra/camel-test-infra-rabbitmq/src/test/resources/org/apache/camel/test/infra/rabbitmq/services/container.properties
 
b/test-infra/camel-test-infra-rabbitmq/src/test/resources/org/apache/camel/test/infra/rabbitmq/services/container.properties
index 35b454f686c..f51c841a4ad 100644
--- 
a/test-infra/camel-test-infra-rabbitmq/src/test/resources/org/apache/camel/test/infra/rabbitmq/services/container.properties
+++ 
b/test-infra/camel-test-infra-rabbitmq/src/test/resources/org/apache/camel/test/infra/rabbitmq/services/container.properties
@@ -14,4 +14,4 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-rabbitmq.container=rabbitmq:3.13-management
\ No newline at end of file
+rabbitmq.container=rabbitmq:3.13

Reply via email to