From notifications-return-2221-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Thu Oct 10 13:40:10 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 170AE180626 for ; Thu, 10 Oct 2019 15:40:10 +0200 (CEST) Received: (qmail 54451 invoked by uid 500); 10 Oct 2019 13:40:09 -0000 Mailing-List: contact notifications-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list notifications@zookeeper.apache.org Received: (qmail 54200 invoked by uid 99); 10 Oct 2019 13:40:08 -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; Thu, 10 Oct 2019 13:40:08 +0000 From: GitBox To: notifications@zookeeper.apache.org Subject: [GitHub] [zookeeper] TisonKun opened a new pull request #1112: ZOOKEEPER-3571: Ensure test base directory before tests Message-ID: <157071480802.30901.18400798236570972648.gitbox@gitbox.apache.org> Date: Thu, 10 Oct 2019 13:40:08 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit TisonKun opened a new pull request #1112: ZOOKEEPER-3571: Ensure test base directory before tests URL: https://github.com/apache/zookeeper/pull/1112 Ensure `build.test.dir` is present as a directory. Otherwise many times it suffers from ``` java.io.IOException: No such file or directory at java.io.UnixFileSystem.createFileExclusively(Native Method) at java.io.File.createTempFile(File.java:2024) at org.apache.zookeeper.test.ClientBase.createTmpDir(ClientBase.java:371) at org.apache.zookeeper.test.ClientBase.setUpWithServerId(ClientBase.java:514) at org.apache.zookeeper.test.ClientBase.setUp(ClientBase.java:491) ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services