From ozone-commits-return-258-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Mon Dec 2 20:08:14 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4995418064E for ; Mon, 2 Dec 2019 21:08:14 +0100 (CET) Received: (qmail 30891 invoked by uid 500); 2 Dec 2019 20:08:13 -0000 Mailing-List: contact ozone-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ozone-commits@hadoop.apache.org Delivered-To: mailing list ozone-commits@hadoop.apache.org Received: (qmail 30879 invoked by uid 99); 2 Dec 2019 20:08:13 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Dec 2019 20:08:13 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 225348B690; Mon, 2 Dec 2019 20:08:12 +0000 (UTC) Date: Mon, 02 Dec 2019 20:08:12 +0000 To: "ozone-commits@hadoop.apache.org" Subject: [hadoop-ozone] branch integration-test-cleanup updated: The last one out, turn off the light MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157531729289.8213.7550863858804282172@gitbox.apache.org> From: elek@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: hadoop-ozone X-Git-Refname: refs/heads/integration-test-cleanup X-Git-Reftype: branch X-Git-Oldrev: 60ad8501bd12b08a7f5036d1506c52f94e513ec9 X-Git-Newrev: e1310eeb14071410d4fac5e22dde96926800ca63 X-Git-Rev: e1310eeb14071410d4fac5e22dde96926800ca63 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. elek pushed a commit to branch integration-test-cleanup in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git The following commit(s) were added to refs/heads/integration-test-cleanup by this push: new e1310ee The last one out, turn off the light e1310ee is described below commit e1310eeb14071410d4fac5e22dde96926800ca63 Author: Márton Elek AuthorDate: Mon Dec 2 21:07:58 2019 +0100 The last one out, turn off the light --- .../container/common/statemachine/commandhandler/TestBlockDeletion.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestBlockDeletion.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestBlockDeletion.java index ffe5b6f..000f9b5 100644 --- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestBlockDeletion.java +++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestBlockDeletion.java @@ -55,6 +55,7 @@ import org.apache.hadoop.ozone.container.common.utils.ReferenceCountedDB; import org.junit.AfterClass; import org.junit.Assert; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import org.slf4j.event.Level; @@ -81,6 +82,7 @@ import static org.apache.hadoop.ozone /** * Tests for Block deletion. */ +@Ignore public class TestBlockDeletion { private static OzoneConfiguration conf = null; private static ObjectStore store; --------------------------------------------------------------------- To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: ozone-commits-help@hadoop.apache.org