Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The tests what ever failing with the assertion error in ConnectionQueryServicesTestImpl#close during destroy are not listed in the failed lists in Jenkins. That's why we are not seeing all the tests whether passed or failed in the list. As of now we can comment the assertion and fix the corresponding issue later.
org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException There was an error in the forked process java.lang.AssertionError: Found unfreed bytes in server-side cache expected:<0> but was:<79406> 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.phoenix.end2end.ConnectionQueryServicesTestImpl.close(ConnectionQueryServicesTestImpl.java:74) at org.apache.phoenix.jdbc.PhoenixTestDriver.close(PhoenixTestDriver.java:110) at org.apache.phoenix.query.BaseTest.destroyDriver(BaseTest.java:712) at org.apache.phoenix.query.BaseTest.destroyDriver(BaseTest.java:535) at org.apache.phoenix.query.BaseTest.tearDownMiniCluster(BaseTest.java:552) at org.apache.phoenix.end2end.ParallelRunListener.testRunFinished(ParallelRunListener.java:37) at