[
https://issues.apache.org/jira/browse/PHOENIX-6297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17306759#comment-17306759
]
ASF GitHub Bot commented on PHOENIX-6297:
-----------------------------------------
yanxinyi closed pull request #1059:
URL: https://github.com/apache/phoenix/pull/1059
--
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]
> Fix IndexMetadataIT.testAsyncRebuildAll test flapper
> ----------------------------------------------------
>
> Key: PHOENIX-6297
> URL: https://issues.apache.org/jira/browse/PHOENIX-6297
> Project: Phoenix
> Issue Type: Test
> Reporter: Xinyi Yan
> Assignee: Xinyi Yan
> Priority: Major
> Fix For: 5.1.0, 4.16.0
>
> Attachments: PHOENIX-6297.4.x.patch, PHOENIX-6297.4.x.v3.patch,
> PHOENIX-6297.master.patch, PHOENIX-6297.master.v3.patch
>
>
> Based on the Jenkins log, we need to fix it before the 4.16 release.
> {code:java}
> Error Messageexpected:<[COMPLE]TED> but
> was:<[STAR]TED>Stacktraceorg.junit.ComparisonFailure: expected:<[COMPLE]TED>
> but was:<[STAR]TED>
> at org.junit.Assert.assertEquals(Assert.java:117)
> at org.junit.Assert.assertEquals(Assert.java:146)
> at
> org.apache.phoenix.end2end.DropTableWithViewsIT.assertTaskColumns(DropTableWithViewsIT.java:184)
> at
> org.apache.phoenix.end2end.index.IndexMetadataIT.testAsyncRebuildAll(IndexMetadataIT.java:691)
> {code}
>
> {code:java}
> Error MessageRan out of time waiting for index state to become ACTIVE last
> seen actual state is BUILDINGStacktracejava.lang.AssertionError: Ran out of
> time waiting for index state to become ACTIVE last seen actual state is
> BUILDING
> at org.junit.Assert.fail(Assert.java:89)
> at
> org.apache.phoenix.util.TestUtil.waitForIndexState(TestUtil.java:1081)
> at
> org.apache.phoenix.end2end.index.IndexMetadataIT.testAsyncRebuildAll(IndexMetadataIT.java:688)
> {code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)