-
Notifications
You must be signed in to change notification settings - Fork 136
IGNITE-18814 Fix ItTxDistributedTestSingleNode#assertPartitionsSame #1689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| if (hash == 0) { | ||
| hash = storage.hashCode(); | ||
| } else if (hash != storage.hashCode()) { | ||
| if (storageIdx == 0) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add todo here that we need to change the way how we compare partitions after consistency checker feature will be implemented https://issues.apache.org/jira/browse/IGNITE-18869
And please, add comment to the epic that we have this todo, so we couldn't forget to fix this place
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added the todo in a summary of the method.
...le/src/integrationTest/java/org/apache/ignite/distributed/ItTxDistributedTestSingleNode.java
Outdated
Show resolved
Hide resolved
…ibuted/ItTxDistributedTestSingleNode.java Co-authored-by: Mirza Aliev <alievmirza@gmail.com>
https://issues.apache.org/jira/browse/IGNITE-18814