Rajeshbabu Chintaguntla created PHOENIX-3775:
------------------------------------------------
Summary: Assertion failure in
ConnectionQueryServicesTestImpl#close making failed tests not visible in Jenkins
Key: PHOENIX-3775
URL: https://issues.apache.org/jira/browse/PHOENIX-3775
Project: Phoenix
Issue Type: Sub-task
Reporter: Rajeshbabu Chintaguntla
Assignee: Rajeshbabu Chintaguntla
The tests what ever failing with the assertion error 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.
{noformat}
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
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)