From 70ee442bdeffcfeba800069b58c4b2ad1062abde Mon Sep 17 00:00:00 2001 From: Wechar Yu Date: Tue, 26 Dec 2023 01:50:48 +0800 Subject: [PATCH] HIVE-27966: Disable flaky testFetchResultsOfLogWithOrientation (#4967). (Wechar, reviewed by Ayush Saxena, Akshat Mathur) --- .../service/cli/operation/TestOperationLoggingAPIWithMr.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/itests/hive-unit/src/test/java/org/apache/hive/service/cli/operation/TestOperationLoggingAPIWithMr.java b/itests/hive-unit/src/test/java/org/apache/hive/service/cli/operation/TestOperationLoggingAPIWithMr.java index c7dade3874a9..66325b128c9c 100644 --- a/itests/hive-unit/src/test/java/org/apache/hive/service/cli/operation/TestOperationLoggingAPIWithMr.java +++ b/itests/hive-unit/src/test/java/org/apache/hive/service/cli/operation/TestOperationLoggingAPIWithMr.java @@ -30,6 +30,7 @@ import org.apache.hive.service.cli.RowSet; import org.junit.Assert; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; /** @@ -127,6 +128,7 @@ public void testFetchResultsOfLogAsync() throws Exception { } @Test + @Ignore("HIVE-27966") public void testFetchResultsOfLogWithOrientation() throws Exception { // (FETCH_FIRST) execute a sql, and fetch its sql operation log as expected value OperationHandle operationHandle = client.executeStatement(sessionHandle, sql, null);