aasha commented on a change in pull request #1593:
URL: https://github.com/apache/hive/pull/1593#discussion_r519575040
##########
File path:
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenarios.java
##########
@@ -2162,6 +2164,149 @@ public void testConfiguredDeleteOfPrevDumpDir() throws
IOException {
verifySetupSteps = verifySetupOriginal;
}
+ @Test
+ public void testReplConfiguredCleanupOfNotificationEvents() throws Exception
{
+
+ boolean verifySetupOriginal = verifySetupSteps;
+ verifySetupSteps = true;
+ final int CLEANER_TTL_SECONDS = 1;
Review comment:
this is a local variable. You can keep it in camelcase
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]