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 35F3010155 for ; Tue, 9 Apr 2013 22:44:16 +0000 (UTC) Received: (qmail 87374 invoked by uid 500); 9 Apr 2013 22:44:16 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 87252 invoked by uid 500); 9 Apr 2013 22:44:15 -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 87232 invoked by uid 99); 9 Apr 2013 22:44:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Apr 2013 22:44:15 +0000 Date: Tue, 9 Apr 2013 22:44:15 +0000 (UTC) From: "Dave Marion (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1255) Occasional errors in vfs2 unit tests 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-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13627212#comment-13627212 ] Dave Marion commented on ACCUMULO-1255: --------------------------------------- I'm going to try and reproduce. How did you invoke the build? What was your environment? > Occasional errors in vfs2 unit tests > ------------------------------------ > > Key: ACCUMULO-1255 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1255 > Project: Accumulo > Issue Type: Bug > Components: start > Reporter: Christopher Tubbs > Assignee: John Vines > Priority: Minor > Fix For: 1.5.0 > > > {code} > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoaderTest > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.186 sec > Running org.apache.accumulo.start.classloader.vfs.AccumuloReloadingVFSClassLoaderTest > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.218 sec > Running org.apache.accumulo.start.classloader.vfs.providers.ReadOnlyHdfsFileProviderTest > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.654 sec > Running org.apache.accumulo.start.classloader.vfs.providers.VfsClassLoaderTest > Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 13.984 sec <<< FAILURE! > testFileMonitor(org.apache.accumulo.start.classloader.vfs.providers.VfsClassLoaderTest) Time elapsed: 6.306 sec <<< FAILURE! > java.lang.AssertionError > at org.junit.Assert.fail(Assert.java:86) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.junit.Assert.assertTrue(Assert.java:52) > at org.apache.accumulo.start.classloader.vfs.providers.VfsClassLoaderTest.testFileMonitor(VfsClassLoaderTest.java:93) > 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:616) > 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.RunBefores.evaluate(RunBefores.java:26) > at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) > at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) > at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) > at org.junit.runners.ParentRunner.run(ParentRunner.java:309) > at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) > at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) > at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) > 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:616) > at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) > at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) > at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) > at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) > at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) > Running org.apache.accumulo.start.classloader.vfs.ContextManagerTest > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec > Results : > Failed tests: testFileMonitor(org.apache.accumulo.start.classloader.vfs.providers.VfsClassLoaderTest) > Tests run: 23, Failures: 1, Errors: 0, Skipped: 0 > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira