[
https://issues.apache.org/jira/browse/IGNITE-19607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Steshin updated IGNITE-19607:
--------------------------------------
Description:
+
{code:java}
awaitPartitionMapExchange();
{code}
after
{code:java}
destroyCache()
{code}
to avoid
{code:java}
IgniteCheckedException: Unable to restore cache group - directory is not empty.
{code}
was:
+
{code:java}
awaitPartitionMapExchange();
{code}
after
{code:java}
destroyCache()
{code}
to avoid
{code:java}
destroyCache()
{code}
to avoid
{code:java}
IgniteCheckedException: Unable to restore cache group - directory is not empty.
{code}
> Flaky test fix - testStreamingIntoInMemoryDoesntAffecпшеtSnapshot()
> -------------------------------------------------------------------
>
> Key: IGNITE-19607
> URL: https://issues.apache.org/jira/browse/IGNITE-19607
> Project: Ignite
> Issue Type: Bug
> Reporter: Vladimir Steshin
> Assignee: Vladimir Steshin
> Priority: Minor
>
> +
> {code:java}
> awaitPartitionMapExchange();
> {code}
> after
> {code:java}
> destroyCache()
> {code}
> to avoid
> {code:java}
> IgniteCheckedException: Unable to restore cache group - directory is not
> empty.
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)