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 98D47200BAC for ; Wed, 21 Sep 2016 03:02:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 975CF160AC5; Wed, 21 Sep 2016 01:02:22 +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 E1910160AC9 for ; Wed, 21 Sep 2016 03:02:21 +0200 (CEST) Received: (qmail 50611 invoked by uid 500); 21 Sep 2016 01:02:21 -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 50349 invoked by uid 99); 21 Sep 2016 01:02:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2016 01:02:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A36672C2A69 for ; Wed, 21 Sep 2016 01:02:20 +0000 (UTC) Date: Wed, 21 Sep 2016 01:02:20 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-10879) TestEncryptionZonesWithKMS#testReadWrite fails intermittently MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 21 Sep 2016 01:02:22 -0000 [ https://issues.apache.org/jira/browse/HDFS-10879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15508312#comment-15508312 ] Hudson commented on HDFS-10879: ------------------------------- SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #10470 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/10470/]) HDFS-10879. TestEncryptionZonesWithKMS#testReadWrite fails (xiao: rev 0e918dff594e9ba5434fdee7fc1f6394b62b32cd) * (edit) hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestEncryptionZones.java > TestEncryptionZonesWithKMS#testReadWrite fails intermittently > ------------------------------------------------------------- > > Key: HDFS-10879 > URL: https://issues.apache.org/jira/browse/HDFS-10879 > Project: Hadoop HDFS > Issue Type: Bug > Reporter: Xiao Chen > Assignee: Xiao Chen > Labels: test > Fix For: 2.8.0, 3.0.0-alpha2 > > Attachments: HDFS-10879.01.patch > > > {noformat} > Error Message: > Key was rolled, versions should be different. Actual: test_key@0 > Stack Trace: > java.lang.AssertionError: Key was rolled, versions should be different. Actual: test_key@0 > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failEquals(Assert.java:185) > at org.junit.Assert.assertNotEquals(Assert.java:161) > at org.apache.hadoop.hdfs.TestEncryptionZones.testReadWrite(TestEncryptionZones.java:726) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) > at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) > at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) > {noformat} -- 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