Skip to content

Unstable tests behaviour when starting/stopping Tarantool instances #164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nicktorwald opened this issue Apr 17, 2019 · 0 comments · Fixed by #165
Closed

Unstable tests behaviour when starting/stopping Tarantool instances #164

nicktorwald opened this issue Apr 17, 2019 · 0 comments · Fixed by #165
Labels
bug Something isn't working

Comments

@nicktorwald
Copy link

Sometimes, we face the tests being stuck because of a race while Tarantool is stopping.
It's possible to call tarantoolctl stop followed by tarantoolctl status and receive stopped meanwhile the process is still alive. It leads the test to start the instance again and get ER_ALREADY_RUNNING.

@nicktorwald nicktorwald changed the title Unstable test behaviour when start/stop Tarantool intances Unstable tests behaviour when starting/stopping Tarantool intances Apr 17, 2019
@nicktorwald nicktorwald added the bug Something isn't working label Apr 17, 2019
@nicktorwald nicktorwald changed the title Unstable tests behaviour when starting/stopping Tarantool intances Unstable tests behaviour when starting/stopping Tarantool instances Apr 17, 2019
nicktorwald added a commit to nicktorwald/tarantool-java that referenced this issue Apr 17, 2019
Add await-versions of start/stop commands for TarantoolControl class.
Improve the waiting process with an extra monitoring PID of a running
Tarantool-instance using terminal ps-command.

Fixes: tarantool#164
nicktorwald added a commit to nicktorwald/tarantool-java that referenced this issue Apr 17, 2019
Add await-versions of start/stop commands for TarantoolControl class.
Improve the waiting process with an extra monitoring PID of a running
Tarantool-instance using terminal ps-command.

Fixes: tarantool#164
nicktorwald added a commit to nicktorwald/tarantool-java that referenced this issue Apr 17, 2019
Add await-versions of start/stop commands for TarantoolControl class.
Improve the waiting process with an extra monitoring PID of a running
Tarantool-instance using terminal ps-command.

Fixes: tarantool#164
nicktorwald added a commit to nicktorwald/tarantool-java that referenced this issue Apr 17, 2019
Add await-versions of start/stop commands for TarantoolControl class.
Improve the waiting process with an extra monitoring PID of a running
Tarantool-instance using terminal ps-command.

Fixes: tarantool#164
nicktorwald added a commit that referenced this issue Apr 19, 2019
Add await-versions of start/stop commands for TarantoolControl class.
Improve the waiting process with an extra monitoring PID of a running
Tarantool-instance using terminal ps-command.

Fixes: #164
nicktorwald added a commit that referenced this issue Apr 19, 2019
Add await-versions of start/stop commands for TarantoolControl class.
Improve the waiting process with an extra monitoring PID of a running
Tarantool-instance using terminal ps-command.

Fixes: #164
nicktorwald added a commit that referenced this issue Apr 19, 2019
Add await-versions of start/stop commands for TarantoolControl class.
Improve the waiting process with an extra monitoring PID of a running
Tarantool-instance using terminal ps-command.

Fixes: #164
nicktorwald added a commit that referenced this issue Apr 20, 2019
Add await-versions of start/stop commands for TarantoolControl class.
Improve the waiting process with an extra monitoring PID of a running
Tarantool-instance using terminal kill -0 command

Fixes: #164
nicktorwald added a commit that referenced this issue Apr 20, 2019
Add await-versions of start/stop commands for TarantoolControl class.
Improve the waiting process with an extra monitoring PID of a running
Tarantool-instance using terminal kill -0 command

Fixes: #164
Totktonada pushed a commit that referenced this issue Apr 20, 2019
Add await-versions of start/stop commands for TarantoolControl class.
Improve the waiting process with an extra monitoring PID of a running
Tarantool-instance using terminal kill -0 command

Fixes: #164
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant