Alexey Romanov
Alexey Romanov
# Bug reports I'm trying to insert multi-line code snippet, e.g: ```lua res = {} for i=1,5 do table.insert(res, 1) end ``` and i get this: ```lua end ``` but...
See: * https://github.com/tarantool/cartridge-cli/blob/master/cli/pack/tmpfiles_dir.go#L15 * https://github.com/tarantool/cartridge-cli/blob/master/cli/project/dockerfiles.go#L190 * https://github.com/tarantool/cartridge-cli/blob/master/cli/pack/systemd_dir.go#L146
See error here: https://github.com/tarantool/cartridge-cli/runs/2902949154?check_suite_focus=true
Now, if you build a project via ``cartridge build``, and then build it with other rocks (for example, changing their version), then they will be duplicated. We can add the...
Now, in the ``cartridge replicasets`` command we have no way of knowing whether vshard is bootstrapped. If I have to check if vshard is bootstrapped, I need to type command...
[Now](https://github.com/tarantool/cartridge-cli/pull/629/commits) we are getting Tarantool 2.10.0-beta into CI manually. We need to change this in CI when https://github.com/tarantool/setup-tarantool/issues/19 is fixed.
Now the dependencies (e.g. catrtridge) are downloaded again for each group of tests. We can avoid this by caching them
Trying to ``./deps.sh`` on ARM: ``` Installing http://rocks.tarantool.org/luatest-0.5.4-1.all.rock luatest 0.5.4-1 is now installed in /mnt/mmc-SD64G_0x016e52ea-part1/crud/.rocks (license: MIT) Installing http://rocks.tarantool.org/luacheck-0.25.0-1.rockspec Cloning into 'luacheck'... remote: Enumerating objects: 6143, done. remote: Total 6143...