[
https://issues.apache.org/jira/browse/IGNITE-23040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikita Amelchev updated IGNITE-23040:
-------------------------------------
Ignite Flags: (was: Docs Required,Release Notes Required)
> Fix GridNioSslSelfTest (Basic 1 group)
> --------------------------------------
>
> Key: IGNITE-23040
> URL: https://issues.apache.org/jira/browse/IGNITE-23040
> Project: Ignite
> Issue Type: Test
> Reporter: Semyon Zikunov
> Assignee: Semyon Zikunov
> Priority: Trivial
> Labels: ise
> Fix For: 2.17
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> {*}Description{*}: In periodic builds, failures are observed in the following
> tests:
> * {{testDeliveryDuration}}
> * {{testMultiThreadedSendReceive}}
> * {{testSendReceive}}
> The issue is related to timeouts in the {{assert latch.wait(30, SECONDS)}}
> call, causing the tests to fail (tests constantly failed with
> java.lang.AssertionError because of false in assert). There is high fail rate
> - more than 80%.
> It is necessary to analyze the root causes of the timeouts, improve the
> reliability of the tests, and ensure their stable execution.
> {*}Tasks{*}:
> # Analyze the test execution logs to identify possible causes of the
> timeouts.
> # Check thread management and synchronization in these tests.
> # Optimize the test code to prevent timeouts.
> # Update the test configuration, if needed, to reduce flakiness.
> {*}Expected result{*}: The {{{}testDeliveryDuration{}}},
> {{{}testMultiThreadedSendReceive{}}}, and {{testSendReceive}} tests pass
> consistently without timeouts in most builds.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)