-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't working
Description
If something goes wrong after the detached start of the instance, cartridge start will show the status OK anyway.
Cartridge-cli version 2.12.2
Steps to reproduce:
- cartridge start -d
- cartridge stop
- do smth and start some of the instances:
cartridge start srv-1 -d
• cartridge.srv-1... OK
cartridge enter srv-1
⨯ Instance srv-1 is not running
Try to start again:
cartridge start srv-1
cartridge.srv-1 | 2023-01-11 15:27:34.395 [87760] main/108/lua F> can't initialize Tarantool: Some error.
• cartridge.srv-1... EXITED
⨯ cartridge.srv-1: Process exited: Exited unsuccessfully: exit status 1
⨯ All instances exited
I propose to wait after the start and check the status before printing it (or add smth like --wait-started).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working