[
https://issues.apache.org/jira/browse/PHOENIX-6289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17256982#comment-17256982
]
ASF GitHub Bot commented on PHOENIX-6289:
-----------------------------------------
virajjasani opened a new pull request #1047:
URL: https://github.com/apache/phoenix/pull/1047
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Flaky test UpsertSelectIT.testUpsertSelectWithNoIndex
> -----------------------------------------------------
>
> Key: PHOENIX-6289
> URL: https://issues.apache.org/jira/browse/PHOENIX-6289
> Project: Phoenix
> Issue Type: Test
> Affects Versions: 5.0.0, 4.15.0
> Reporter: Viraj Jasani
> Assignee: Viraj Jasani
> Priority: Major
> Fix For: 5.1.0, 4.16.0
>
>
> 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)