jbosstools / jbosstools-integration-stack-tests

1 stars 26 forks source link

JBTIS-882: Fuse - Create a general DeploymentTest which will work wit… #921

Closed tsedmik closed 7 years ago

tsedmik commented 7 years ago

…h Fuse and FuseOnEAP

https://issues.jboss.org/browse/JBTIS-882

Signed-off-by: Tomáš Sedmík tsedmik@redhat.com

tsedmik commented 7 years ago

test this please

apodhrad commented 7 years ago

The test is still failing

testServerDeployment fuse-630.xml(org.jboss.tools.fuse.ui.bot.test.DeploymentTest)  Time elapsed: 39.349 sec  <<< FAILURE!
java.lang.AssertionError: The project was not properly deployed!
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)
    at org.jboss.tools.fuse.ui.bot.test.DeploymentTest.testServerDeployment(DeploymentTest.java:136)
apodhrad commented 7 years ago

Sometimes happens that there are two projects

The first one doesn't work (I have no idea why the project is listed) and the second one works fine (but the test takes the first one).

tsedmik commented 7 years ago

That is strange. I tried it once again and it works. Look at the following test runs:

tsedmik commented 7 years ago

test this please

apodhrad commented 7 years ago

pushed to master