Bug 1380853 - Integration tests are failing
Summary: Integration tests are failing
Keywords:
Status: CLOSED DUPLICATE of bug 1349287
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Testsuite
Version: unspecified
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
: ---
Assignee: jboss-set
QA Contact: Peter Mackay
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-30 19:21 UTC by Petr Jurak
Modified: 2016-10-03 08:04 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-10-03 08:04:48 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
test output (142.81 KB, text/plain)
2016-09-30 19:21 UTC, Petr Jurak
no flags Details

Description Petr Jurak 2016-09-30 19:21:25 UTC
Created attachment 1206353 [details]
test output

Description of problem:

Integration tests are failing with the error:

-------------------------------------------------------------------------------
Test set: org.jboss.as.test.manualmode.deployment.DeploymentScannerTestCase
-------------------------------------------------------------------------------
Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 24.6 sec <<< FAILURE! - in org.jboss.as.test.manualmode.deployment.DeploymentScannerTestCase
testFailedDeploymentDuringBoot(org.jboss.as.test.manualmode.deployment.DeploymentScannerTestCase)  Time elapsed: 4.201 sec  <<< FAILURE!
java.lang.AssertionError: Deployments don't check. Expected: <>, actual: <test.ear>
        at org.junit.Assert.fail(Assert.java:88)
        at org.jboss.as.test.manualmode.deployment.DeploymentScannerTestCase.checkDeployed(DeploymentScannerTestCase.java:193)
        at org.jboss.as.test.manualmode.deployment.DeploymentScannerTestCase.testFailedDeploymentDuringBoot(DeploymentScannerTestCase.java:147)

Steps to reproduce:

1. clone eap 6.4.x from GitHub
2. run ./build.sh clean install -DskipTests -Dts.noSmoke -DallTests
3. run ./build.sh test -fae -Dts.integration -Ddomain.module -Dcompat.module -Dts.noSmoke -Dnode0=$MYTESTIP_1 -Dnode1=127.0.0.1 -Dmcast=$MCAST_ADDR

where $MYTESTIP_1 is one of IP assigned to dev, $MCAST_ADDR is multicast address.

Result:

Test fails.

Expected:

Test should not fail.

Comment 1 Peter Mackay 2016-10-03 08:04:48 UTC

*** This bug has been marked as a duplicate of bug 1349287 ***


Note You need to log in before you can comment on or make changes to this bug.