From common-commits-return-90727-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Tue Nov 13 08:50:42 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id CEECB180676 for ; Tue, 13 Nov 2018 08:50:40 +0100 (CET) Received: (qmail 31174 invoked by uid 500); 13 Nov 2018 07:50:34 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 25134 invoked by uid 99); 13 Nov 2018 07:50:30 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Nov 2018 07:50:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BDB04E125B; Tue, 13 Nov 2018 07:50:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: brahma@apache.org To: common-commits@hadoop.apache.org Date: Tue, 13 Nov 2018 07:51:07 -0000 Message-Id: In-Reply-To: <7db04a8bb7b542378b7052f3836c74a8@git.apache.org> References: <7db04a8bb7b542378b7052f3836c74a8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [40/49] hadoop git commit: HDDS-831. TestOzoneShell in integration-test is flaky. Contributed by Nanda kumar. HDDS-831. TestOzoneShell in integration-test is flaky. Contributed by Nanda kumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f8713f8a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f8713f8a Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f8713f8a Branch: refs/heads/HDFS-13891 Commit: f8713f8adea9d69330933a2cde594ed11ed9520c Parents: 4c465f5 Author: Yiqun Lin Authored: Tue Nov 13 10:38:27 2018 +0800 Committer: Yiqun Lin Committed: Tue Nov 13 10:38:27 2018 +0800 ---------------------------------------------------------------------- .../test/java/org/apache/hadoop/ozone/ozShell/TestOzoneShell.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f8713f8a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/ozShell/TestOzoneShell.java ---------------------------------------------------------------------- diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/ozShell/TestOzoneShell.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/ozShell/TestOzoneShell.java index 1900024..bd05b92 100644 --- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/ozShell/TestOzoneShell.java +++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/ozShell/TestOzoneShell.java @@ -266,7 +266,7 @@ public class TestOzoneShell { */ @Test public void testCreateVolumeWithoutUser() throws Exception { - String volumeName = "volume" + RandomStringUtils.randomNumeric(1); + String volumeName = "volume" + RandomStringUtils.randomNumeric(5); String[] args = new String[] {"volume", "create", url + "/" + volumeName, "--root"}; --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org