[
https://issues.apache.org/jira/browse/IGNITE-15737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-15737:
----------------------------------------
Description: IoStatisticsSelfTest#testPersistentIOGlobalStat failed, need
to investigate. (was:
org.apache.ignite.internal.metric.IoStatisticsSelfTest#testPersistentIOGlobalStat
failed due to this fix :
issues.apache.org/jira/browse/IGNITE-12439
appended method used NoOp Statistic, but test expected counted implementation.
{noformat}
/** {@inheritDoc} */
@Override public long acquirePage(int grpId, long pageId, AtomicBoolean
pageAllocated) throws IgniteCheckedException {
return acquirePage(grpId, pageId, IoStatisticsHolderNoOp.INSTANCE,
false, pageAllocated);
}
{noformat}
[~jooger] can you take a look ?
)
> IoStatisticsSelfTest#testPersistentIOGlobalStat failure.
> --------------------------------------------------------
>
> Key: IGNITE-15737
> URL: https://issues.apache.org/jira/browse/IGNITE-15737
> Project: Ignite
> Issue Type: Bug
> Reporter: Evgeny Stanilovsky
> Priority: Major
>
> IoStatisticsSelfTest#testPersistentIOGlobalStat failed, need to investigate.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)