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 ce1b638  Disable flaky test
ce1b638 is described below

commit ce1b638ad8ed9f758665ffd1a6d1719120e8073e
Author: Peter Vary <pv...@cloudera.com>
AuthorDate: Mon Jul 26 14:39:10 2021 +0200

    Disable flaky test
---
 .../org/apache/hive/jdbc/TestKillQueryWithAuthorizationDisabled.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestKillQueryWithAuthorizationDisabled.java
 
b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestKillQueryWithAuthorizationDisabled.java
index 5b6ae75..59b775c 100644
--- 
a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestKillQueryWithAuthorizationDisabled.java
+++ 
b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestKillQueryWithAuthorizationDisabled.java
@@ -43,6 +43,7 @@ import java.util.Map;
 
 import static org.junit.Assert.*;
 
+@org.junit.Ignore("HIVE-25389")
 public class TestKillQueryWithAuthorizationDisabled {
   private static final Logger LOG = 
LoggerFactory.getLogger(TestKillQueryWithAuthorizationDisabled.class);
 
@@ -246,7 +247,6 @@ public class TestKillQueryWithAuthorizationDisabled {
     assertTrue(tKillHolder.throwable.getMessage(), 
tKillHolder.throwable.getMessage().contains("No privilege"));
   }
 
-  @org.junit.Ignore("HIVE-25389")
   @Test public void testKillQueryByTagAdmin() throws Exception {
     ExceptionHolder tExecuteHolder = new ExceptionHolder();
     ExceptionHolder tKillHolder = new ExceptionHolder();

Reply via email to