TS: Move *-arquillian.xml from testsuite.integration/src/test/resources/** to some better place.
------------------------------------------------------------------------------------------------
Key: AS7-2540
URL: https://issues.jboss.org/browse/AS7-2540
Project: Application Server 7
Issue Type: Sub-task
Components: Test Suite
Reporter: Ondrej Zizka
Assignee: Ondrej Zizka
Fix For: Open To Community
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
TS: Add properties "jbossas.ts.integ.dir", "jbossas.ts.dir", "jbossas.project.dir" and use them in test.
--------------------------------------------------------------------------------------------------------
Key: AS7-2537
URL: https://issues.jboss.org/browse/AS7-2537
Project: Application Server 7
Issue Type: Sub-task
Components: Test Suite
Reporter: Ondrej Zizka
Assignee: Ondrej Zizka
Fix For: Open To Community
Instead of implying that the test runs in certain subdirectory of the testsuite, define use these System variables passed to Surefire:
"jbossas.ts.integ.dir", "jbossas.ts.dir", "jbossas.project.dir"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
TS: Find a way to retain same value of property with ${basedir} in submodules.
------------------------------------------------------------------------------
Key: AS7-3122
URL: https://issues.jboss.org/browse/AS7-3122
Project: Application Server 7
Issue Type: Sub-task
Components: Test Suite
Reporter: Ondrej Zizka
Assignee: Ondrej Zizka
Fix For: 7.2.0.Alpha1
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
TS: Check -Dtest
----------------
Key: AS7-2013
URL: https://issues.jboss.org/browse/AS7-2013
Project: Application Server 7
Issue Type: Sub-task
Components: Test Suite
Reporter: Ondrej Zizka
Assignee: Ondrej Zizka
Make sure that -Dtest can be used to run a single test (at the
moment, this works, but the module to be used really needs to be specified).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
TS: Fix -Ddebug (-Djpda)
------------------------
Key: AS7-2211
URL: https://issues.jboss.org/browse/AS7-2211
Project: Application Server 7
Issue Type: Sub-task
Components: Test Suite
Reporter: Ondrej Zizka
Assignee: Ondrej Zizka
{code}
ozizka-as7/testsuite/integration $ mvn install -Dclustering.integration.tests -Djpda
{code}
doesn't work.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
TS: Some tests are still in org.jboss.as.testsuite.integration package
----------------------------------------------------------------------
Key: AS7-2014
URL: https://issues.jboss.org/browse/AS7-2014
Project: Application Server 7
Issue Type: Sub-task
Components: Test Suite
Reporter: Ondrej Zizka
Assignee: Ondrej Zizka
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
[ https://issues.jboss.org/browse/AS7-2040?page=com.atlassian.jira.plugin.s... ]
Ondrej Zizka closed AS7-2040.
-----------------------------
> AS7 TS: Running sets of tests from the command line
> ---------------------------------------------------
>
> Key: AS7-2040
> URL: https://issues.jboss.org/browse/AS7-2040
> Project: Application Server 7
> Issue Type: Task
> Components: Test Suite
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
>
> Work out a way, using profiles, to run:
> * unit tests and all integration tests in one shot (needed by dev)
> * run the integration tests separately (needed by QA)
> Running combinations of integration tests was achieved with the
> $AS7/testsuite/build.{sh,bat} scripts, but I wasn't expecting the
> requirement to have to be able to do this from $AS7/build.{sh,bat}
> entirely.
> {code}
> @Test (groups = {"JMS", "XA"})
> {code}
> or the new style
> {code}
> @Category( Integration.class )
> {code}
> See 3.5.1 of https://docspace.corp.redhat.com/docs/DOC-74146
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
build.sh clean install -DallTests doesn't work after scripts were split
-----------------------------------------------------------------------
Key: AS7-2027
URL: https://issues.jboss.org/browse/AS7-2027
Project: Application Server 7
Issue Type: Sub-task
Components: Test Suite
Reporter: Ondrej Zizka
Assignee: Ondrej Zizka
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira