Aleksey Plekhanov created IGNITE-27891:
------------------------------------------
Summary: Flaky MemoryQuotasIntegrationTest.testHashAggregateNode
Key: IGNITE-27891
URL: https://issues.apache.org/jira/browse/IGNITE-27891
Project: Ignite
Issue Type: Bug
Reporter: Aleksey Plekhanov
Assignee: Aleksey Plekhanov
Test fails on TC with:
{noformat}
java.lang.AssertionError: Count of inboxes must be 0 after test
[ignite=client] expected:<0> but was:<1>
{noformat}
Reason:
Batch message for last query from one of the server nodes reaches the client
node after client already receive an error message, close inbox and proceed to
afterTest checks. New inbox is registered for this message and cleanup task is
scheduled, but by this time afterTest already passes first inbox checks (with
waiting) and fails on second inbox check (without waiting)
Also, in rare cases, test fails with:
{noformat}
java.lang.AssertionError: Tracked memory must be 0 after test
[ignite=integration.MemoryQuotasIntegrationTest0]
Expected :0
Actual :-65536
{noformat}
Investigation required for this case.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)