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 2021/01/12 15:20:03 UTC

[GitHub] [camel-quarkus] zbendhiba opened a new issue #2127: Hazelcast integration tests : random failing tests on CI

zbendhiba opened a new issue #2127:
URL: https://github.com/apache/camel-quarkus/issues/2127


   While running CI builds, we find some errors on the Hazelcast consumers not consuming all messages, especially the JDK 14 run.
   example : https://github.com/apache/camel-quarkus/runs/1687590063?check_suite_focus=true


----------------------------------------------------------------
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.

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



[GitHub] [camel-quarkus] zbendhiba commented on issue #2127: Hazelcast integration tests : random failing tests on CI

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on issue #2127:
URL: https://github.com/apache/camel-quarkus/issues/2127#issuecomment-758728007


   I'll try to move server to testcontainers instead of embedded java server, see if it gets better


----------------------------------------------------------------
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.

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



[GitHub] [camel-quarkus] zbendhiba commented on issue #2127: Hazelcast integration tests : random failing tests on CI

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on issue #2127:
URL: https://github.com/apache/camel-quarkus/issues/2127#issuecomment-760169586


   This is the test that fails all the time HazelcastQueueIT>HazelcastQueueTest.testPollConsumer
   Sometimes the problem is that the result got just [v1] instead of [v1, v2, v3]. So it didn't have the time to poll all elements.
   Sometimes the problem is that the result got just [null, v1, v2, v3] instead of [v1, v2, v3]. I've created [CAMEL-16035](https://issues.apache.org/jira/browse/CAMEL-16035)
   
   I'm disabling the test temporary.
   


----------------------------------------------------------------
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.

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



[GitHub] [camel-quarkus] zbendhiba closed issue #2127: Hazelcast integration tests : random failing tests on CI

Posted by GitBox <gi...@apache.org>.
zbendhiba closed issue #2127:
URL: https://github.com/apache/camel-quarkus/issues/2127


   


----------------------------------------------------------------
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.

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