sguggilam commented on a change in pull request #834:
URL: https://github.com/apache/phoenix/pull/834#discussion_r457775327
##########
File path:
phoenix-core/src/it/java/org/apache/phoenix/end2end/BackwardCompatibilityIT.java
##########
@@ -118,6 +125,7 @@ public synchronized void doSetup() throws Exception {
zkQuorum = "localhost:" + hbaseTestUtil.getZkCluster().getClientPort();
url = PhoenixRuntime.JDBC_PROTOCOL +
PhoenixRuntime.JDBC_PROTOCOL_SEPARATOR + zkQuorum;
DriverManager.registerDriver(PhoenixDriver.INSTANCE);
+ checkForPreConditions();
Review comment:
We need to have this before each test as it checks for the non existence
of any SYSTEM tables before each test run to make sure that there is no
existing metadata
----------------------------------------------------------------
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]