Roman Puchkovskiy created IGNITE-19430:
------------------------------------------
Summary:
PartitionReplicaListenerTest.testReadOnlyGetAfterRowRewrite() probably misses
an assertion
Key: IGNITE-19430
URL: https://issues.apache.org/jira/browse/IGNITE-19430
Project: Ignite
Issue Type: Bug
Reporter: Roman Puchkovskiy
There is a fragment that looks like this:
for (BinaryRow e : expected) {
res.contains(e);
}
The result of contains() call is ignored. Maybe it should be asserted that
contains() returns true, but if this assertion is added the test begins to fail.
This has to be investigated.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)