This is an automated email from the ASF dual-hosted git repository.
ayushsaxena pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 70ee442bdef HIVE-27966: Disable flaky
testFetchResultsOfLogWithOrientation (#4967). (Wechar, reviewed by Ayush
Saxena, Akshat Mathur)
70ee442bdef is described below
commit 70ee442bdeffcfeba800069b58c4b2ad1062abde
Author: Wechar Yu <[email protected]>
AuthorDate: Tue Dec 26 01:50:48 2023 +0800
HIVE-27966: Disable flaky testFetchResultsOfLogWithOrientation (#4967).
(Wechar, reviewed by Ayush Saxena, Akshat Mathur)
---
.../hive/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 c7dade3874a..66325b128c9 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.OperationStatus;
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 class TestOperationLoggingAPIWithMr extends
OperationLoggingAPITestBase {
}
@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);