[JBoss JIRA] (JBTM-3183) Allow to run individual arquillian tests from command line
by Martin Stefanko (Jira)
[ https://issues.jboss.org/browse/JBTM-3183?page=com.atlassian.jira.plugin.... ]
Martin Stefanko updated JBTM-3183:
----------------------------------
Summary: Allow to run individual arquillian tests from command line (was: Allow to run individual LRA tests from command line)
> Allow to run individual arquillian tests from command line
> ----------------------------------------------------------
>
> Key: JBTM-3183
> URL: https://issues.jboss.org/browse/JBTM-3183
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: LRA
> Affects Versions: 5.9.7.Final
> Reporter: Martin Stefanko
> Assignee: Martin Stefanko
> Priority: Major
>
> It would be beneficial to have an option to run only a selected subset of tests for LRA, for instance:
> {noformat}
> mvn clean install -Parq -Dtest="TckParticipant*"
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 7 months
[JBoss JIRA] (JBTM-3183) Allow to run individual LRA tests from command line
by Martin Stefanko (Jira)
[ https://issues.jboss.org/browse/JBTM-3183?page=com.atlassian.jira.plugin.... ]
Martin Stefanko commented on JBTM-3183:
---------------------------------------
[~tomjenkinson] Search for "maven-failsafe-plugin" shows only LRA and Vert.x modules. I will include the configuration for both.
> Allow to run individual LRA tests from command line
> ---------------------------------------------------
>
> Key: JBTM-3183
> URL: https://issues.jboss.org/browse/JBTM-3183
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: LRA
> Affects Versions: 5.9.7.Final
> Reporter: Martin Stefanko
> Assignee: Martin Stefanko
> Priority: Major
>
> It would be beneficial to have an option to run only a selected subset of tests for LRA, for instance:
> {noformat}
> mvn clean install -Parq -Dtest="TckParticipant*"
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 7 months
[JBoss JIRA] (JBTM-3183) Allow to run individual LRA tests from command line
by Thomas Jenkinson (Jira)
[ https://issues.jboss.org/browse/JBTM-3183?page=com.atlassian.jira.plugin.... ]
Thomas Jenkinson commented on JBTM-3183:
----------------------------------------
Also, if it is something unique to LRA that is fine, you might find the clue to fix it in the rest of Narayana. Otherwise if it is the same to all our arquillian testing, when making the fix we should apply it to the root poms so that all modules benefit and rename this to be something like "Allow to run individual arquillian tests from command line" - thanks again
> Allow to run individual LRA tests from command line
> ---------------------------------------------------
>
> Key: JBTM-3183
> URL: https://issues.jboss.org/browse/JBTM-3183
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: LRA
> Affects Versions: 5.9.7.Final
> Reporter: Martin Stefanko
> Assignee: Martin Stefanko
> Priority: Major
>
> It would be beneficial to have an option to run only a selected subset of tests for LRA, for instance:
> {noformat}
> mvn clean install -Parq -Dtest="TckParticipant*"
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 7 months
[JBoss JIRA] (JBTM-3183) Allow to run individual LRA tests from command line
by Thomas Jenkinson (Jira)
[ https://issues.jboss.org/browse/JBTM-3183?page=com.atlassian.jira.plugin.... ]
Thomas Jenkinson commented on JBTM-3183:
----------------------------------------
Just a comment to explain my change of the type. "Enhancement" is more about changes to the functionality. For tests or infrastructure in general we tend to use Task. It doesn't relate to priority but should help with version numbering. Thanks for raising the issue.
> Allow to run individual LRA tests from command line
> ---------------------------------------------------
>
> Key: JBTM-3183
> URL: https://issues.jboss.org/browse/JBTM-3183
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: LRA
> Affects Versions: 5.9.7.Final
> Reporter: Martin Stefanko
> Assignee: Martin Stefanko
> Priority: Major
>
> It would be beneficial to have an option to run only a selected subset of tests for LRA, for instance:
> {noformat}
> mvn clean install -Parq -Dtest="TckParticipant*"
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 7 months
[JBoss JIRA] (JBTM-3183) Allow to run individual LRA tests from command line
by Martin Stefanko (Jira)
Martin Stefanko created JBTM-3183:
-------------------------------------
Summary: Allow to run individual LRA tests from command line
Key: JBTM-3183
URL: https://issues.jboss.org/browse/JBTM-3183
Project: JBoss Transaction Manager
Issue Type: Enhancement
Components: LRA
Affects Versions: 5.9.7.Final
Reporter: Martin Stefanko
Assignee: Martin Stefanko
It would be beneficial to have an option to run only a selected subset of tests for LRA, for instance:
{noformat}
mvn clean install -Parq -Dtest="TckParticipant*"
{noformat}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 7 months
[JBoss JIRA] (JBTM-3182) Fix basic LRA tests
by Anonymous (Jira)
[ https://issues.jboss.org/browse/JBTM-3182?page=com.atlassian.jira.plugin.... ]
Issue was automatically transitioned when Martin Stefanko created pull request #1490 in GitHub
----------------------------------------------------------------------------------------------
Status: Pull Request Sent (was: Coding In Progress)
> Fix basic LRA tests
> -------------------
>
> Key: JBTM-3182
> URL: https://issues.jboss.org/browse/JBTM-3182
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: LRA
> Affects Versions: 5.9.7.Final
> Reporter: Martin Stefanko
> Assignee: Martin Stefanko
> Priority: Major
>
> lra-test/basic is unable to run because of wrong CDI configuration after latest LRA upgrade:
> {code:java}
> ERROR [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002025: Unknown exception while executing GET /root/participant/lra: java.lang.NullPointerException
> at io.narayana.lra.filter.ServerLRAFilter.filter(ServerLRAFilter.java:311)
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 7 months
[JBoss JIRA] (JBTM-3182) Fix basic LRA tests
by Martin Stefanko (Jira)
Martin Stefanko created JBTM-3182:
-------------------------------------
Summary: Fix basic LRA tests
Key: JBTM-3182
URL: https://issues.jboss.org/browse/JBTM-3182
Project: JBoss Transaction Manager
Issue Type: Bug
Reporter: Martin Stefanko
Assignee: Martin Stefanko
lra-test/basic is unable to run because of wrong CDI configuration after latest LRA upgrade:
{code:java}
ERROR [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002025: Unknown exception while executing GET /root/participant/lra: java.lang.NullPointerException
at io.narayana.lra.filter.ServerLRAFilter.filter(ServerLRAFilter.java:311)
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 7 months
[JBoss JIRA] (JBTM-3182) Fix basic LRA tests
by Martin Stefanko (Jira)
[ https://issues.jboss.org/browse/JBTM-3182?page=com.atlassian.jira.plugin.... ]
Martin Stefanko updated JBTM-3182:
----------------------------------
Affects Version/s: 5.9.7.Final
> Fix basic LRA tests
> -------------------
>
> Key: JBTM-3182
> URL: https://issues.jboss.org/browse/JBTM-3182
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Affects Versions: 5.9.7.Final
> Reporter: Martin Stefanko
> Assignee: Martin Stefanko
> Priority: Major
>
> lra-test/basic is unable to run because of wrong CDI configuration after latest LRA upgrade:
> {code:java}
> ERROR [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002025: Unknown exception while executing GET /root/participant/lra: java.lang.NullPointerException
> at io.narayana.lra.filter.ServerLRAFilter.filter(ServerLRAFilter.java:311)
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 7 months