path: odyssey_1.5.1~rc3-1/test/functional/tests/reload-show-clients/runner.sh
# there must be exactly one watchdog coroutine after config reload(s)
# function od_storage_watchdog_watch is defined in storage.c
if [ $(gdb -q --pid $(pidof odyssey) --batch -ex 'source /gdb.py' -ex 'info mmcoros' | grep -c 'od_storage_watchdog_watch') -ne 1 ]
then
    echo "!!! expected only one lag polling coro after reloads !!!"
