Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
There are tests failing to with stats and transactions where the update stats is not generating required guideposts the tests passing without transactions.
[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)
[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)