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

zabetak 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 a77ada1eed1 HIVE-29009: Enable TestHttpSamlAuthentication since 
JDK-8315422 is fixed in JDK 21.0.5 (#5939)
a77ada1eed1 is described below

commit a77ada1eed1c5362450ccfc1c2215249af74541a
Author: Stamatis Zampetakis <zabe...@gmail.com>
AuthorDate: Tue Jul 15 09:05:47 2025 +0200

    HIVE-29009: Enable TestHttpSamlAuthentication since JDK-8315422 is fixed in 
JDK 21.0.5 (#5939)
    
    The CI/JVM hang was caused by JDK-8315422 but now CI is running on JDK 
21.0.7+6-LTS so the problem no longer affects this branch.
---
 .../org/apache/hive/service/auth/saml/TestHttpSamlAuthentication.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/itests/hive-unit/src/test/java/org/apache/hive/service/auth/saml/TestHttpSamlAuthentication.java
 
b/itests/hive-unit/src/test/java/org/apache/hive/service/auth/saml/TestHttpSamlAuthentication.java
index a46e6e14a79..7d119e9372c 100644
--- 
a/itests/hive-unit/src/test/java/org/apache/hive/service/auth/saml/TestHttpSamlAuthentication.java
+++ 
b/itests/hive-unit/src/test/java/org/apache/hive/service/auth/saml/TestHttpSamlAuthentication.java
@@ -79,7 +79,6 @@
  * It uses HTMLUnit to simulate the browser interaction (provide 
user/password) of the
  * end user.
  */
-@org.junit.Ignore("HIVE-29009")
 public class TestHttpSamlAuthentication {
 
   //user credentials. These much match with the authsources.php of the 
simpleSAMLPHP

Reply via email to