From commits-return-22036-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Mon Aug 13 17:05:31 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 80EAC180629 for ; Mon, 13 Aug 2018 17:05:30 +0200 (CEST) Received: (qmail 61875 invoked by uid 500); 13 Aug 2018 15:05:29 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 61866 invoked by uid 99); 13 Aug 2018 15:05:29 -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, 13 Aug 2018 15:05:29 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 1F88882AD3; Mon, 13 Aug 2018 15:05:29 +0000 (UTC) Date: Mon, 13 Aug 2018 15:05:29 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo] branch master updated: Fixed unit test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153417272904.5996.4036569146157665903@gitbox.apache.org> From: mwalch@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 44e9a702b92e2f52d4201204006aec603288fa65 X-Git-Newrev: 1bffe2ac13f6651154850044817823915fb5de8f X-Git-Rev: 1bffe2ac13f6651154850044817823915fb5de8f 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. mwalch pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo.git The following commit(s) were added to refs/heads/master by this push: new 1bffe2a Fixed unit test 1bffe2a is described below commit 1bffe2ac13f6651154850044817823915fb5de8f Author: Mike Walch AuthorDate: Mon Aug 13 11:04:49 2018 -0400 Fixed unit test --- .../org/apache/accumulo/server/constraints/MetadataConstraintsTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/base/src/test/java/org/apache/accumulo/server/constraints/MetadataConstraintsTest.java b/server/base/src/test/java/org/apache/accumulo/server/constraints/MetadataConstraintsTest.java index 59aa1b6..9d0586e 100644 --- a/server/base/src/test/java/org/apache/accumulo/server/constraints/MetadataConstraintsTest.java +++ b/server/base/src/test/java/org/apache/accumulo/server/constraints/MetadataConstraintsTest.java @@ -29,9 +29,11 @@ import org.apache.accumulo.core.metadata.schema.DataFileValue; import org.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSection; import org.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSection.DataFileColumnFamily; import org.apache.accumulo.fate.zookeeper.TransactionWatcher.Arbitrator; +import org.apache.accumulo.server.ServerContext; import org.apache.hadoop.io.Text; import org.apache.log4j.Level; import org.apache.log4j.Logger; +import org.easymock.EasyMock; import org.junit.Test; public class MetadataConstraintsTest {