You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Xinyi Yan (Jira)" <ji...@apache.org> on 2021/01/06 04:14:00 UTC

[jira] [Updated] (PHOENIX-6301) Fix BackwardCompatibilityIT.testSystemTaskCreationWithIndexAsyncRebuild test flapper

     [ https://issues.apache.org/jira/browse/PHOENIX-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xinyi Yan updated PHOENIX-6301:
-------------------------------
    Attachment: PHOENIX-6301.4.x.patch

> Fix BackwardCompatibilityIT.testSystemTaskCreationWithIndexAsyncRebuild test flapper
> ------------------------------------------------------------------------------------
>
>                 Key: PHOENIX-6301
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6301
>             Project: Phoenix
>          Issue Type: Test
>            Reporter: Xinyi Yan
>            Assignee: Xinyi Yan
>            Priority: Major
>             Fix For: 4.16.0
>
>         Attachments: PHOENIX-6301.4.x.patch
>
>
> h3. Error Message
> expected:<['TASK_TYPE','TABLE_NAME','TASK_STATUS','TASK_PRIORITY', '2','TI','COMPLETED','4', 'K','V', 'key1','val2', 'key3','val3']> but was:<['TASK_TYPE','TABLE_NAME','TASK_STATUS','TASK_PRIORITY', '2','TI','STARTED','4', 'K','V', 'key1','val2', 'key3','val3']>
> h3. Stacktrace
> java.lang.AssertionError: expected:<['TASK_TYPE','TABLE_NAME','TASK_STATUS','TASK_PRIORITY', '2','TI','COMPLETED','4', 'K','V', 'key1','val2', 'key3','val3']> but was:<['TASK_TYPE','TABLE_NAME','TASK_STATUS','TASK_PRIORITY', '2','TI','STARTED','4', 'K','V', 'key1','val2', 'key3','val3']> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:120) at org.junit.Assert.assertEquals(Assert.java:146) at org.apache.phoenix.end2end.BackwardCompatibilityTestUtil.assertExpectedOutput(BackwardCompatibilityTestUtil.java:272) at org.apache.phoenix.end2end.BackwardCompatibilityIT.testSystemTaskCreationWithIndexAsyncRebuild(BackwardCompatibilityIT.java:376)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)