[
https://issues.apache.org/jira/browse/IGNITE-18708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17692225#comment-17692225
]
Vadim Pakhnushev commented on IGNITE-18708:
-------------------------------------------
The flakiness was caused by the JdbcUrlRegistryImpl not stopping after some CLI
tests and spamming node configuration API from another thread so the static
{{Configuration.getDefaultApiClient()}} was used from different threads leading
to calls to different nodes than intended.
> ItGeneratedRestClientTest.updateTheSameNodeConfiguration() is flaky
> -------------------------------------------------------------------
>
> Key: IGNITE-18708
> URL: https://issues.apache.org/jira/browse/IGNITE-18708
> Project: Ignite
> Issue Type: Task
> Components: cli
> Reporter: Aleksandr
> Assignee: Vadim Pakhnushev
> Priority: Major
> Labels: ignite-3
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> ItGeneratedRestClientTest.updateTheSameNodeConfiguration() could fail on TC
> and even locally if we run ./gradlew :ignite-cli:integrationTest
--
This message was sent by Atlassian Jira
(v8.20.10#820010)