java.util.concurrent.ExecutionException: java.lang.AssertionError: expected:<1> but was:<2>
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by ahmetmircik
, 1 year agovia GitHub by ahmetmircik
, 1 year agovia GitHub by vbekiaris
, 1 year agovia GitHub by hasancelik
, 1 year agojava.util.concurrent.ExecutionException: java.lang.AssertionError: expected:<1> but was:<2>
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.junit.Assert.assertEquals(Assert.java:631)
at com.hazelcast.map.impl.query.QueryIndexMigrationTest.updateMapAndRunQuery(QueryIndexMigrationTest.java:251)