Fedor Terekhin

Results 9 issues of Fedor Terekhin

Changed 'server' option, so it now can take several URLs. e.g '--server 'URL1 URL2 URL3''.

Increased timeout for docker start from 180s to 600s. Have done it because sometimes 180s is not enough for github macOs runners. E.g [run](https://github.com/tarantool/tt/actions/runs/4796195342/jobs/8533143096), [run](https://github.com/tarantool/tt/actions/runs/4766015954/jobs/8472482111).

I've made a list of 'flaky' tests, using avaliable run logs : | flaky tests | test | error | |-------------|----------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 1 | test_setup | | | 2 |...

After #726 will be closed tests on GitHub will last 30-40 minutes. I suggest to think about splitting integration tests into 2 parts, so tests will last 18-20 minutes.(since other...

code health

Added 'TT_CLI_CFG' environmental variable to specify the path to configuration file. Closes #813

Can not install static build of Tarantool 1.10.xx, using 'tt install' on macOS. Dynamic build works fine. Error: ``` -- Setting OpenSSL root to /usr/local/opt/openssl@3 -- Setting CURL root to...

bug
teamE

When trying to install tarantool-ee using tt iit requests login + password. I suggest that showing characters of password as "*" will be more user-friendly since now I cannot tell...

feature
teamE

AFAIR dynamic building of tarantool requires far more dependencies than static build. As we now support that type of build we need to update dependencies check since it checks for...

teamE

`tt binaries list` prints versions based on `bin_dir` only. It might be confusing while using it to print `tarantool` versions because include files might be missing. I suggest to add...

bug
teamE
2sp