From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [87.239.111.99] (localhost [127.0.0.1]) by dev.tarantool.org (Postfix) with ESMTP id 8661B4C883; Wed, 13 Jan 2021 23:03:10 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 8661B4C883 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1610568190; bh=1h6tQsoYIJmdKhfhNXiSw2rMRkAhnFe0XfjHzDSNdZ0=; h=Date:To:References:In-Reply-To:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=Y9OwEOSsuk4OIKnO81MlUnOtFms9wMtzWqMDhnM8TmJ7eSW4T4REO0dmQAYqLOtmu VNYvh/ckNMoUisQ4mjCprCnUBBdHyUAv9RYMG1hNUuVwQzEg1XajHq8dbzqHsjQSuI 7Otzzsv+J9FxWfPkTU2dWdEM5vCgI4XEy/LaQg3E= Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id DFA764C883 for ; Wed, 13 Jan 2021 23:03:08 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org DFA764C883 Received: by mail-lf1-f45.google.com with SMTP id 23so4578036lfg.10 for ; Wed, 13 Jan 2021 12:03:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Pd2bv9qh/pBTZ86931iDCRoENid+dGVDGuLDhF21mnE=; b=F4DmG7H7ZM/eZtLtZ8irTG5u+MZ2mB29FUNrWGqxL65YTU644n5XYvarQ2ylu1Sp7P BN4q99V0cKOH3tVEA8RAI66Z3BjPwdv7k1VQD9uGYBmMHG7kYpi7LsEfadQmPkjEMvVu fU0uryrskKf2OWiAILt3ChmIqw5qK4VbRK0dvxI+xP3+bNcMA+iEcP4ewcNagy+pILUU VQIG2i0w7ON5xG3HRNOWMy18GUOghAD3BEWJkDP0wtpR1rZiWN/DtO+qygpG62UQZmH3 Ho32BJu3ENoO18Tn3KQDBi5xxOYuh0Man6NjxDeUItL+wH+n2fZCaB1c80ESu5SVWzyA hz/A== X-Gm-Message-State: AOAM533CG7WC8nHVLjOjoXrKcZD5V3TWh2drDVRu/cRVpdd2ToR5MX/M Gfeg6FWk3nKrEwpxpJgn7VQFd10KA4A= X-Google-Smtp-Source: ABdhPJyBlgDvlbiSWe+AVGt/UlyhMvG7LcBjezbgpKEcg7yebEsMGWz/MKA2tSKwRpIVBS5+aqPRfw== X-Received: by 2002:a05:6512:3397:: with SMTP id h23mr1458928lfg.103.1610568187818; Wed, 13 Jan 2021 12:03:07 -0800 (PST) Received: from grain.localdomain ([5.18.91.94]) by smtp.gmail.com with ESMTPSA id e25sm313185lfc.40.2021.01.13.12.03.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jan 2021 12:03:06 -0800 (PST) Received: by grain.localdomain (Postfix, from userid 1000) id A5243560053; Wed, 13 Jan 2021 23:03:05 +0300 (MSK) Date: Wed, 13 Jan 2021 23:03:05 +0300 To: Sergey Bronnikov via Tarantool-patches Message-ID: <20210113200305.GE171842@grain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.14.6 (2020-07-11) Subject: Re: [Tarantool-patches] [PATCH v1 0/4] Support Python 3 in Tarantool tests X-BeenThere: tarantool-patches@dev.tarantool.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Cyrill Gorcunov via Tarantool-patches Reply-To: Cyrill Gorcunov Cc: Sergey Bronnikov , alexander.turenko@tarantool.org Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" On Wed, Jan 13, 2021 at 11:48:28AM +0300, Sergey Bronnikov via Tarantool-patches wrote: > From: Sergey Bronnikov > > It's another part of fixes related to Python 3 support. First one was here > [1]. I haven't create new issue because the task is the same - switch test > suite to Python 3, so two related commits in a patch series marked with "Part > of #5538" and no one commit closes any task as it is required by guidelines. > > To test fixes one can use test-run's branch with Python 3 support [2]. > > 1. https://lists.tarantool.org/pipermail/tarantool-patches/2020-December/021151.html > 2. https://github.com/tarantool/test-run/pull/263 I can't comment the code itself since I'm not familiar with test-run ideas but I use *your* branch to run my tests, and support python3 is critical for me. Thus fwiw Tested-by: Cyrill Gorcunov