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

kgyrtkirk 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 dbec774  disable unstable tests
dbec774 is described below

commit dbec7744f04a9389e1bb168e85b5e8f73d357011
Author: Zoltan Haindrich <k...@rxd.hu>
AuthorDate: Wed Nov 17 08:02:17 2021 +0000

    disable unstable tests
---
 contrib/src/test/queries/clientpositive/url_hook.q                       | 1 +
 .../apache/hadoop/hive/llap/tezplugins/TestLlapTaskSchedulerService.java | 1 +
 2 files changed, 2 insertions(+)

diff --git a/contrib/src/test/queries/clientpositive/url_hook.q 
b/contrib/src/test/queries/clientpositive/url_hook.q
index b8f4c9f..cc95729 100644
--- a/contrib/src/test/queries/clientpositive/url_hook.q
+++ b/contrib/src/test/queries/clientpositive/url_hook.q
@@ -1,3 +1,4 @@
+--! qt:disabled:HIVE-25712
 --! qt:dataset:src
 add jar 
${system:maven.local.repository}/org/apache/hive/hive-contrib/${system:hive.version}/hive-contrib-${system:hive.version}.jar;
 SHOW TABLES 'src';
diff --git 
a/llap-tez/src/test/org/apache/hadoop/hive/llap/tezplugins/TestLlapTaskSchedulerService.java
 
b/llap-tez/src/test/org/apache/hadoop/hive/llap/tezplugins/TestLlapTaskSchedulerService.java
index 4c13c73..3a7e6d0 100644
--- 
a/llap-tez/src/test/org/apache/hadoop/hive/llap/tezplugins/TestLlapTaskSchedulerService.java
+++ 
b/llap-tez/src/test/org/apache/hadoop/hive/llap/tezplugins/TestLlapTaskSchedulerService.java
@@ -603,6 +603,7 @@ public class TestLlapTaskSchedulerService {
 
 
   @Test(timeout = 10000)
+  @org.junit.Ignore("HIVE-25713")
   public void testPreemption() throws InterruptedException, IOException {
 
     Priority priority1 = Priority.newInstance(1);

Reply via email to