Alexander Tulchinskiy

Results 6 issues of Alexander Tulchinskiy

As example, https://github.com/tarantool/go-tarantool/actions/runs/7211100367/job/19645734612, job `Run regression tests with disabled SSL`: ``` --- FAIL: TestGracefulShutdown (0.00s) shutdown_test.go:130: Could not check the Tarantool version: fork/exec /home/runner/work/go-tarantool/go-tarantool/tarantool-enterprise/tarantool: bad file descriptor ```

bug
good first issue
1sp
flaky test
teamE

From time to time CI is unable to install Tarantool on MacOS. As example, https://github.com/tarantool/go-tarantool/actions/runs/6889485751/job/18740568850 Log of the `Install Tarantool` task: ``` Run cd "${T_TARDIR}" cd "${T_TARDIR}" make install shell:...

bug
good first issue
1sp
flaky test
build issue
teamE

If some of the utubes for tasks at the start of the queue were busy most of the time, `take` would slow down for every other task. This problem is...

In case of a transaction conflict for 'vinyl' we need to retry an entire transaction. Part of #230

This issue will become relevant after merging this PR: https://github.com/tarantool/queue/pull/229 Right now new `STORAGE_MODE_UTUBE_READY_SPACE` storage mode for `utube` and `utubettl` implemented only for `memtx` engine. With `vinyl` there is a...

feature
2sp

`kick` method is used to unbury several tasks in the tube. After analyzing this method for drivers `fifo`, `fifottl`, `utube`, `utubettl`, I came to the conclusion, that it still possible...

bug
2sp