You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Puchkovskiy (Jira)" <ji...@apache.org> on 2024/03/01 12:35:00 UTC

[jira] [Updated] (IGNITE-21648) Fix NPEs in networking-related tests

     [ https://issues.apache.org/jira/browse/IGNITE-21648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Puchkovskiy updated IGNITE-21648:
---------------------------------------
    Description: 
One is in NettyServerTest where incomplete mocks are used.

Another one is because a ConnectionManager attempts to use localNode (as a reaction to an incoming connection) before it's initialized.

> Fix NPEs in networking-related tests
> ------------------------------------
>
>                 Key: IGNITE-21648
>                 URL: https://issues.apache.org/jira/browse/IGNITE-21648
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Roman Puchkovskiy
>            Assignee: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> One is in NettyServerTest where incomplete mocks are used.
> Another one is because a ConnectionManager attempts to use localNode (as a reaction to an incoming connection) before it's initialized.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)