essobedo commented on PR #10346: URL: https://github.com/apache/camel/pull/10346#issuecomment-1588776408
@ppalaga If you check the log file, the failure is due to tests failing in Camel Core: ``` [camel-core] [INFO] Results: [camel-core] [INFO] [camel-core] [ERROR] Failures: [camel-core] [ERROR] FileConsumerBeginAndCommitRenameStrategyTest.testRenameSuccess mock://report Body of message: 0. Expected: <Hello Paris> but was: <> [camel-core] [ERROR] FileConsumerCommitRenameAbsolutePathStrategyTest.testRenameSuccess mock://report Body of message: 0. Expected: <Hello Paris> but was: <> [camel-core] [ERROR] FileConsumerDeleteExchangePooledTest.testDelete mock://result Body of message: 0. Expected: <Hello World> but was: <> [camel-core] [ERROR] FileConsumerIdempotentKeyNameAndSizeTest.testIdempotent mock://result Body of message: 0. Expected: <Hello World> but was: <> [camel-core] [ERROR] DefaultSupervisingRouteControllerTest.testSupervising:71 expected: <Started> but was: <Stopped> [camel-core] [INFO] [camel-core] [ERROR] Tests run: 6122, Failures: 5, Errors: 0, Skipped: 36 ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
