diff --git a/examples/consumer/getnext/check_linux.sh b/examples/consumer/getnext/check_linux.sh index de35146bc9043253c505d662eb2ff718334c086a..049a9c4c9fa9e242990937d1759924b1936400c5 100644 --- a/examples/consumer/getnext/check_linux.sh +++ b/examples/consumer/getnext/check_linux.sh @@ -15,12 +15,14 @@ Cleanup() { nomad stop nginx nomad run nginx_kill.nmd && nomad stop -yes -purge nginx_kill nomad stop discovery + nomad stop authorizer nomad stop broker echo "db.dropDatabase()" | mongo ${database_name} } nomad run nginx.nmd nomad run discovery.nmd +nomad run authorizer.nmd nomad run broker.nmd for i in `seq 1 3`; diff --git a/examples/consumer/getnext_python/check_linux.sh b/examples/consumer/getnext_python/check_linux.sh index 5a6d59b020cff2031344a6eec4bae8500b79a7c6..2ac44afddabac4641741cbb6214294b0500eff2b 100644 --- a/examples/consumer/getnext_python/check_linux.sh +++ b/examples/consumer/getnext_python/check_linux.sh @@ -15,12 +15,14 @@ Cleanup() { nomad stop nginx nomad run nginx_kill.nmd && nomad stop -yes -purge nginx_kill nomad stop discovery + nomad stop authorizer nomad stop broker echo "db.dropDatabase()" | mongo ${database_name} } nomad run nginx.nmd nomad run discovery.nmd +nomad run authorizer.nmd nomad run broker.nmd for i in `seq 1 3`; diff --git a/tests/automatic/consumer/consumer_api/check_linux.sh b/tests/automatic/consumer/consumer_api/check_linux.sh index cadb649386551d51fd09d28b5675be91fb308004..f674a67ed37f4b94c8428100c51d165cd30254fb 100644 --- a/tests/automatic/consumer/consumer_api/check_linux.sh +++ b/tests/automatic/consumer/consumer_api/check_linux.sh @@ -14,6 +14,7 @@ Cleanup() { nomad stop nginx nomad run nginx_kill.nmd && nomad stop -yes -purge nginx_kill nomad stop discovery + nomad stop authorizer nomad stop broker echo "db.dropDatabase()" | mongo ${database_name} rm -f 1_1 1 @@ -22,6 +23,7 @@ Cleanup() { nomad run nginx.nmd nomad run discovery.nmd +nomad run authorizer.nmd nomad run broker.nmd sleep 1 diff --git a/tests/automatic/consumer/next_multithread_broker/check_linux.sh b/tests/automatic/consumer/next_multithread_broker/check_linux.sh index d494ef54ad5d21a8bf0c3d1db1b11917f2a37916..7da3c8b69223aa8d239bc56fb72f6a63488ab0e6 100644 --- a/tests/automatic/consumer/next_multithread_broker/check_linux.sh +++ b/tests/automatic/consumer/next_multithread_broker/check_linux.sh @@ -12,6 +12,7 @@ Cleanup() { nomad stop nginx nomad run nginx_kill.nmd && nomad stop -yes -purge nginx_kill nomad stop discovery + nomad stop authorizer nomad stop broker echo "db.dropDatabase()" | mongo ${database_name} } @@ -19,6 +20,7 @@ Cleanup() { nomad run nginx.nmd nomad run discovery.nmd +nomad run authorizer.nmd nomad run broker.nmd sleep 1