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

[jira] [Created] (IGNITE-15042) Fix flaky test: SqlSystemViewsSelfTest.testCachesViews

Sergei Ryzhov created IGNITE-15042:
--------------------------------------

             Summary: Fix flaky test: SqlSystemViewsSelfTest.testCachesViews
                 Key: IGNITE-15042
                 URL: https://issues.apache.org/jira/browse/IGNITE-15042
             Project: Ignite
          Issue Type: Test
            Reporter: Sergei Ryzhov
            Assignee: Sergei Ryzhov


Fix flaky test: SqlSystemViewsSelfTest.testCachesViews


{code:java}
java.lang.AssertionError: expected:<5> but was:<4>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.ignite.testframework.junits.JUnitAssertAware.assertEquals(JUnitAssertAware.java:59)
	at org.apache.ignite.internal.processors.query.SqlSystemViewsSelfTest.testCachesViews(SqlSystemViewsSelfTest.java:1565)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.apache.ignite.testframework.junits.GridAbstractTest$7.run(GridAbstractTest.java:2432)
	at java.base/java.lang.Thread.run(Thread.java:834)
[
{code}




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