You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
~/cache/cache_admin --start
|
|
session_id=$(~/cache/cache_admin -g | awk '{print $NF}')
|
|
export SESSION_ID=${session_id}
|
|
pytest dataset/test_cache_nomap.py::test_cache_nomap_server_stop &
|
|
pid=("$!")
|
|
|
|
sleep 2
|
|
~/cache/cache_admin --stop
|
|
sleep 1
|
|
wait ${pid}
|