Evgeny Stanilovsky created IGNITE-15737:
-------------------------------------------
Summary: IoStatisticsSelfTest#testPersistentIOGlobalStat failure.
Key: IGNITE-15737
URL: https://issues.apache.org/jira/browse/IGNITE-15737
Project: Ignite
Issue Type: Bug
Reporter: Evgeny Stanilovsky
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 ?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)