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 AB4091076E for ; Tue, 31 Dec 2013 22:54:51 +0000 (UTC) Received: (qmail 43391 invoked by uid 500); 31 Dec 2013 22:54:51 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 43361 invoked by uid 500); 31 Dec 2013 22:54:51 -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 43346 invoked by uid 99); 31 Dec 2013 22:54:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Dec 2013 22:54:51 +0000 Date: Tue, 31 Dec 2013 22:54:51 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-2117) ClassLoaderIT fails 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-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs updated ACCUMULO-2117: ---------------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) > ClassLoaderIT fails > ------------------- > > Key: ACCUMULO-2117 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2117 > Project: Accumulo > Issue Type: Bug > Environment: mvn --version > Apache Maven 3.0.4 > Maven home: /usr/share/maven > Java version: 1.6.0_27, vendor: Sun Microsystems Inc. > Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux", version: "3.11.0-14-generic", arch: "amd64", family: "unix" > Reporter: John Vines > Assignee: Sean Busbey > Fix For: 1.4.5, 1.5.1, 1.6.0 > > Attachments: ACCUMULO-2117.1.patch.txt > > > Seeing this failure of the ClassloaderIT from maven- > {code}Running org.apache.accumulo.test.functional.ClassLoaderIT > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 18.683 sec <<< FAILURE! > test(org.apache.accumulo.test.functional.ClassLoaderIT) Time elapsed: 13.588 sec <<< FAILURE! > org.junit.ComparisonFailure: expected: but was: > at org.junit.Assert.assertEquals(Assert.java:115) > at org.junit.Assert.assertEquals(Assert.java:144) > at org.apache.accumulo.test.functional.ClassLoaderIT.scanCheck(ClassLoaderIT.java:80) > at org.apache.accumulo.test.functional.ClassLoaderIT.test(ClassLoaderIT.java:70) > 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:622) > 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) > {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)