[
https://issues.apache.org/jira/browse/PHOENIX-5348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16864853#comment-16864853
]
Lars Hofhansl commented on PHOENIX-5348:
----------------------------------------
It fails here:
{code}
// See that index is rebuilt and confirm index has rows
Table htable=
queryServices.getTable(Bytes.toBytes(viewIndexTableName));
count = getUtility().countRows(htable);
assertEquals(numOfValues, count);
{code}
numOfValues is set to 1 for this test. I'd suggest we set it to 100 or 1000 to
see of the entire batch fails or just some rows.
> IndexRebuildTaskIT.testIndexRebuildTask fails in master (Jenkins only)
> ----------------------------------------------------------------------
>
> Key: PHOENIX-5348
> URL: https://issues.apache.org/jira/browse/PHOENIX-5348
> Project: Phoenix
> Issue Type: Bug
> Reporter: Lars Hofhansl
> Priority: Major
>
> This failed in the past four builds:
> {code}
> [ERROR] testIndexRebuildTask(org.apache.phoenix.end2end.IndexRebuildTaskIT)
> Time elapsed: 20.672 s <<< FAILURE!
> java.lang.AssertionError: expected:<1> but was:<0>
> at
> org.apache.phoenix.end2end.IndexRebuildTaskIT.testIndexRebuildTask(IndexRebuildTaskIT.java:164)
> {code}
> But... It does not fail locally for me.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)