From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 85E592F515 for ; Wed, 29 May 2019 10:19:37 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pC_wyrfheUzt for ; Wed, 29 May 2019 10:19:37 -0400 (EDT) Received: from smtp10.mail.ru (smtp10.mail.ru [94.100.181.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 458112F50E for ; Wed, 29 May 2019 10:19:37 -0400 (EDT) Date: Wed, 29 May 2019 17:19:35 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] test: fix fio test when run by the root user Message-ID: <20190529141934.ldvydms5dxyt2efq@tarantool.org> References: <7998da4cb25719533c9652f0b08e1e2bfea480c1.1559091604.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <7998da4cb25719533c9652f0b08e1e2bfea480c1.1559091604.git.alexander.turenko@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: Alexander Turenko Cc: tarantool-patches@freelists.org Hello, On 29 May 04:21, Alexander Turenko wrote: > We run testing in Travis-CI using docker, which by default enters into a > shell session as root. > > This is follow up for e9c96a4c1afe28dac8beb9eed2d092e05b956366 ('fio: > fix mktree error reporting'). I've cherry-picked both commits into 1.10 and 2.1 branchs. -- Regards, Kirill Yukhin