You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2017/12/06 01:56:02 UTC

[5/8] impala git commit: IMPALA-6268: KerberosOnAndOff/RpcMgrKerberizedTest.MultipleServices failing

IMPALA-6268: KerberosOnAndOff/RpcMgrKerberizedTest.MultipleServices failing

This patch just disables the failing test to unblock builds.
We will investigate in parallel the root cause for these failures
and post a real fix.

Change-Id: I6c750850ff916617a06e3cfac330072d8e2179e8
Reviewed-on: http://gerrit.cloudera.org:8080/8766
Reviewed-by: Tim Armstrong <ta...@cloudera.com>
Reviewed-by: Michael Ho <kw...@cloudera.com>
Tested-by: Impala Public Jenkins


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

Branch: refs/heads/master
Commit: e27b01f4bb73a56261ef075eb29b030b60881d73
Parents: 7512181
Author: Sailesh Mukil <sa...@apache.org>
Authored: Tue Dec 5 11:21:26 2017 -0800
Committer: Impala Public Jenkins <im...@gerrit.cloudera.org>
Committed: Tue Dec 5 22:58:23 2017 +0000

----------------------------------------------------------------------
 be/src/rpc/rpc-mgr-test.cc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/e27b01f4/be/src/rpc/rpc-mgr-test.cc
----------------------------------------------------------------------
diff --git a/be/src/rpc/rpc-mgr-test.cc b/be/src/rpc/rpc-mgr-test.cc
index 5410af4..9acd39b 100644
--- a/be/src/rpc/rpc-mgr-test.cc
+++ b/be/src/rpc/rpc-mgr-test.cc
@@ -191,11 +191,11 @@ class ScanMemServiceImpl : public ScanMemServiceIf {
   }
 };
 
+// TODO: Disabled 'USE_KUDU_KERBEROS' and 'USE_IMPALA_KERBEROS' due to IMPALA-6268.
+// Reenable after fixing.
 INSTANTIATE_TEST_CASE_P(KerberosOnAndOff,
                         RpcMgrKerberizedTest,
-                        ::testing::Values(KERBEROS_OFF,
-                                          USE_KUDU_KERBEROS,
-                                          USE_IMPALA_KERBEROS));
+                        ::testing::Values(KERBEROS_OFF));
 
 TEST_P(RpcMgrKerberizedTest, MultipleServices) {
   // Test that a service can be started, and will respond to requests.