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 C2E5D200CBB for ; Tue, 20 Jun 2017 03:10:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C1020160BE4; Tue, 20 Jun 2017 01:10:04 +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 13725160BE1 for ; Tue, 20 Jun 2017 03:10:03 +0200 (CEST) Received: (qmail 82055 invoked by uid 500); 20 Jun 2017 01:10:03 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 82043 invoked by uid 99); 20 Jun 2017 01:10:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2017 01:10:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 873E71A0E1A for ; Tue, 20 Jun 2017 01:10:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id RfgiLy80LU4P for ; Tue, 20 Jun 2017 01:10:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 066FE5FCB9 for ; Tue, 20 Jun 2017 01:10:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 50EC4E0051 for ; Tue, 20 Jun 2017 01:10:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 067DE21E14 for ; Tue, 20 Jun 2017 01:10:00 +0000 (UTC) Date: Tue, 20 Jun 2017 01:10:00 +0000 (UTC) From: "Aaron Fabbri (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-14548) S3Guard: issues running parallel tests w/ S3N MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 20 Jun 2017 01:10:05 -0000 [ https://issues.apache.org/jira/browse/HADOOP-14548?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 055026#comment-16055026 ]=20 Aaron Fabbri commented on HADOOP-14548: --------------------------------------- My failures from `mvn verify -Dparallel-tests -Ds3guard -Ddynamo` in hadoop= -tools/hadoop-aws: {noformat} Failed tests: (1) ITestS3NContractRootDir>AbstractContractRootDirectoryTest.testListEmpt= yRootDirectory:188->Assert.assertEquals:555->Assert.assertEquals:118->Asser= t.failNotEquals:743->Assert.fail:88 listStatus on empty root-directory retu= rned a non-empty list expected:<0> but was:<1> (2) ITestJets3tNativeS3FileSystemContract>NativeS3FileSystemContractBaseT= est.testListStatusForRoot:71 Root directory is not empty; expected:<0> but= was:<1> (3) ITestJets3tNativeS3FileSystemContract>FileSystemContractBaseTest.test= ListStatus:321 expected:<1> but was:<12> Tests in error: (4) ITestS3AContractRootDir>AbstractContractRootDirectoryTest.testRmEmpty= RootDirNonRecursive:116 =C2=BB PathIO (5) ITestS3AEncryptionSSEC.testCreateFileThenMoveWithDifferentSSECKey:136= ->lambda$testCreateFileThenMoveWithDifferentSSECKey$14:147 (6) ITestJets3tNativeS3FileSystemContract>FileSystemContractBaseTest.test= LSRootDir:847->FileSystemContractBaseTest.assertListFilesFinds:865 =C2=BB F= ileNotFound {noformat} #4 Happens because root was not empty. Wondering if S3N folder objects c= aused the isEmptyDirectory() to be false? [~mackrorysd] any thoughts on #5? > S3Guard: issues running parallel tests w/ S3N=20 > ---------------------------------------------- > > Key: HADOOP-14548 > URL: https://issues.apache.org/jira/browse/HADOOP-14548 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 > Reporter: Aaron Fabbri > > In general, running S3Guard and parallel tests with S3A and S3N contract = tests enabled is asking for trouble: S3Guard code assumes there are not ot= her non-S3Guard clients modifying the bucket. > Goal of this JIRA is to: > - Discuss current failures running `mvn verify -Dparallel-tests -Ds3guard= -Ddynamo` with S3A and S3N contract tests configured. > - Identify any failures here that are worth looking into. > - Document (or enforce) that people should not do this, or should expect = failures if they do. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org