[Tarantool-patches] [PATCH v1 0/4] Support Python 3 in Tarantool tests

Leonid Vasiliev lvasiliev at tarantool.org
Thu Jan 14 14:10:55 MSK 2021


Hi! Thank you for the patchset.
LGTM.

On 13.01.2021 11:48, sergeyb at tarantool.org wrote:
> From: Sergey Bronnikov <estetus at gmail.com>
> 
> 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
> 
> Issue: https://github.com/tarantool/tarantool/issues/5538 (closed)
> Gitlab CI: https://gitlab.com/tarantool/tarantool/-/pipelines/240927581
> 
> Sergey Bronnikov (4):
>    test: fix app-tap/http_client.test.lua
>    test: fix xlog-py/big_lsn.test.py
>    test: enable SO_REUSEADDR on socket in httpd.py
>    test: enable disabled testcases back
> 
>   test/app-tap/http_client.test.lua |  6 +-----
>   test/app-tap/httpd.py             | 21 +++++++++++----------
>   test/xlog-py/big_lsn.test.py      |  3 ++-
>   3 files changed, 14 insertions(+), 16 deletions(-)
> 


More information about the Tarantool-patches mailing list