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

dengzh 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 0e75930d619 HIVE-28659: Disable test: TestMetaStoreDeadlock (#5573)
0e75930d619 is described below

commit 0e75930d619e96a32ae35b59df9eeeb6466ea2c6
Author: dengzh <[email protected]>
AuthorDate: Mon Dec 9 15:59:00 2024 +0800

    HIVE-28659: Disable test: TestMetaStoreDeadlock (#5573)
---
 .../java/org/apache/hadoop/hive/metastore/TestMetaStoreDeadlock.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestMetaStoreDeadlock.java
 
b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestMetaStoreDeadlock.java
index 60d7d8d6ba1..3b7191e916e 100644
--- 
a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestMetaStoreDeadlock.java
+++ 
b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestMetaStoreDeadlock.java
@@ -38,9 +38,11 @@ import 
org.apache.hadoop.hive.metastore.security.HadoopThriftAuthBridge;
 import org.apache.thrift.TException;
 import org.junit.Assert;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
 
+@Ignore("HIVE-28659")
 @Category(MetastoreUnitTest.class)
 public class TestMetaStoreDeadlock {
   private Configuration conf;
@@ -117,5 +119,4 @@ public class TestMetaStoreDeadlock {
       return super.transformPartitions(objects, table, processorCapabilities, 
processorId);
     }
   }
-
 }

Reply via email to