Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DCE48E824 for ; Fri, 1 Mar 2013 23:05:14 +0000 (UTC) Received: (qmail 44254 invoked by uid 500); 1 Mar 2013 23:05:14 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 44214 invoked by uid 500); 1 Mar 2013 23:05:14 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 44159 invoked by uid 99); 1 Mar 2013 23:05:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2013 23:05:14 +0000 Date: Fri, 1 Mar 2013 23:05:14 +0000 (UTC) From: "Kihwal Lee (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-9352) Expose UGI.setLoginUser for tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-9352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kihwal Lee updated HADOOP-9352: ------------------------------- Status: Patch Available (was: Open) > Expose UGI.setLoginUser for tests > --------------------------------- > > Key: HADOOP-9352 > URL: https://issues.apache.org/jira/browse/HADOOP-9352 > Project: Hadoop Common > Issue Type: Improvement > Components: security > Affects Versions: 2.0.0-alpha, 0.23.0, 3.0.0 > Reporter: Daryn Sharp > Assignee: Daryn Sharp > Attachments: HADOOP-9352.branch-23.patch, HADOOP-9352.patch > > > The {{UGI.setLoginUser}} method is not publicly exposed, which makes it impossible to correctly test code executed outside of an explicit {{doAs}}. {{getCurrentUser}}/{{getLoginUser}} will always vivify the login user from the user running the test, and not an arbitrary user to be determined by the test. The method is documented with why it's not ready for prime-time, but it's good enough for tests. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira