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:20:00 UTC

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

     [ 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)