Re: Hanging tests in camel-core tests

2021-11-10 Thread Claus Ibsen
Hi Yes it works, thanks. On Thu, Nov 11, 2021 at 8:04 AM Otavio Rodolfo Piske wrote: > > The proposed fix was merged today. If that doesn't work, please let me know > and I'll rollback the changes on directvm. > > Kind regards > > On Wed, Nov 10, 2021 at 7:31 PM Otavio Rodolfo Piske > wrote: >

Re: Hanging tests in camel-core tests

2021-11-10 Thread Otavio Rodolfo Piske
The proposed fix was merged today. If that doesn't work, please let me know and I'll rollback the changes on directvm. Kind regards On Wed, Nov 10, 2021 at 7:31 PM Otavio Rodolfo Piske wrote: > I think the culprit is DirectVmProducerBlockingTest. Disabling this one > unblocks the test execution

Re: Hanging tests in camel-core tests

2021-11-10 Thread Otavio Rodolfo Piske
I think the culprit is DirectVmProducerBlockingTest. Disabling this one unblocks the test execution for me. It may have been introduced by my change - but I did not bisect it to confirm - https://github.com/apache/camel/commit/37f5c1d7ee740199afe2b6f9fc6946e5e72c71b1 Kind regards On Wed, Nov 10,

Re: Hanging tests in camel-core tests

2021-11-10 Thread Otavio Rodolfo Piske
Hi Claus, I think I am seeing that too. The output for me seems a bit different: [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.camel.util.OrderedComparatorTest [INFO] Running org.apache.camel.util.PackageHelperTest [INFO] Tests run: 1, Failures: 0

Hanging tests in camel-core tests

2021-11-10 Thread Claus Ibsen
Hi Anyone else have hanging tests when running camel-core tests on main branch? It hangs after [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.camel.util.ReferenceCountTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.179 s