Viraj Jasani created PHOENIX-6289:
-------------------------------------
Summary: Flaky test UpsertSelectIT.testUpsertSelectWithNoIndex
Key: PHOENIX-6289
URL: https://issues.apache.org/jira/browse/PHOENIX-6289
Project: Phoenix
Issue Type: Test
Reporter: Viraj Jasani
UpsertSelectIT.testUpsertSelectWithNoIndex is flapping at times due to no of
open connections is not always 0 by the end of the test.
{code:java}
java.lang.AssertionError: expected:<0> but was:<1>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:633)
at
org.apache.phoenix.end2end.UpsertSelectIT.assertNoConnLeak(UpsertSelectIT.java:90)
{code}
e.g
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-mulitbranch/job/4.x/163/testReport/org.apache.phoenix.end2end/UpsertSelectIT/MatrixBuild___Matrix___HBASE_PROFILE____1_4____BuildAndTest___testUpsertSelectWithNoIndex_UpsertSelecttIT_allowServerSideMutations_true_/
--
This message was sent by Atlassian Jira
(v8.3.4#803005)