[
https://issues.jboss.org/browse/AS7-2842?page=com.atlassian.jira.plugin.s...
]
Radoslav Husar commented on AS7-2842:
-------------------------------------
Short chat with Ondro:
Developers want to run these tests, thats okay, but smoke tests here shouldnt fail the
integration TS:
This should be waiting for merge
{code}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.test.smoke.embedded.demos.messaging.MessagingTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 8.263 sec <<<
FAILURE!
Running org.jboss.as.test.smoke.embedded.demos.client.messaging.MessagingClientTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.1 sec <<<
FAILURE!
Running org.jboss.as.test.smoke.embedded.demos.client.jms.JmsClientTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.091 sec <<<
FAILURE!
Running org.jboss.as.test.smoke.embedded.demos.jms.JmsTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.59 sec <<<
FAILURE!
Results :
Tests in error:
org.jboss.as.test.smoke.embedded.demos.messaging.MessagingTestCase:
java.lang.IllegalArgumentException
org.jboss.as.test.smoke.embedded.demos.client.messaging.MessagingClientTestCase:
java.lang.IllegalArgumentException
org.jboss.as.test.smoke.embedded.demos.client.jms.JmsClientTestCase:
java.lang.IllegalArgumentException
org.jboss.as.test.smoke.embedded.demos.jms.JmsTestCase:
java.lang.IllegalArgumentException
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server Test Suite: Aggregator ... SUCCESS [13.905s]
[INFO] JBoss Application Server Test Suite: Integration Aggregator SUCCESS [3.906s]
[INFO] JBoss AS Test Suite: Integration - Smoke .......... FAILURE [14.730s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34.083s
[INFO] Finished at: Wed Dec 07 09:56:46 CET 2011
[INFO] Final Memory: 44M/237M
{code}
TS: integration-tests.sh/bat starts smoke tests by default
----------------------------------------------------------
Key: AS7-2842
URL:
https://issues.jboss.org/browse/AS7-2842
Project: Application Server 7
Issue Type: Bug
Components: Test Suite
Affects Versions: 7.1.0.Beta1
Reporter: Radoslav Husar
Assignee: Ondrej Zizka
Fix For: 7.1.0.CR1
And this does not make sense. Integration tests are not smoke tests, thus they should not
run when running integration testsuite.
The fix is: -Dts.noSmoke can be appended by default in the script unless smoke tests are
explicitly requested
--
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