Skip to content

Run Jaffle shop tests #46

Run Jaffle shop tests

Run Jaffle shop tests #46

Manually triggered January 25, 2024 11:43
Status Failure
Total duration 9m 54s
Artifacts

jaffle_shop.yml

on: workflow_dispatch
jaffle-shop-v1  /  tests
52s
jaffle-shop-v1 / tests
jaffle-shop-v2  /  tests
9m 44s
jaffle-shop-v2 / tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
jaffle-shop-v1 / tests
Command failed: /home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/bin/python /home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/scripts/stop_all.py Traceback (most recent call last): File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/scripts/stop_all.py", line 39, in <module> environ["FIREBOLT_USER"], environ["FIREBOLT_PASSWORD"]), user=None, *** File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/firebolt/service/manager.py", line 59, in __init__ self.account_id = self.client.account_id File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/firebolt/client/client.py", line 97, in account_id return self.get(url=ACCOUNT_URL).json()["account"]["id"] File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/httpx/_client.py", line 1050, in get extensions=extensions, File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/httpx/_client.py", line 814, in request return self.send(request, auth=auth, follow_redirects=follow_redirects) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/httpx/_client.py", line 905, in send history=[], File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/httpx/_client.py", line 932, in _send_handling_auth history=history, File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/firebolt/client/client.py", line 103, in _send_handling_redirects self._merge_auth_request(request), *args, **kwargs File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/httpx/_client.py", line 986, in _send_handling_redirects raise exc File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/httpx/_client.py", line 969, in _send_handling_redirects hook(response) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/firebolt/client/resource_manager_hooks.py", line 77, in raise_on_4xx_5xx raise exc File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/firebolt/client/resource_manager_hooks.py", line 57, in raise_on_4xx_5xx response.raise_for_status() File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/httpx/_models.py", line 749, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Client error '400 Bad Request' for url 'https://api.staging.firebolt.io/auth/v1/login' For more information check: https://httpstatuses.com/400
jaffle-shop-v1 / tests
Traceback (most recent call last): File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/scripts/start_database.py", line 11, in <module> environ["FIREBOLT_USER"], environ["FIREBOLT_PASSWORD"]), user=None, *** File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/firebolt/service/manager.py", line 59, in __init__ self.account_id = self.client.account_id File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/firebolt/client/client.py", line 97, in account_id return self.get(url=ACCOUNT_URL).json()["account"]["id"] File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/httpx/_client.py", line 1050, in get extensions=extensions, File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/httpx/_client.py", line 814, in request return self.send(request, auth=auth, follow_redirects=follow_redirects) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/httpx/_client.py", line 905, in send history=[], File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/httpx/_client.py", line 932, in _send_handling_auth history=history, File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/firebolt/client/client.py", line 103, in _send_handling_redirects self._merge_auth_request(request), *args, **kwargs File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/httpx/_client.py", line 986, in _send_handling_redirects raise exc File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/httpx/_client.py", line 969, in _send_handling_redirects hook(response) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/firebolt/client/resource_manager_hooks.py", line 77, in raise_on_4xx_5xx raise exc File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/firebolt/client/resource_manager_hooks.py", line 57, in raise_on_4xx_5xx response.raise_for_status() File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v1/.venv/lib/python3.7/site-packages/httpx/_models.py", line 749, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Client error '400 Bad Request' for url 'https://api.staging.firebolt.io/auth/v1/login' For more information check: https://httpstatuses.com/400
jaffle-shop-v1 / tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
jaffle-shop-v2 / tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/