Update tarantool-python to 0.7.1-1-g8847b8c#264
Merged
Totktonada merged 1 commit intoJan 20, 2021
Conversation
This update brings tarantool-python changes from releases 0.6.6[^1],
0.7.0 and 0.7.1 and the unreleased change [1] regarding unification of
the __str__ Response method across Python 2 and Python 3. Look at the
release notes [2] for the list of changes in the connector.
We need [1] to obtain the same test result on different Python versions
for tarantool's box-py/call.test.py test.
[^1]: Except replacing of yaml.load() with yaml.safe_load() in tests,
which is already here.
[1]: tarantool/tarantool-python#186
[2]: https://github.com/tarantool/tarantool-python/releases
Part of #20
Part of tarantool/tarantool#5652
14 tasks
Member
|
I propose to include changes in PR tarantool/tarantool-python#187 too, because it is required to completely fix |
Merged
Contributor
Author
|
Thanks, I'll proceed soon. |
Totktonada
added a commit
to tarantool/tarantool
that referenced
this pull request
Jan 20, 2021
Update the test-run submodule with updating its tarantool-python submodule with the Response.__str__() change, which unifies behaviour between Python 2 and Python 3. We lean on this in the box-py/call.test.py test. See more in [1]. Updated the box-py/iproto.test.py test, because it is confused by the new IPROTO_SQL_INFO_* constants, introduced in the tarantool-python connector in [2]. Part of tarantool/test-run#20 Part of #5652 [1]: tarantool/test-run#264 [2]: tarantool/tarantool-python@9d3573e
Totktonada
added a commit
to tarantool/tarantool
that referenced
this pull request
Jan 20, 2021
Update the test-run submodule with updating its tarantool-python submodule with the Response.__str__() change, which unifies behaviour between Python 2 and Python 3. We lean on this in the box-py/call.test.py test. See more in [1]. Updated the box-py/iproto.test.py test, because it is confused by the new IPROTO_SQL_INFO_* constants, introduced in the tarantool-python connector in [2]. Part of tarantool/test-run#20 Part of #5652 [1]: tarantool/test-run#264 [2]: tarantool/tarantool-python@9d3573e (cherry picked from commit fc86213)
Totktonada
added a commit
to tarantool/tarantool
that referenced
this pull request
Jan 20, 2021
Update the test-run submodule with updating its tarantool-python submodule with the Response.__str__() change, which unifies behaviour between Python 2 and Python 3. We lean on this in the box-py/call.test.py test. See more in [1]. Updated the box-py/iproto.test.py test, because it is confused by the new IPROTO_SQL_INFO_* constants, introduced in the tarantool-python connector in [2]. Part of tarantool/test-run#20 Part of #5652 [1]: tarantool/test-run#264 [2]: tarantool/tarantool-python@9d3573e (cherry picked from commit fc86213)
Totktonada
added a commit
to tarantool/tarantool
that referenced
this pull request
Jan 20, 2021
Update the test-run submodule with updating its tarantool-python submodule with the Response.__str__() change, which unifies behaviour between Python 2 and Python 3. We lean on this in the box-py/call.test.py test. See more in [1]. Updated the box-py/iproto.test.py test, because it is confused by the new IPROTO_SQL_INFO_* constants, introduced in the tarantool-python connector in [2]. Part of tarantool/test-run#20 Part of #5652 [1]: tarantool/test-run#264 [2]: tarantool/tarantool-python@9d3573e (cherry picked from commit fc86213)
Contributor
Author
|
Updated the test-run submodule in tarantool in 2.8.0-21-gfc86213cd, 2.7.1-20-g8c07ab317, 2.6.2-19-gb95bb7e8f, 1.10.9-7-gc252616dd.
|
avtikhon
pushed a commit
to tarantool/tarantool
that referenced
this pull request
Jan 21, 2021
Update the test-run submodule with updating its tarantool-python submodule with the Response.__str__() change, which unifies behaviour between Python 2 and Python 3. We lean on this in the box-py/call.test.py test. See more in [1]. Updated the box-py/iproto.test.py test, because it is confused by the new IPROTO_SQL_INFO_* constants, introduced in the tarantool-python connector in [2]. Part of tarantool/test-run#20 Part of #5652 [1]: tarantool/test-run#264 [2]: tarantool/tarantool-python@9d3573e
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This update brings tarantool-python changes from releases 0.6.61,
0.7.0 and 0.7.1 and the unreleased change 1 regarding unification of
the __str__ Response method across Python 2 and Python 3. Look at the
release notes 2 for the list of changes in the connector.
We need 1 to obtain the same test result on different Python versions
for tarantool's box-py/call.test.py test.
Part of #20
Part of tarantool/tarantool#5652
Footnotes
Except replacing of yaml.load() with yaml.safe_load() in tests,
which is already here. ↩