You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Craig Ziesman (Jira)" <ji...@apache.org> on 2024/01/29 21:05:00 UTC

[jira] [Created] (CAMEL-20377) *IT tests should be run with failsafe instead of surefire

Craig Ziesman created CAMEL-20377:
-------------------------------------

             Summary: *IT tests should be run with failsafe instead of surefire
                 Key: CAMEL-20377
                 URL: https://issues.apache.org/jira/browse/CAMEL-20377
             Project: Camel
          Issue Type: Test
            Reporter: Craig Ziesman
            Assignee: Craig Ziesman
             Fix For: 4.x
         Attachments: IT-tests.txt

There are many tests that use TestContainers and Docker in *IT.java classes that are currently being run by the surefire plugin. These tests should be run by failsafe, as they meet the definition of integration tests, not unit tests, and should not cause the whole build to fail if any of them fail.

 

The list of affected test classes is attached.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)