You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2021/08/12 13:26:00 UTC

[jira] [Created] (IGNITE-15299) Test testClusterSnapshotCheckWithNodeFilter is flaky

Maxim Muzafarov created IGNITE-15299:
----------------------------------------

             Summary: Test testClusterSnapshotCheckWithNodeFilter is flaky
                 Key: IGNITE-15299
                 URL: https://issues.apache.org/jira/browse/IGNITE-15299
             Project: Ignite
          Issue Type: Test
            Reporter: Maxim Muzafarov


Not all of snapshot temporary files removed after snapshot processing. Investigation and fix is required.

{code}
  java.lang.AssertionError: Snapshot working directory must be empty at the moment test execution stopped: /opt/buildagent/work/7bc1c54bc719b67c/work/db/snapshot_IgniteClusterSnapshotCheckWithIndexesTest1/snp expected:<0> but was:<513>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:834)
    at org.junit.Assert.assertEquals(Assert.java:645)
    at org.apache.ignite.testframework.junits.JUnitAssertAware.assertEquals(JUnitAssertAware.java:119)
    at org.apache.ignite.internal.processors.cache.persistence.snapshot.AbstractSnapshotSelfTest.afterTestSnapshot(AbstractSnapshotSelfTest.java:163)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
    at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
    at org.apache.ignite.testframework.junits.GridAbstractTest$7.run(GridAbstractTest.java:2432)
    at java.lang.Thread.run(Thread.java:748)
{code}

See run history:
https://ci.ignite.apache.org/test/5931616805550780799?currentProjectId=IgniteTests24Java8&branch=%3Cdefault%3E



--
This message was sent by Atlassian Jira
(v8.3.4#803005)