tarantool / tarantool/tarantool-python

Do not use box.session.push

Open
#305 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1sp teamE v2
Dominant language
Python
Stars
108
Forks
51
Avg merge
1d 8h
Merged PRs (30d)
1

Description

box.session.push is deprecated starting from Tarantool 3.0. We're going to disable it in Tarantool 4.0 with the ability to enable it via the compat.box_session_push_deprecation option. In Tarantool 5.0 we're going to drop it completely. See https://github.com/tarantool/tarantool/issues/8802.

Tarantool integration CI reports a failure if box.session.push is disabled by setting compat.box_session_push_deprecation to 'new'. Please remove all usages of box.session.push from this project code.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Search the project code for all usages of box.session.push, then inspect the surrounding client behavior to determine the supported replacement. Run the Tarantool integration CI with compat.box_session_push_deprecation set to 'new'; done means the project contains no usages and the CI failure is resolved.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.