[
https://issues.apache.org/jira/browse/IGNITE-20259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Polovtcev resolved IGNITE-20259.
------------------------------------------
Resolution: Not A Problem
> ClusterTimeTest#testSchedulerProlongation is flaky on TC
> --------------------------------------------------------
>
> Key: IGNITE-20259
> URL: https://issues.apache.org/jira/browse/IGNITE-20259
> Project: Ignite
> Issue Type: Bug
> Reporter: Aleksandr Polovtcev
> Assignee: Aleksandr Polovtcev
> Priority: Major
> Labels: ignite-3
>
> {{org.apache.ignite.internal.metastorage.server.time.ClusterTimeTest.testSchedulerProlongation(MetaStorageConfiguration)}}
> fails sometimes on TC with the following error:
> {noformat}
> org.mockito.exceptions.verification.MoreThanAllowedActualInvocations:
> Wanted at most 0 times but was 1
> at
> app//org.apache.ignite.internal.metastorage.server.time.ClusterTimeTest.testSchedulerProlongation(ClusterTimeTest.java:124)
> {noformat}
> I'm pretty sure that the problem is that the test relies on some tight
> timings (e.g. that no idle safe time has been propagated in 20 ms), which may
> be offset some events, such as GC pauses. This test should be refactored to
> avoid such timings.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)