Andrey Saranchin

Results 45 issues of Andrey Saranchin

As we will introduce [limit of iteration in box](https://github.com/tarantool/tarantool/pull/6876), `box_iterator_next()` will fail if fiber slice is exceeded. On the other hand, a lower level method `iterator_next()` will not check fiber...

feature
teamL

This patchset adds helpers, needed for pagination, new options after and fetch_pos for select (select_ffi only, LuaC will be patched in vinyl pagination patchset), and pagination to memtx tree. All...

We have a separate request type `IPROTO_CALL_16` to call functions in a way compatible with Tarantool 1.6. It uses a slightly different protocol (`IPROTO_DATA` is `MP_ARRAY` of tuples, each tuple...

feature

Current func_adapter implementation has several drawbacks. Firstly, the interface has 21 virtual method (except for virtual destructor) which means you need to implement all these methods if you need a...

The patch makes Tarantool persist gc consumers of replicas. Also, the patch deprecates option `wal_cleanup_delay` because it was a workaround for a problem solved by this patch. Closes #10154

full-ci

The patch fixes two crashes on upgrading nullability of field. The first case is upgrading nullability of an indexed field. Here we simply check if no indexed fields are changed...

do not merge

I build Tarantool with the following commands: ```sh mkdir build && cd build cmake .. make -j ``` It works fine. However, after few rebases (for example, an interactive rebase...

build

The test `app-luatest/http_client_test.lua` is restarted for 2-3 times almost every CI run as far as I see. Also, it is restarted after being killed by timeout, which is, for example,...

flaky test

In scope of #9743 we wrote the test that checks if all Tarantool triggers throw an error or log it with error level when the trigger handler fails. However, when...

code health
test