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)