Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A6A3017C6B for ; Thu, 15 Jan 2015 22:54:33 +0000 (UTC) Received: (qmail 93659 invoked by uid 500); 15 Jan 2015 22:54:35 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 93617 invoked by uid 500); 15 Jan 2015 22:54:35 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 93603 invoked by uid 99); 15 Jan 2015 22:54:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2015 22:54:35 +0000 Date: Thu, 15 Jan 2015 22:54:35 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-3255) ExistingMacIT.testExistingRunningInstance failed because it started on top of an already running instance MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-3255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated ACCUMULO-3255: --------------------------------- Component/s: test > ExistingMacIT.testExistingRunningInstance failed because it started on top of an already running instance > --------------------------------------------------------------------------------------------------------- > > Key: ACCUMULO-3255 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3255 > Project: Accumulo > Issue Type: Bug > Components: mini, test > Reporter: Josh Elser > Assignee: Josh Elser > Priority: Minor > Fix For: 1.6.2, 1.7.0 > > Time Spent: 20m > Remaining Estimate: 0h > > The test successfully started a second MAC on top of an already running MAC incorrectly. MiniAccumuloCluster#start should have thrown a RuntimeException in this case. > {noformat} > Stacktrace > java.lang.AssertionError: null > at org.junit.Assert.fail(Assert.java:86) > at org.junit.Assert.fail(Assert.java:95) > at org.apache.accumulo.test.ExistingMacIT.testExistingRunningInstance(ExistingMacIT.java:147) > Standard Output > 2014-10-23 08:46:01,857 [conf.Configuration] DEBUG: Handling deprecation for all properties in config... > 2014-10-23 08:46:01,857 [conf.Configuration] DEBUG: Handling deprecation for fs.file.impl > 2014-10-23 08:46:04,945 [impl.MiniAccumuloClusterImpl] INFO : Starting MAC against instance miniInstance and zookeeper(s) localhost:45033. > 2014-10-23 08:46:07,752 [conf.Configuration] DEBUG: Handling deprecation for all properties in config... > 2014-10-23 08:46:07,754 [conf.Configuration] DEBUG: Handling deprecation for all properties in config... > conf /.../test/target/mini-tests/org.apache.accumulo.test.ExistingMacIT_testExistingRunningInstance/conf/accumulo-site.xml > 2014-10-23 08:46:07,897 [zookeeper.ZooUtil] DEBUG: Trying to read instance id from file:/.../test/target/mini-tests/org.apache.accumulo.test.ExistingMacIT_testExistingRunningInstance/accumulo/instance_id > 2014-10-23 08:46:07,897 [zookeeper.ZooSession] DEBUG: Connecting to localhost:45033 with timeout 5000 with auth > 2014-10-23 08:46:07,897 [zookeeper.ZooKeeper] INFO : Initiating client connection, connectString=localhost:45033 sessionTimeout=5000 watcher=org.apache.accumulo.fate.zookeeper.ZooSession$ZooWatcher@a97b8a3 > 2014-10-23 08:46:08,012 [impl.MiniAccumuloClusterImpl] INFO : Starting MAC against instance miniInstance and zookeeper(s) localhost:45033. > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)