Skip to content

Cannot invoke "Object.equals(Object)" because "channelId" is null #7403

Closed
@funky-eyes

Description

@funky-eyes

Check Ahead

  • I have searched the issues of this repository and believe that this is not a duplicate.

Ⅰ. Issue Description

https://github.com/apache/incubator-seata/actions/runs/15343357815/job/43249740613


Error:  Tests run: 5, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.091 s <<< FAILURE! - in org.apache.seata.core.rpc.netty.ChannelEventListenerTest
Error:  org.apache.seata.core.rpc.netty.ChannelEventListenerTest.testChannelExceptionEvent  Time elapsed: 0.072 s  <<< ERROR!
java.lang.NullPointerException: Cannot invoke "Object.equals(Object)" because "channelId" is null
	at org.apache.seata.core.rpc.netty.ChannelEventListenerTest.testChannelExceptionEvent(ChannelEventListenerTest.java:94)

Error:  org.apache.seata.core.rpc.netty.ChannelEventListenerTest.testChannelDisconnectedEvent  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NullPointerException: Cannot invoke "Object.equals(Object)" because "channelId" is null
	at org.apache.seata.core.rpc.netty.ChannelEventListenerTest.testChannelDisconnectedEvent(ChannelEventListenerTest.java:83)

Ⅱ. Describe what happened

No response

Ⅲ. Describe what you expected to happen

No response

Ⅳ. How to reproduce it (as minimally and precisely as possible)

No response

Ⅴ. Anything else we need to know?

No response

Ⅵ. Environment

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions