You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jd...@apache.org on 2016/03/17 23:47:26 UTC

[22/51] [abbrv] hive git commit: HIVE-12039 : Temporarily disable TestSSL#testSSLVersion (Ashutosh Chauhan via Thejas Nair)

HIVE-12039 : Temporarily disable TestSSL#testSSLVersion (Ashutosh Chauhan via Thejas Nair)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/0da77af0
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/0da77af0
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/0da77af0

Branch: refs/heads/llap
Commit: 0da77af0eead39de1630b821af65d03ecf23bbcc
Parents: 9e231f2
Author: Ashutosh Chauhan <ha...@apache.org>
Authored: Wed Mar 9 16:25:35 2016 -0800
Committer: Ashutosh Chauhan <ha...@apache.org>
Committed: Wed Mar 9 16:25:35 2016 -0800

----------------------------------------------------------------------
 itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestSSL.java | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/0da77af0/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestSSL.java
----------------------------------------------------------------------
diff --git a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestSSL.java b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestSSL.java
index b66ffda..ea9acba 100644
--- a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestSSL.java
+++ b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestSSL.java
@@ -40,6 +40,7 @@ import org.junit.Assert;
 import org.junit.Assume;
 import org.junit.Before;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -110,6 +111,7 @@ public class TestSSL {
    * Tests to ensure SSLv2 and SSLv3 are disabled
    */
   @Test
+  @Ignore("Temporarily disable until fixed")
   public void testSSLVersion() throws Exception {
     // we need openssl
     Assume.assumeTrue(execCommand("which openssl") == 0);