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

Rajeshbabu Chintaguntla updated PHOENIX-4478:
---------------------------------------------
    Description: 
There are tests failing to with stats and transactions where the update stats 
is not generating required guideposts the tests passing without transactions. 
{noformat}
[ERROR] testSaltedUpdatableViewWithIndex[transactional = 
true](org.apache.phoenix.end2end.SaltedViewIT)  Time elapsed: 5.708 s  <<< 
FAILURE!
java.lang.AssertionError: expected:<8> but was:<4>
        at 
org.apache.phoenix.end2end.SaltedViewIT.testSaltedUpdatableViewWithIndex(SaltedViewIT.java:38)

[ERROR] testSaltedUpdatableViewWithLocalIndex[transactional = 
true](org.apache.phoenix.end2end.SaltedViewIT)  Time elapsed: 9.624 s  <<< 
FAILURE!
java.lang.AssertionError: expected:<8> but was:<4>
        at 
org.apache.phoenix.end2end.SaltedViewIT.testSaltedUpdatableViewWithLocalIndex(SaltedViewIT.java:43)
{noformat}

{noformat}
[ERROR] testNonSaltedUpdatableViewWithLocalIndex[transactional = 
true](org.apache.phoenix.end2end.ViewIT)  Time elapsed: 9.566 s  <<< FAILURE!
java.lang.AssertionError: expected:<6> but was:<2>
        at 
org.apache.phoenix.end2end.ViewIT.testNonSaltedUpdatableViewWithLocalIndex(ViewIT.java:139)

[ERROR] testNonSaltedUpdatableViewWithIndex[transactional = 
true](org.apache.phoenix.end2end.ViewIT)  Time elapsed: 4.552 s  <<< FAILURE!
java.lang.AssertionError: expected:<6> but was:<2>
        at 
org.apache.phoenix.end2end.ViewIT.testNonSaltedUpdatableViewWithIndex(ViewIT.java:134)
{noformat}

  was:
There are tests failing to with stats and transactions where the update stats 
is not generating required guideposts the tests passing without transactions. 
{noformat}
[ERROR] testSaltedUpdatableViewWithIndex[transactional = 
true](org.apache.phoenix.end2end.SaltedViewIT)  Time elapsed: 5.708 s  <<< 
FAILURE!
java.lang.AssertionError: expected:<8> but was:<4>
        at 
org.apache.phoenix.end2end.SaltedViewIT.testSaltedUpdatableViewWithIndex(SaltedViewIT.java:38)

[ERROR] testSaltedUpdatableViewWithLocalIndex[transactional = 
true](org.apache.phoenix.end2end.SaltedViewIT)  Time elapsed: 9.624 s  <<< 
FAILURE!
java.lang.AssertionError: expected:<8> but was:<4>
        at 
org.apache.phoenix.end2end.SaltedViewIT.testSaltedUpdatableViewWithLocalIndex(SaltedViewIT.java:43)
{noformat}


> Fix IT tests failing with stats and transactions together
> ---------------------------------------------------------
>
>                 Key: PHOENIX-4478
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4478
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Rajeshbabu Chintaguntla
>            Assignee: Rajeshbabu Chintaguntla
>              Labels: HBase-2.0
>             Fix For: 5.0.0
>
>
> There are tests failing to with stats and transactions where the update stats 
> is not generating required guideposts the tests passing without transactions. 
> {noformat}
> [ERROR] testSaltedUpdatableViewWithIndex[transactional = 
> true](org.apache.phoenix.end2end.SaltedViewIT)  Time elapsed: 5.708 s  <<< 
> FAILURE!
> java.lang.AssertionError: expected:<8> but was:<4>
>       at 
> org.apache.phoenix.end2end.SaltedViewIT.testSaltedUpdatableViewWithIndex(SaltedViewIT.java:38)
> [ERROR] testSaltedUpdatableViewWithLocalIndex[transactional = 
> true](org.apache.phoenix.end2end.SaltedViewIT)  Time elapsed: 9.624 s  <<< 
> FAILURE!
> java.lang.AssertionError: expected:<8> but was:<4>
>       at 
> org.apache.phoenix.end2end.SaltedViewIT.testSaltedUpdatableViewWithLocalIndex(SaltedViewIT.java:43)
> {noformat}
> {noformat}
> [ERROR] testNonSaltedUpdatableViewWithLocalIndex[transactional = 
> true](org.apache.phoenix.end2end.ViewIT)  Time elapsed: 9.566 s  <<< FAILURE!
> java.lang.AssertionError: expected:<6> but was:<2>
>       at 
> org.apache.phoenix.end2end.ViewIT.testNonSaltedUpdatableViewWithLocalIndex(ViewIT.java:139)
> [ERROR] testNonSaltedUpdatableViewWithIndex[transactional = 
> true](org.apache.phoenix.end2end.ViewIT)  Time elapsed: 4.552 s  <<< FAILURE!
> java.lang.AssertionError: expected:<6> but was:<2>
>       at 
> org.apache.phoenix.end2end.ViewIT.testNonSaltedUpdatableViewWithIndex(ViewIT.java:134)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to