[
https://issues.apache.org/jira/browse/IGNITE-23040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Semyon Zikunov updated IGNITE-23040:
------------------------------------
Description:
{*}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.
was:
{*}Description{*}: In periodic builds, failures are observed in the
{{{}testDeliveryDuration{}}}, {{{}testMultiThreadedSendReceive{}}}, and
{{testSendReceive}} tests. 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.
> 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)