maheshk114 commented on a change in pull request #541: HIVE-21197 : Hive Replication can add duplicate data during migration to a target with hive.strict.managed.tables enabled URL: https://github.com/apache/hive/pull/541#discussion_r259308377
########## File path: itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcrossInstances.java ########## @@ -610,6 +610,11 @@ public void testIncrementalDumpOfWarehouse() throws Throwable { .run("show tables") .verifyResults(new String[] { "t1" }); + //default db is already created at replica before load. So the incr flag should not be set. + assertTrue(ReplUtils.isFirstIncDone(replica.getDatabase("default").getParameters())); + assertTrue(!ReplUtils.isFirstIncDone(replica.getDatabase(primaryDbName).getParameters())); Review comment: done ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services