[ 
https://issues.apache.org/jira/browse/IGNITE-19430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roman Puchkovskiy updated IGNITE-19430:
---------------------------------------
    Summary: PartitionReplicaListenerTest.testReadOnlyGetAfterRowRewrite() 
misses an assertion  (was: 
PartitionReplicaListenerTest.testReadOnlyGetAfterRowRewrite() probably misses 
an assertion)

> PartitionReplicaListenerTest.testReadOnlyGetAfterRowRewrite() misses an 
> assertion
> ---------------------------------------------------------------------------------
>
>                 Key: IGNITE-19430
>                 URL: https://issues.apache.org/jira/browse/IGNITE-19430
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>
> 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)

Reply via email to