You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Steshin (Jira)" <ji...@apache.org> on 2023/05/31 11:57:00 UTC

[jira] [Updated] (IGNITE-19607) Flaky test fix - testStreamingIntoInMemoryDoesntAffecпшеtSnapshot()

     [ 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)