Fix Composed Task Runner multiple launch test failure
ilayaperumalg opened this issue · 0 comments
ilayaperumalg commented
The composed task runner multiple launch test fails with the following reason:
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:67)
at org.springframework.cloud.dataflow.acceptance.test.ComposedTaskTests.ctrMultipleLaunchWithProperties(ComposedTaskTests.java:57)