Expand |
Failed
|
KafkaMessageBusTests
createInboundPubSubBeforeOutboundPubSub
History
|
Failing since build #2261
(Rebuilt by mbg_at_pivotal)
|
Default Job |
26 secs |
java.lang.AssertionError: java.lang.AssertionError: Failed to receive tap after retry
java.lang.AssertionError: Failed to receive tap after retry
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertFalse(Assert.java:64)
at org.springframework.xd.dirt.integration.bus.AbstractMessageBusTests.createInboundPubSubBeforeOutboundPubSub(AbstractMessageBusTests.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
(41 more lines...)
|
Expand |
Failed
|
RawModeKafkaMessageBusTests
testPartitionedModuleSpEL
History
|
Failing since build #2261
(Rebuilt by mbg_at_pivotal)
|
Default Job |
4 secs |
java.lang.AssertionError: java.lang.AssertionError
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertNotNull(Assert.java:712)
at org.junit.Assert.assertNotNull(Assert.java:722)
at org.springframework.xd.dirt.integration.bus.kafka.RawModeKafkaMessageBusTests.testPartitionedModuleSpEL(RawModeKafkaMessageBusTests.java:166)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(42 more lines...)
|
Expand |
Failed
|
RawModeKafkaMessageBusTests
testSendAndReceivePubSub
History
|
Failing since build #2261
(Rebuilt by mbg_at_pivotal)
|
Default Job |
26 secs |
java.lang.AssertionError: java.lang.AssertionError: Failed to receive tap after retry
java.lang.AssertionError: Failed to receive tap after retry
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertFalse(Assert.java:64)
at org.springframework.xd.dirt.integration.bus.kafka.RawModeKafkaMessageBusTests.testSendAndReceivePubSub(RawModeKafkaMessageBusTests.java:307)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
(41 more lines...)
|
Expand |
Failed
|
FileSourceModuleTests
testLinesModeWithMarkersTrue
History
|
Failing since build #2261
(Rebuilt by mbg_at_pivotal)
|
Default Job |
< 1 sec |
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 10 in XML document from file [/data/bamboo-home/xml-data/build-dir/XD-MASTER-JOB1/spring-xd-dirt/build/resources/test/testmodules/sink/sink/config/sink.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 10; columnNumber: 42; cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'publish-subscribe-channel'.
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 10 in XML document from file [/data/bamboo-home/xml-data/build-dir/XD-MASTER-JOB1/spring-xd-dirt/build/resources/test/testmodules/sink/sink/config/sink.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 10; columnNumber: 42; cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'publish-subscribe-channel'.
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:399)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:304)
at org.springframework.xd.module.options.DefaultModuleOptionsMetadataResolver.inferModuleOptionsMetadata(DefaultModuleOptionsMetadataResolver.java:257)
at org.springframework.xd.module.options.DefaultModuleOptionsMetadataResolver.resolveNormalMetadata(DefaultModuleOptionsMetadataResolver.java:198)
at org.springframework.xd.module.options.DefaultModuleOptionsMetadataResolver.resolve(DefaultModuleOptionsMetadataResolver.java:172)
(76 more lines...)
|
Expand |
Failed
|
KafkaSingleNodeStreamDeploymentIntegrationTests
verifyTopicChannelsRegisteredOnDemand
History
|
Failing since build #2261
(Rebuilt by mbg_at_pivotal)
|
Default Job |
24 secs |
java.lang.NullPointerException: java.lang.NullPointerException
java.lang.NullPointerException
at org.springframework.xd.dirt.stream.AbstractSingleNodeStreamDeploymentIntegrationTests.verifyTopicChannelsRegisteredOnDemand(AbstractSingleNodeStreamDeploymentIntegrationTests.java:558)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
(42 more lines...)
|
Expand |
Failed
|
KafkaSingleNodeStreamDeploymentIntegrationTests
testTappingWithLabels
History
|
Failing since build #2261
(Rebuilt by mbg_at_pivotal)
|
Default Job |
27 secs |
java.lang.AssertionError: java.lang.AssertionError: expected:<DRACARYS!> but was:<null>
java.lang.AssertionError: expected:<DRACARYS!> but was:<null>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:144)
at org.springframework.xd.dirt.stream.AbstractSingleNodeStreamDeploymentIntegrationTests.tapTest(AbstractSingleNodeStreamDeploymentIntegrationTests.java:609)
at org.springframework.xd.dirt.stream.AbstractSingleNodeStreamDeploymentIntegrationTests.testTappingWithLabels(AbstractSingleNodeStreamDeploymentIntegrationTests.java:286)
(47 more lines...)
|
Expand |
Failed
|
KafkaSingleNodeStreamDeploymentIntegrationTests
testBasicTap
History
|
Failing since build #2261
(Rebuilt by mbg_at_pivotal)
|
Default Job |
24 secs |
java.lang.AssertionError: java.lang.AssertionError: expected:<DRACARYS!> but was:<null>
java.lang.AssertionError: expected:<DRACARYS!> but was:<null>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:144)
at org.springframework.xd.dirt.stream.AbstractSingleNodeStreamDeploymentIntegrationTests.tapTest(AbstractSingleNodeStreamDeploymentIntegrationTests.java:609)
at org.springframework.xd.dirt.stream.AbstractSingleNodeStreamDeploymentIntegrationTests.testBasicTap(AbstractSingleNodeStreamDeploymentIntegrationTests.java:273)
(47 more lines...)
|
Expand |
Failed
|
KafkaSingleNodeStreamDeploymentIntegrationTests
testTopicChannel
History
|
Failing since build #2261
(Rebuilt by mbg_at_pivotal)
|
Default Job |
30 secs |
java.lang.AssertionError: java.lang.AssertionError
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertNotNull(Assert.java:712)
at org.junit.Assert.assertNotNull(Assert.java:722)
at org.springframework.xd.dirt.stream.AbstractSingleNodeStreamDeploymentIntegrationTests.testTopicChannel(AbstractSingleNodeStreamDeploymentIntegrationTests.java:331)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(46 more lines...)
|
Expand |
Failed
|
RabbitSingleNodeStreamDeploymentIntegrationTests
mqttSourceStreamReceivesMqttSinkStreamOutput
History
|
Failing since build #2261
(Rebuilt by mbg_at_pivotal)
|
Default Job |
33 secs |
java.lang.AssertionError: java.lang.AssertionError: expected:<hello> but was:<null>
java.lang.AssertionError: expected:<hello> but was:<null>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:144)
at org.springframework.xd.dirt.stream.RabbitSingleNodeStreamDeploymentIntegrationTests.mqttSourceStreamReceivesMqttSinkStreamOutput(RabbitSingleNodeStreamDeploymentIntegrationTests.java:87)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(47 more lines...)
|