[
https://issues.apache.org/jira/browse/CAMEL-22980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aurélien Pupier updated CAMEL-22980:
------------------------------------
Description:
the test is blocked in a loop since few builds on CI. I reproduce locally.
{noformat}
Stack trace:
[email protected]/java.lang.Thread.sleep(Native Method)
[email protected]/java.lang.Thread.sleep(Thread.java:344)
[email protected]/java.util.concurrent.TimeUnit.sleep(TimeUnit.java:446)
app//org.apache.camel.component.zookeepermaster.group.GroupIT.testOrder(GroupIT.java:162)
{noformat}
the code is doing an endless loop:
{noformat}
while (group.getId() == null) {
TimeUnit.MILLISECONDS.sleep(100);
}
{noformat}
was:
the test is blocked in a loop since few builds on CI. I reproduce locally.
{noformat}
Stack trace:
[email protected]/java.lang.Thread.sleep(Native Method)
[email protected]/java.lang.Thread.sleep(Thread.java:344)
[email protected]/java.util.concurrent.TimeUnit.sleep(TimeUnit.java:446)
app//org.apache.camel.component.zookeepermaster.group.GroupIT.testOrder(GroupIT.java:162)
{noformat}
> Endless loop for org.apache.camel.component.zookeepermaster.group.GroupIT
> -------------------------------------------------------------------------
>
> Key: CAMEL-22980
> URL: https://issues.apache.org/jira/browse/CAMEL-22980
> Project: Camel
> Issue Type: Task
> Components: camel-zookeeper-master
> Affects Versions: 4.18.0
> Reporter: Aurélien Pupier
> Priority: Critical
>
> the test is blocked in a loop since few builds on CI. I reproduce locally.
> {noformat}
> Stack trace:
> [email protected]/java.lang.Thread.sleep(Native Method)
> [email protected]/java.lang.Thread.sleep(Thread.java:344)
> [email protected]/java.util.concurrent.TimeUnit.sleep(TimeUnit.java:446)
> app//org.apache.camel.component.zookeepermaster.group.GroupIT.testOrder(GroupIT.java:162)
> {noformat}
> the code is doing an endless loop:
> {noformat}
> while (group.getId() == null) {
> TimeUnit.MILLISECONDS.sleep(100);
> }
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)