diff --git a/itests/hive-unit/src/test/java/org/apache/hive/service/cli/operation/OperationLoggingAPITestBase.java b/itests/hive-unit/src/test/java/org/apache/hive/service/cli/operation/OperationLoggingAPITestBase.java index c1b9378..561c66d 100644 --- a/itests/hive-unit/src/test/java/org/apache/hive/service/cli/operation/OperationLoggingAPITestBase.java +++ b/itests/hive-unit/src/test/java/org/apache/hive/service/cli/operation/OperationLoggingAPITestBase.java @@ -80,6 +80,8 @@ public void tearDown() throws Exception { public static void tearDownAfterClass() throws Exception { miniHS2.stop(); } + + @Ignore("We use INFO level of log4j on server to reduce testing time so verbose logging is off") @Test public void testFetchResultsOfLogWithVerboseMode() throws Exception { String queryString = "set hive.server2.logging.operation.level=verbose"; @@ -94,6 +96,7 @@ public void testFetchResultsOfLogWithVerboseMode() throws Exception { verifyFetchedLog(rowSetLog, expectedLogsPerformance); } + @Ignore("We use INFO level of log4j on server to reduce testing time so perf logging is off") @Test public void testFetchResultsOfLogWithPerformanceMode() throws Exception { try { diff --git a/itests/hive-unit/src/test/java/org/apache/hive/service/cli/operation/TestOperationLoggingAPIWithTez.java b/itests/hive-unit/src/test/java/org/apache/hive/service/cli/operation/TestOperationLoggingAPIWithTez.java index 8b5b516..b3def66 100644 --- a/itests/hive-unit/src/test/java/org/apache/hive/service/cli/operation/TestOperationLoggingAPIWithTez.java +++ b/itests/hive-unit/src/test/java/org/apache/hive/service/cli/operation/TestOperationLoggingAPIWithTez.java @@ -43,8 +43,7 @@ public static void setUpBeforeClass() throws Exception { "Executing command", "Completed executing command", "Semantic Analysis Completed", - "Executing on YARN cluster with App id", - "Setting Tez DAG access" + "Executing on YARN cluster with App id" }; expectedLogsPerformance = new String[]{ "",