Rajeshbabu Chintaguntla created PHOENIX-4478:
------------------------------------------------
Summary: 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
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}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)