forked from dork/tarantool-java
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Labels
bug
Something isn't working
Comments
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
Sometimes, we face the tests being stuck because of a race while Tarantool is stopping.
It's possible to call
tarantoolctl stop
followed bytarantoolctl status
and receivestopped
meanwhile the process is still alive. It leads the test to start the instance again and getER_ALREADY_RUNNING
.The text was updated successfully, but these errors were encountered: