Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix E2E test #18

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/integrationTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,8 @@ jobs:
run: |
PYTHONPATH=. python3 ./tests/IntegrationTests/test_shipping.py &
echo $! > script_pid.txt
- name: Wait 30s
run: sleep 30
- name: Kill api fetcher
run: |
kill -9 $(cat script_pid.txt)
rm script_pid.txt
- name: Wait 1m, to allow logs to get processed and indexed in logzio
run: sleep 60
- name: Wait, to allow logs to get processed and indexed in logzio
run: sleep 120
- name: Check Logzio for logs
env:
LOGZIO_API_TOKEN: ${{ secrets.LOGZIO_API_TOKEN }}
Expand Down