Return-Path: X-Original-To: apmail-nifi-commits-archive@minotaur.apache.org Delivered-To: apmail-nifi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 264B217FA5 for ; Thu, 23 Apr 2015 17:24:10 +0000 (UTC) Received: (qmail 27795 invoked by uid 500); 23 Apr 2015 17:24:10 -0000 Delivered-To: apmail-nifi-commits-archive@nifi.apache.org Received: (qmail 27757 invoked by uid 500); 23 Apr 2015 17:24:10 -0000 Mailing-List: contact commits-help@nifi.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.incubator.apache.org Delivered-To: mailing list commits@nifi.incubator.apache.org Received: (qmail 27747 invoked by uid 99); 23 Apr 2015 17:24:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Apr 2015 17:24:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jira@apache.org designates 54.76.25.247 as permitted sender) Received: from [54.76.25.247] (HELO mx1-eu-west.apache.org) (54.76.25.247) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Apr 2015 17:23:44 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 8570A2146C for ; Thu, 23 Apr 2015 17:18:54 +0000 (UTC) Received: (qmail 1041 invoked by uid 99); 23 Apr 2015 17:17:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Apr 2015 17:17:38 +0000 Date: Thu, 23 Apr 2015 17:17:38 +0000 (UTC) From: "Aldrin Piri (JIRA)" To: commits@nifi.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (NIFI-437) nifi-distributed-cache-server failing testClientTermination MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/NIFI-437?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated NIFI-437: ----------------------------- Attachment: 0001-Providing-a-JUnit-assume-for-the-TestServerAndClient.p= atch > nifi-distributed-cache-server failing testClientTermination > ----------------------------------------------------------- > > Key: NIFI-437 > URL: https://issues.apache.org/jira/browse/NIFI-437 > Project: Apache NiFi > Issue Type: Bug > Affects Versions: 0.1.0 > Environment: Mac OS X 10.10.2 > Java 1.8.0_31, 64-bit > Maven 3.2.5 > Reporter: Brian Ghigiarelli > Assignee: Aldrin Piri > Fix For: 0.1.0 > > Attachments: 0001-Providing-a-JUnit-assume-for-the-TestServerAndC= lient.patch, NIFI-437-only-close-server-socket-if-open.patch > > > While executing a "mvn clean install" on the latest "develop" branch for = the 0.1.0-incubating-SNAPSHOT version, the nifi-distributed-cache-server mo= dule fails with the below error. > Skipping tests and running NiFi locally seems to be running fine though. > {code} > Running org.apache.nifi.distributed.cache.server.TestServerAndClient > Tests run: 7, Failures: 0, Errors: 1, Skipped: 6, Time elapsed: 2.2 sec <= << FAILURE! - in org.apache.nifi.distributed.cache.server.TestServerAndClie= nt > testClientTermination(org.apache.nifi.distributed.cache.server.TestServer= AndClient) Time elapsed: 2.181 sec <<< ERROR! > java.io.IOException: No such file or directory > =09at sun.nio.ch.NativeThread.signal(Native Method) > =09at sun.nio.ch.ServerSocketChannelImpl.implCloseSelectableChannel(Serve= rSocketChannelImpl.java:283) > =09at java.nio.channels.spi.AbstractSelectableChannel.implCloseChannel(Ab= stractSelectableChannel.java:234) > =09at java.nio.channels.spi.AbstractInterruptibleChannel.close(AbstractIn= terruptibleChannel.java:115) > =09at org.apache.nifi.distributed.cache.server.AbstractCacheServer.stop(A= bstractCacheServer.java:167) > =09at org.apache.nifi.distributed.cache.server.map.MapCacheServer.stop(Ma= pCacheServer.java:126) > =09at org.apache.nifi.distributed.cache.server.DistributedCacheServer.shu= tdownServer(DistributedCacheServer.java:96) > =09at org.apache.nifi.distributed.cache.server.TestServerAndClient.testCl= ientTermination(TestServerAndClient.java:419) > Results : > Tests in error: > TestServerAndClient.testClientTermination:419 =C2=BB IO No such file or= directory > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)