tarantool-python icon indicating copy to clipboard operation
tarantool-python copied to clipboard

Python client library for Tarantool

Results 23 tarantool-python issues
Sort by recently updated
recently updated
newest added

Test pipelines `run_tests_ce_windows` and `run_tests_pip_branch_install_windows` trigger a lot of errors `tarantool.error.DatabaseError: (259, "Scanning is not allowed for 'dbapi20test_barflys'")` after Tarantool version updating from `2.11.0.g247a9a418-1` to `3.3.1-1`. [tarantool-python_wsl_3.3.1_logs.zip](https://github.com/user-attachments/files/19662279/tarantool-python_wsl_3.3.1_logs.zip)

These lines result in an index exception, trying to connect to the instance that actively applies DDL due to the race with the tarantool object creation: https://github.com/tarantool/tarantool-python/blob/28310fc4e927c77d3be75e98360bf3b09f72482a/tarantool/connection.py#L1409-L1410 As these two...

I think it should be Topology instead of Tolopogy: https://github.com/tarantool/tarantool-python/blob/master/tarantool/connection_pool.py#L25