Satbek Turganbayev

Results 10 issues of Satbek Turganbayev

I can check that actual includes all items from expected via ``assert_items_include``, but i can't check that actual does not include items from expected.

feature

I had cartridge app and wanted to switch to ``tt`` instead of ``cartridge``. I ran ``tt build``, it had built, but removed my ``doc`` dir.

teamE
1sp

При отсутствии в приложении файлов файлов `init.lua`и `instances.yml` `tt pack` возвращает ошибку ⨯ error collect applications info: there are no apps found in instance_enabled directory В tarantool 3 файлы init.lua,...

feature
teamE
5sp

#### **Description:** The `Server.types` field is not thread-safe. It is used within `context.value`: - [[Server.types initialization](https://github.com/jeroenrinzema/psql-wire/blob/b09530344a5423b1c49313e30ef1ad8cb89131db/wire.go#L37)](https://github.com/jeroenrinzema/psql-wire/blob/b09530344a5423b1c49313e30ef1ad8cb89131db/wire.go#L37) - [Context usage of `Server.types`](https://github.com/jeroenrinzema/psql-wire/blob/b09530344a5423b1c49313e30ef1ad8cb89131db/wire.go#L125) This field can be accessed concurrently by multiple goroutines....

Currently, the tt create command requires users to run `tt init` beforehand to create custom template. The proposed feature allows `tt create` to function without needing prior `tt init`. **Current...

feature
teamE
2sp

**Bug description** When we use vshard on Tarantool 3, and one storage in unreachable, router starts spamming "Connection refused" messages with quite big rate (6 messages per second on my...

bug
netbox
3.2

What has been done? Why? What problem is being solved? I didn't forget about - [ ] Tests - [ ] Changelog - [ ] Documentation Close #???

It is currently difficult to evaluate the efficiency of tuple_cache and whether increasing it makes sense. Let's add some new metrics for vinyl cache: - eviction count (index:stat().cache.evict) - cache...

If there is no `zip` in system `tt pack` fails with error `Error: Failed packing *.rock`. It's very hard to detect why rock is not packing. This was fixed in...

In version 3.0, the cluster topology is defined in the configuration, so instead of using tt.yaml or running tt replicaset upgrade user:pass@addr:port for each replicaset, the user can simply run...