Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 69369200BB3 for ; Wed, 2 Nov 2016 18:38:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 67DA4160AF0; Wed, 2 Nov 2016 17:38:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D4D20160B0D for ; Wed, 2 Nov 2016 18:37:59 +0100 (CET) Received: (qmail 38216 invoked by uid 500); 2 Nov 2016 17:37:58 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 38160 invoked by uid 99); 2 Nov 2016 17:37:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2016 17:37:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9196D2C2A6C for ; Wed, 2 Nov 2016 17:37:58 +0000 (UTC) Date: Wed, 2 Nov 2016 17:37:58 +0000 (UTC) From: "Chen Liang (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-11076) Add unit test for extended Acls MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 02 Nov 2016 17:38:00 -0000 [ https://issues.apache.org/jira/browse/HDFS-11076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chen Liang updated HDFS-11076: ------------------------------ Attachment: HDFS-11076.003.patch Thanks [~liuml07] for the review! Uploaded v003 patch for the check style fix. > Add unit test for extended Acls > ------------------------------- > > Key: HDFS-11076 > URL: https://issues.apache.org/jira/browse/HDFS-11076 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: test > Reporter: Chen Liang > Assignee: Chen Liang > Attachments: HDFS-11076.001.patch, HDFS-11076.002.patch, HDFS-11076.003.patch > > > This JIRA tries to add unit tests for extended ACLs in HDFS, to cover the following scenarios: > # the default ACL of parent directory should be inherited by newly created child directory and file > # the access ACL of parent directory should not be inherited by newly created child directory and file > # changing the default ACL of parent directory should not change the ACL of existing child directory and file > # child directory can add more default ACL in addition to the ACL inherited from parent directory > # child directory can also restrict ACL based on the ACL inherited from parent directory -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org