You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/03/21 20:49:00 UTC

[jira] [Commented] (ARTEMIS-3716) Move end-to-end tests from smoke-tests to e2e-tests module

    [ https://issues.apache.org/jira/browse/ARTEMIS-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510101#comment-17510101 ] 

ASF subversion and git services commented on ARTEMIS-3716:
----------------------------------------------------------

Commit 968e4886c81324900418474f452c361fbc8c585d in activemq-artemis's branch refs/heads/main from Tiago Bueno
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=968e488 ]

ARTEMIS-3716 move e2e tests to e2e-tests module

Move all tests which are related to end-to-end testing from smoke-tests
module to a new module named e2e-tests.

These e2e tests are those which are dependent of ContainerService
class. ContainerService class uses artemis inside a container by using
the testcontainers library and for that reason these tests are usually
a quite slow and tecnically they are not a smoke test.

The new e2e-tests module is part of tests module but it is not enabled
by default and to get executed it requires the e2e-tests profile
specification on maven command.


> Move end-to-end tests from smoke-tests to e2e-tests module
> ----------------------------------------------------------
>
>                 Key: ARTEMIS-3716
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3716
>             Project: ActiveMQ Artemis
>          Issue Type: Task
>          Components: Tests
>            Reporter: Tiago Bueno
>            Priority: Minor
>              Labels: test
>             Fix For: 2.21.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Move all tests which are related to end-to-end testing from smoke-tests module to a new module named e2e-tests.
> These e2e tests are those which are dependent of ContainerService class. ContainerService class uses artemis inside a container by using the testcontainers library and for that reason these tests are usually a quite slow and tecnically they are not a smoke test.
> The new e2e-tests module is part of tests module but it is not enabled by default and to get executed it requires the e2e-tests profile specification on maven command.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)