phoenix
phoenix copied to clipboard
PHOENIX-5295: Local Index data not replicating for older HBase versio…
…ns (<= HBase 1.2)
The changes allow for the tests to be run in parallel (so that the table names for each test don't conflict)
@hnguyen08 - while your changes for the table names are good changes, since you're only making them to one branch they'll make it harder to maintain the code going forward. Would probably be best to save them for a different JIRA that goes everywhere.
Ok that makes sense. I can probably leave the existing test to use the constant table names, and generate new table names in the new test.
I removed all the changes I had made to the existing test testReplicationWithMutableIndexes
to make it easier to maintain.