| Summary: | Integration tests are failing | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Petr Jurak <pjurak> | ||||
| Component: | Testsuite | Assignee: | jboss-set | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Peter Mackay <pmackay> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | unspecified | CC: | cdewolf, jason.greene, mkopecky, ozizka | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-10-03 08:04:48 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
*** This bug has been marked as a duplicate of bug 1349287 *** |
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.