Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 26202 invoked from network); 7 Aug 2009 18:31:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Aug 2009 18:31:30 -0000 Received: (qmail 87110 invoked by uid 500); 7 Aug 2009 18:31:37 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 87063 invoked by uid 500); 7 Aug 2009 18:31:37 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 87053 invoked by uid 99); 7 Aug 2009 18:31:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2009 18:31:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2009 18:31:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CFA52234C004 for ; Fri, 7 Aug 2009 11:31:14 -0700 (PDT) Message-ID: <1990180278.1249669874803.JavaMail.jira@brutus> Date: Fri, 7 Aug 2009 11:31:14 -0700 (PDT) From: "Jakob Homan (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-409) Add more access token tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HDFS-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12740670#action_12740670 ] Jakob Homan commented on HDFS-409: ---------------------------------- Reviewed. * restartDataNode(DataNodeProperties dnprop, boolean keepPort) needs javadoc * I think the changes to MiniDFSCluster::waitActive could be improved by creating two loops, one for dn registration and one for dn heartbeats. You'd have the same number of RPC calls, but improve the number of times through the loops, as well as making the code easier to understand. Otherwise looks good. I really like the heavy documentation in the unit tests. Looks faithful to the test plan. > Add more access token tests > --------------------------- > > Key: HDFS-409 > URL: https://issues.apache.org/jira/browse/HDFS-409 > Project: Hadoop HDFS > Issue Type: Test > Reporter: Kan Zhang > Assignee: Kan Zhang > Attachments: AccessTokenTestPlan.pdf, h409-23.patch > > > Need to add more unit tests for access token -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.