Maksim Tiushev

Results 15 comments of Maksim Tiushev

I tried setting different values ​​for `FIBER_STACK_SIZE` and found that it was possible to catch absolutely any `ASAN` error. For example (`FIBER_STACK_SIZE=600Kb`): ``` Address 0x7ff667829240 is a wild pointer inside...

After discussion, it was decided to split the use of ASAN into two scenarios: - LuaJIT using sysmalloc: `-DLUAJIT_USE_ASAN=ON` - LuaJIT using the internal memory allocator: `-DLUAJIT_USE_ASAN_HARDENING=ON` This patch should...

Thanks for the patch! Very cool, I think this will be really useful.

Examples: ## Case 1: OK ``` INSTANCE STATUS PID MODE app2:storage-002-b RUNNING 12556 RO app2:router-001-a RUNNING 12560 RW app2:storage-001-a RUNNING 12567 RO app2:storage-001-b RUNNING 12554 RO app2:storage-002-a RUNNING 12555 RW...

The command is now called `tt replicaset upgrade [ | ] [flags]` (*No tests yet*). The command works similarly to `tt replicaset status [..args..]`, collecting information about replicasets using the...

> Please, rebase on the latest commit in the master branch. Rebased.

It was found that sometimes the replicaset name might not reach tt for some reason. I simplified the check in the test so that the test wouldn't be flaky. For...