[
https://issues.apache.org/jira/browse/IGNITE-15737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17428197#comment-17428197
]
Yury Gerzhedovich commented on IGNITE-15737:
--------------------------------------------
[~zstan], seems IGNITE-12439 is not related to failing the test. Seems need to
investigate it deeper.
> 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
>
> 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)