stoty commented on pull request #1124:
URL: https://github.com/apache/phoenix/pull/1124#issuecomment-771362343
@tkhurana
Local branch test failure:
I haven't encountered that one locally.
If you are running the full suite, and have less than 16GB RAM, you coul try
halving numForkedIT.
My problem with
org.apache.phoenix.end2end.IndexRepairRegionScannerIT.testFromIndexToolForIncrementalVerify():
(this is after fixing the EnvireonmentEdgeManager not to be used while
creating the table and index)
In the second set of asserts
assertEquals(NROWS,
mrJobCounters.findCounter(BEFORE_REPAIR_EXTRA_VERIFIED_INDEX_ROW_COUNT.name()).getValue());
returns 3 instead of 4.
Which is very scary.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]