[
https://issues.apache.org/jira/browse/IGNITE-25262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Lapin updated IGNITE-25262:
-------------------------------------
Description:
{code:java}
org.mockito.exceptions.verification.TooManyActualInvocations:
testHashIndexStorage.put(<any>);
Wanted 1 time:
-> at
org.apache.ignite.internal.storage.index.impl.TestHashIndexStorage.put(TestHashIndexStorage.java:64)
But was 2 times:
-> at
org.apache.ignite.internal.table.distributed.TableSchemaAwareIndexStorage.put(TableSchemaAwareIndexStorage.java:83)
-> at
org.apache.ignite.internal.table.distributed.TableSchemaAwareIndexStorage.put(TableSchemaAwareIndexStorage.java:83)
{code}
> ItRwTransactionAndIndexesTest.testDropIndexInsideRwTransaction fails in case
> enabled colocation
> -----------------------------------------------------------------------------------------------
>
> Key: IGNITE-25262
> URL: https://issues.apache.org/jira/browse/IGNITE-25262
> Project: Ignite
> Issue Type: Bug
> Reporter: Alexander Lapin
> Priority: Major
> Labels: ignite-3
>
> {code:java}
> org.mockito.exceptions.verification.TooManyActualInvocations:
> testHashIndexStorage.put(<any>);
> Wanted 1 time:
> -> at
> org.apache.ignite.internal.storage.index.impl.TestHashIndexStorage.put(TestHashIndexStorage.java:64)
> But was 2 times:
> -> at
> org.apache.ignite.internal.table.distributed.TableSchemaAwareIndexStorage.put(TableSchemaAwareIndexStorage.java:83)
> -> at
> org.apache.ignite.internal.table.distributed.TableSchemaAwareIndexStorage.put(TableSchemaAwareIndexStorage.java:83)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)