Skip to content

Commit

Permalink
feat: Smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jan 24, 2024
1 parent 6f3c5a8 commit 483996c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Add all xatu-sentry containers to the xatu network
run: |
for container in $(docker ps --filter name=xatu-sentry --format "{{.Names}}"); do docker network connect xatu_xatu-net $container; done
for container in $(docker ps --filter name=xatu-sentry --format "{{.Names}}"); do docker network connect xatu_xatu-net $container; echo $container; done
- name: Verify Clickhouse has data from all sentries
timeout-minutes: 10
run: |
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
else
echo "$table table data count for $sentry is $data_count."
print_logs xatu-sentry
print_logs $sentry
sleep 5
fi
Expand Down

0 comments on commit 483996c

Please sign in to comment.