bvahdat commented on PR #8713: URL: https://github.com/apache/camel/pull/8713#issuecomment-1350601428
> I can't repro build error locally and would appreciate if someone can post log from the pipeline run. Thanks! Locally I get the following test failures: ``` [ERROR] Failures: [ERROR] org.apache.camel.management.AddEventNotifierTest.testAddAndRemove [ERROR] Run 1: AddEventNotifierTest.testAddAndRemove:70 expected: <8> but was: <11> [ERROR] Run 2: AddEventNotifierTest.testAddAndRemove:70 expected: <8> but was: <11> [ERROR] Run 3: AddEventNotifierTest.testAddAndRemove:70 expected: <8> but was: <11> [INFO] [ERROR] org.apache.camel.management.JmxNotificationEventNotifierTest.testExchangeDone [ERROR] Run 1: JmxNotificationEventNotifierTest.testExchangeDone:80 Get a wrong number of events ==> expected: <8> but was: <11> [ERROR] Run 2: JmxNotificationEventNotifierTest.testExchangeDone:80 Get a wrong number of events ==> expected: <8> but was: <11> [ERROR] Run 3: JmxNotificationEventNotifierTest.testExchangeDone:80 Get a wrong number of events ==> expected: <8> but was: <11> [INFO] [ERROR] org.apache.camel.management.JmxNotificationEventNotifierTest.testExchangeFailed [ERROR] Run 1: JmxNotificationEventNotifierTest.testExchangeFailed:107 Get a wrong number of events ==> expected: <4> but was: <6> [ERROR] Run 2: JmxNotificationEventNotifierTest.testExchangeFailed:107 Get a wrong number of events ==> expected: <4> but was: <6> [ERROR] Run 3: JmxNotificationEventNotifierTest.testExchangeFailed:107 Get a wrong number of events ==> expected: <4> but was: <6> [INFO] [ERROR] org.apache.camel.management.PublishEventNotifierTest.testExchangeDone [ERROR] Run 1: PublishEventNotifierTest.testExchangeDone:57->ContextTestSupport.assertMockEndpointsSatisfied:376 mock://event Received message count. Expected: <9> but was: <12> [ERROR] Run 2: PublishEventNotifierTest.testExchangeDone:57->ContextTestSupport.assertMockEndpointsSatisfied:376 mock://event Received message count. Expected: <9> but was: <12> [ERROR] Run 3: PublishEventNotifierTest.testExchangeDone:57->ContextTestSupport.assertMockEndpointsSatisfied:376 mock://event Received message count. Expected: <9> but was: <12> [INFO] [ERROR] org.apache.camel.management.PublishEventNotifierTest.testExchangeFailed [ERROR] Run 1: PublishEventNotifierTest.testExchangeFailed:72->ContextTestSupport.assertMockEndpointsSatisfied:376 mock://event Received message count. Expected: <5> but was: <7> [ERROR] Run 2: PublishEventNotifierTest.testExchangeFailed:72->ContextTestSupport.assertMockEndpointsSatisfied:376 mock://event Received message count. Expected: <5> but was: <7> [ERROR] Run 3: PublishEventNotifierTest.testExchangeFailed:72->ContextTestSupport.assertMockEndpointsSatisfied:376 mock://event Received message count. Expected: <5> but was: <7> [INFO] [ERROR] org.apache.camel.management.RemoveEventNotifierTest.testRemove [ERROR] Run 1: RemoveEventNotifierTest.testRemove:69 expected: <17> but was: <20> [ERROR] Run 2: RemoveEventNotifierTest.testRemove:69 expected: <17> but was: <20> [ERROR] Run 3: RemoveEventNotifierTest.testRemove:69 expected: <17> but was: <20> [INFO] [INFO] [ERROR] Tests run: 310, Failures: 6, Errors: 0, Skipped: 1 ``` Can you try running all the tests starting from the [core](https://github.com/apache/camel/tree/main/core) folder? -- 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