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 2023/05/05 14:14:00 UTC

[jira] [Created] (IGNITE-19430) PartitionReplicaListenerTest.testReadOnlyGetAfterRowRewrite() probably misses an assertion

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)