Skip to content

Commit

Permalink
ci fix: add logging for mqtt in csms
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 25, 2024
1 parent 8354c80 commit 5001b70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions e2e_tests/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ stop_docker_compose_for_maeve_csms() {

# Function to check health endpoint
check_health_endpoint() {
docker-compose down lb
docker-compose up lb -d
docker-compose logs mqtt
HEALTH_ENDPOINT="http://localhost:9410/health"
echo "$(date +"%Y-%m-%d %H:%M:%S"):Waiting for the health endpoint to become available..."
while true; do
Expand Down

0 comments on commit 5001b70

Please sign in to comment.