[
https://issues.apache.org/jira/browse/IGNITE-16620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Lapin resolved IGNITE-16620.
--------------------------------------
Resolution: Cannot Reproduce
> Flacky test LocalSnapshotCopierTest#testInterrupt
> -------------------------------------------------
>
> Key: IGNITE-16620
> URL: https://issues.apache.org/jira/browse/IGNITE-16620
> Project: Ignite
> Issue Type: Bug
> Reporter: Vladimir Ermakov
> Assignee: Alexander Lapin
> Priority: Blocker
> Labels: ignite-3
>
> org.apache.ignite.raft.jraft.storage.snapshot.local.LocalSnapshotCopierTest#testInterrupt
> test seems flacky.
> To reproduce: run the test cyclically until it failure.
> Reason:
> Code in LocalSnashotCopier#loadMetaTable
> {code:java}
> if (!session.status().isOk() && isOk()) {code}
> doesn't expect that the LocalSnashotCopier object's internal state (which is
> checked in isOk() method) could be changed by another thread, and is set to
> interrupted.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)