You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/10/26 13:18:45 UTC

[GitHub] [camel] essobedo commented on pull request #8626: CAMEL-17505: camel-core - Propose a DSL for data formats

essobedo commented on PR #8626:
URL: https://github.com/apache/camel/pull/8626#issuecomment-1292022775

   The build fails because of some flaky tests that are not related to these changes:
   
   ```
   [INFO] Results:
   [INFO] 
   [ERROR] Failures: 
   [ERROR] org.apache.camel.component.file.FileConsumerResumeStrategyTest.testResume
   [ERROR]   Run 1: FileConsumerResumeStrategyTest.testResume:79->ContextTestSupport.assertMockEndpointsSatisfied:376 mock://result Received message count. Expected: <4> but was: <7>
   [ERROR]   Run 2: FileConsumerResumeStrategyTest.testResume:79->ContextTestSupport.assertMockEndpointsSatisfied:376 mock://result Received message count. Expected: <4> but was: <6>
   [ERROR]   Run 3: FileConsumerResumeStrategyTest.testResume:79->ContextTestSupport.assertMockEndpointsSatisfied:376 mock://result Received message count. Expected: <4> but was: <7>
   [INFO] 
   [WARNING] Flakes: 
   [WARNING] org.apache.camel.impl.LimitedPollingConsumerPollStrategyTest.testTwoConsumersLimitedPollingConsumerPollStrategy
   [ERROR]   Run 1: LimitedPollingConsumerPollStrategyTest.testTwoConsumersLimitedPollingConsumerPollStrategy:164 Should still be started ==> expected: <true> but was: <false>
   [INFO]   Run 2: PASS
   [INFO] 
   [WARNING] org.apache.camel.processor.RedeliveryDeadLetterErrorHandlerNoRedeliveryOnShutdownTest.testRedeliveryErrorHandlerNoRedeliveryOnShutdown
   [ERROR]   Run 1: RedeliveryDeadLetterErrorHandlerNoRedeliveryOnShutdownTest.testRedeliveryErrorHandlerNoRedeliveryOnShutdown:58 Redelivery counter should be >= 20 and < 100, was: 16 ==> expected: <true> but was: <false>
   [INFO]   Run 2: PASS
   [INFO] 
   [WARNING] org.apache.camel.processor.aggregator.AggregateProcessorTest.testAggregateProcessorCompletionTimeout
   [ERROR]   Run 1: AggregateProcessorTest.testAggregateProcessorCompletionTimeout mock://result Body of message: 0. Expected: <A+B+C> but was: <A+B+C+D>
   [INFO]   Run 2: PASS
   [INFO] 
   [WARNING] org.apache.camel.processor.async.AsyncProcessorAwaitManagerInterruptWithRedeliveryTest.testAsyncAwaitInterrupt
   [ERROR]   Run 1: AsyncProcessorAwaitManagerInterruptWithRedeliveryTest.testAsyncAwaitInterrupt:65 Should throw exception
   [INFO]   Run 2: PASS
   [INFO] 
   [WARNING] org.apache.camel.processor.enricher.PollEnrichFileCustomAggregationStrategyTest.testPollEnrichCustomAggregationStrategyBody
   [ERROR]   Run 1: PollEnrichFileCustomAggregationStrategyTest.testPollEnrichCustomAggregationStrategyBody mock://start Body of message: 0. Expected: <Start> but was: <>
   [INFO]   Run 2: PASS
   [INFO] 
   [WARNING] org.apache.camel.processor.enricher.PollEnrichFileDefaultAggregationStrategyTest.testPollEnrichDefaultAggregationStrategyBody
   [ERROR]   Run 1: PollEnrichFileDefaultAggregationStrategyTest.testPollEnrichDefaultAggregationStrategyBody mock://start Body of message: 0. Expected: <Start> but was: <>
   [INFO]   Run 2: PASS
   [INFO] 
   [WARNING] org.apache.camel.processor.resequencer.ResequencerBatchOrderTest.testResequencerBatch
   [ERROR]   Run 1: ResequencerBatchOrderTest.testResequencerBatch:44->testIteration:75 Line was 4132 ==> expected: <true> but was: <false>
   [INFO]   Run 2: PASS
   ```


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org