tarantool / tt

Command-line utility to manage Tarantool applications
Other
101 stars 12 forks source link

reduce requirements for stop/kill/clean/logrotate #979

Open elhimov opened 1 month ago

elhimov commented 1 month ago

For multi-instance applications no need to have instances scripts. For tarantool3-based applications no need to have cluster config.

Closes #880

oleg-jukovec commented 1 month ago

Please, rebase to the master branch & fix tests.

elhimov commented 1 week ago
  1. Please, can you add more information into a commit test: improve test coverage message with info about what was done or maybe split it on the several?

Sure, I'll add details.

  1. Is it possible to add an integration test on the fix for reduce requirements for stop/kill/clean/logrotate?

Well, in fact the requested tests are already added as a part of the previous "test" commit (within this PR). I used this approach to be able to see the FAILED-to-PASSED transition of these tests in a more convenient way while implementing the desired functionality. OK, I'll rearrange tests to put new-functionality-tests into the "functionality" commit.