Skip to content
Snippets Groups Projects
Commit ca2322cc authored by Peter Cai's avatar Peter Cai
Browse files

experiments: Make sure memcached is killed properly

parent 7927d8b7
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,9 @@ cleanup_mutilate() {
cleanup_memcached() {
echo "Killing memcached process"
kill -INT $MEMCACHED_PID
kill -INT $MEMCACHED_PID || true
sleep 2
kill $MEMCACHED_PID || true
}
start_memcached() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment