This is an automated email from the ASF dual-hosted git repository.

pvary 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 cc6c02d  Disable fkaly test: 
TestAsyncPbRpcProxy.testSingleInvocationPerNode
cc6c02d is described below

commit cc6c02da94e0dd65dd1501ce3ca5d37980805cfd
Author: Peter Vary <pv...@cloudera.com>
AuthorDate: Wed Mar 30 10:49:27 2022 +0200

    Disable fkaly test: TestAsyncPbRpcProxy.testSingleInvocationPerNode
---
 .../src/test/org/apache/hadoop/hive/llap/TestAsyncPbRpcProxy.java        | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/llap-client/src/test/org/apache/hadoop/hive/llap/TestAsyncPbRpcProxy.java 
b/llap-client/src/test/org/apache/hadoop/hive/llap/TestAsyncPbRpcProxy.java
index 9abbbbe..f71e5d3 100644
--- a/llap-client/src/test/org/apache/hadoop/hive/llap/TestAsyncPbRpcProxy.java
+++ b/llap-client/src/test/org/apache/hadoop/hive/llap/TestAsyncPbRpcProxy.java
@@ -61,6 +61,7 @@ public class TestAsyncPbRpcProxy {
     assertEquals(0, requestManager.currentLoopDisabledNodes.size());
   }
 
+  @org.junit.Ignore("HIVE-26089")
   @Test(timeout = 5000)
   public void testSingleInvocationPerNode() throws Exception {
     RequestManagerForTest requestManager = new RequestManagerForTest(1);

Reply via email to