LinuxForHealth / connect-r-and-d

Linux For Health Connectors for Inbound Data Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CCD Test Case Fails Intermittently

dixonwhitmire opened this issue · comments

The CCD Test Case fails intermittently during CI runs

CcdRouteTest > testRoute() FAILED
    java.lang.AssertionError: mock://error-result Received message count. Expected: <0> but was: <1>
        at org.apache.camel.component.mock.MockEndpoint.fail(MockEndpoint.java:1733)
        at org.apache.camel.component.mock.MockEndpoint.assertEquals(MockEndpoint.java:1710)
        at org.apache.camel.component.mock.MockEndpoint.doAssertIsSatisfied(MockEndpoint.java:408)
        at org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied(MockEndpoint.java:392)
        at org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied(MockEndpoint.java:380)
        at com.linuxforhealth.connect.builder.CcdRouteTest.testRoute(CcdRouteTest.java:79)

See https://github.com/LinuxForHealth/connect/runs/1646498344?check_suite_focus=true for more information

This build error is likely fixed, especially since the intermittent route error is no longer occurring. The last build error I see was ~Dec 10th. If we see it again, we'll reopen it.