From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 12618469719 for ; Tue, 3 Mar 2020 13:01:01 +0300 (MSK) Received: by mail-lj1-f193.google.com with SMTP id q23so2836734ljm.4 for ; Tue, 03 Mar 2020 02:01:00 -0800 (PST) Date: Tue, 3 Mar 2020 13:00:56 +0300 From: Cyrill Gorcunov Message-ID: <20200303100056.GE22649@uranus> References: <20200228131151.18996-1-gorcunov@gmail.com> <20200303095318.rqieurn2qia7kiao@tkn_work_nb> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200303095318.rqieurn2qia7kiao@tkn_work_nb> Subject: Re: [Tarantool-patches] [PATCH] test: box-py/snapshot -- increase timeout List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tml On Tue, Mar 03, 2020 at 12:53:18PM +0300, Alexander Turenko wrote: > I got the following fail on tt-mac as before as well as after the patch: > > | space:drop() > | --- > | - error: Failed to write to disk > | ... > > The logs contains: > > | 2020-03-03 12:40:27.124 [76700] wal/101/main xlog.c:756 !> SystemError failed to rename '/Users/a.turenko/tarantool/test/var/005_box-py/box/00000000000000000128.xlog.inprogress' file: No such file or directory > | 2020-03-03 12:40:27.129 [76729] wal/101/main xlog.c:754 !> can't rename /Users/a.turenko/tarantool/test/var/008_box-py/box/00000000000000000080.xlog.inprogress to /Users/a.turenko/tarantool/test/var/008_box-py/box/00000000000000000080.xlog: No such file or directory > > It seems we should look into the problem deeper. Yes, looks like there are a few problems weaved together.