We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fab016 commit 7f0ac9bCopy full SHA for 7f0ac9b
.github/workflows/test-integrations-dbs.yml
@@ -53,9 +53,9 @@ jobs:
53
SENTRY_PYTHON_TEST_POSTGRES_HOST: localhost
54
SENTRY_PYTHON_TEST_POSTGRES_USER: postgres
55
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD: sentry
56
- CLICKHOUSE_DATABASE: demo
57
- CLICKHOUSE_USER: demo
58
- CLICKHOUSE_PASSWORD: demo
+ # CLICKHOUSE_DATABASE: demo
+ # CLICKHOUSE_USER: demo
+ # CLICKHOUSE_PASSWORD: demo
59
steps:
60
- uses: actions/[email protected]
61
- uses: actions/setup-python@v5
@@ -68,9 +68,11 @@ jobs:
68
- name: Check Clickhouse Setup
69
run: |
70
set -x
71
+ sleep 5
72
docker ps
73
docker logs clickhouse-test
- curl -i 'http://localhost:8123/' --data-binary 'SELECT 1'
74
+ curl -i 'http://localhost:8123/'
75
+ docker logs clickhouse-test
76
- name: Setup Test Env
77
78
pip install "coverage[toml]" tox
0 commit comments