vesoft-inc / nebula

A distributed, fast open-source graph database featuring horizontal scalability and high availability
https://nebula-graph.io
Apache License 2.0
10.89k stars 1.21k forks source link

fix compare node #5816

Closed Salieri-004 closed 10 months ago

Salieri-004 commented 10 months ago

What type of PR is this?

What problem(s) does this PR solve?

Issue(s) number:

Description:

In pr https://github.com/vesoft-inc/nebula/pull/5805, results were the same but the test framework reported an error. image

How do you solve it?

In compare_node(lhs, rhs),If lhs.tags == [] and rhs.tags is None, the two tags should be equal.

Special notes for your reviewer, ex. impact of this fix, design document, etc:

Checklist:

Tests:

Affects:

Release notes:

Please confirm whether to be reflected in release notes and how to describe:

ex. Fixed the bug .....