christophd commented on PR #10493: URL: https://github.com/apache/camel/pull/10493#issuecomment-1612605033
@oscerd I was able to fix a broken `xref:` link in the documentation but the failing unit tests in `camel-core` seem to not be related to my changes. is that possible? ``` [camel-core] [ERROR] Failures: [camel-core] [ERROR] FileConsumerMoveExpressionTest.testRenameToId mock://result Body of message: 0. Expected: <Hello World> but was: <> [camel-core] [ERROR] SchedulerNoPolledMessagesTest.testSchedulerNoPolledMessages Assertion error at index 1 on mock mock://result with predicate: arrives no later than 500 milliseconds before next (delta: 535 millis) exchange on Exchange[C9EA20FDC190658-0000000000000001] [camel-core] [ERROR] DurationRoutePolicyFactoryTest.testDurationRoutePolicyFactory:40->ContextTestSupport.assertMockEndpointsSatisfied:357 mock://foo Received message count 1, expected at least 10 [camel-core] [ERROR] DurationRoutePolicyMaxSecondsTest.testDurationRoutePolicy:40->ContextTestSupport.assertMockEndpointsSatisfied:357 mock://foo Received message count 1, expected at least 10 [camel-core] [ERROR] LimitedPollingConsumerPollStrategyTest.testRestartManuallyLimitedPollingConsumerPollStrategy:189 Should still be started ==> expected: <true> but was: <false> [camel-core] [ERROR] ScheduledPollConsumerTest.testRetryAtMostThreeTimes:114 expected: <4> but was: <8> [camel-core] [ERROR] ResequenceStreamRejectOldExchangesTest.testDuplicateAfterCapacityReached:52->ContextTestSupport.assertMockEndpointsSatisfied:357 mock://result Received message count. Expected: <3> but was: <4> [camel-core] [ERROR] AsyncProcessorAwaitManagerInterruptWithRedeliveryTest.testAsyncAwaitInterrupt:66 Should throw exception [camel-core] [ERROR] Errors: [camel-core] [ERROR] org.apache.camel.processor.SplitParallelTimeoutTest.testSplitParallelTimeout [camel-core] [ERROR] Run 1: SplitParallelTimeoutTest.testSplitParallelTimeout ยป Timeout testSplitParallelTimeout() timed out after 50 seconds ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org