You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Thomas D'Silva (JIRA)" <ji...@apache.org> on 2018/11/15 20:46:00 UTC

[jira] [Created] (PHOENIX-5021) Fix failing tests in SplitIT in the 4.x-HBase-1.4 branch

Thomas D'Silva created PHOENIX-5021:
---------------------------------------

             Summary: Fix failing tests in SplitIT in the 4.x-HBase-1.4 branch
                 Key: PHOENIX-5021
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5021
             Project: Phoenix
          Issue Type: Bug
            Reporter: Thomas D'Silva
            Assignee: Thomas D'Silva


Fix failing tests: 

{code}
[ERROR] Tests run: 12, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 345.528 s <<< FAILURE! - in org.apache.phoenix.end2end.SplitIT
[ERROR] testLimitDuringSplitOnRowScanned(org.apache.phoenix.end2end.SplitIT)  Time elapsed: 15.719 s  <<< FAILURE!
java.lang.AssertionError
	at org.apache.phoenix.end2end.SplitIT.helpTestSelectWithSplit(SplitIT.java:184)
	at org.apache.phoenix.end2end.SplitIT.testLimitDuringSplitOnRowScanned(SplitIT.java:267)

[ERROR] testSimpleSelectDuringSplitOnRowScanned(org.apache.phoenix.end2end.SplitIT)  Time elapsed: 14.226 s  <<< FAILURE!
java.lang.AssertionError
	at org.apache.phoenix.end2end.SplitIT.helpTestSelectWithSplit(SplitIT.java:184)
	at org.apache.phoenix.end2end.SplitIT.testSimpleSelectDuringSplitOnRowScanned(SplitIT.java:223)

[ERROR] testOrderByDuringSplitOnRowScanned(org.apache.phoenix.end2end.SplitIT)  Time elapsed: 13.693 s  <<< FAILURE!
java.lang.AssertionError
	at org.apache.phoenix.end2end.SplitIT.helpTestSelectWithSplit(SplitIT.java:179)
	at org.apache.phoenix.end2end.SplitIT.testOrderByDuringSplitOnRowScanned(SplitIT.java:245)
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)