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:05:00 UTC

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

Xinyi Yan created PHOENIX-6301:
----------------------------------

             Summary: 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
             Fix For: 4.16.0


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)