spring-cloud/spring-cloud-dataflow-acceptance-tests

Investigate test failures on 1.7.x

ilayaperumalg opened this issue · 0 comments

The CI plan https://build.spring.io/browse/SCDT-LOCALSKIPPER11X has been failing with the latest changes from ATs build scripts. We need to investigate the following test failures:

AnalyticsTests analyticsTest

org.springframework.cloud.dataflow.rest.client.DataFlowClientException: httpCounter at org.springframework.cloud.dataflow.rest.client.VndErrorResponseErrorHandler.handleError(VndErrorResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:667) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:620) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:580) at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:287) at org.springframework.cloud.dataflow.rest.client.CounterTemplate.retrieve(CounterTemplate.java:48) (1 more lines...)

ComposedTaskTests ctrMultipleLaunchWithArguments 

java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.springframework.cloud.dataflow.acceptance.test.ComposedTaskTests.assertTaskExecutions(ComposedTaskTests.java:65) at org.springframework.cloud.dataflow.acceptance.test.ComposedTaskTests.ctrMultipleLaunchWithArguments(ComposedTaskTests.java:57)

ComposedTaskTests ctrMultipleLaunch 
|  
java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.springframework.cloud.dataflow.acceptance.test.ComposedTaskTests.assertTaskExecutions(ComposedTaskTests.java:65) at org.springframework.cloud.dataflow.acceptance.test.ComposedTaskTests.ctrMultipleLaunch(ComposedTaskTests.java:47)

ComposedTaskTests ctrLaunch

java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.springframework.cloud.dataflow.acceptance.test.ComposedTaskTests.assertTaskExecutions(ComposedTaskTests.java:65) at org.springframework.cloud.dataflow.acceptance.test.ComposedTaskTests.ctrLaunch(ComposedTaskTests.java:41)