Skip to content

Commit ab75bd6

Browse files
committed
Fix auth in clickhouse server running in test suite
1 parent 48ebd73 commit ab75bd6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/test-integrations-dbs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
python-version: ${{ matrix.python-version }}
6161
allow-prereleases: true
6262
- uses: getsentry/[email protected]
63+
with:
64+
docker-run-options: >-
65+
-e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=0
6366
- name: Setup Test Env
6467
run: |
6568
pip install "coverage[toml]" tox
@@ -155,6 +158,9 @@ jobs:
155158
python-version: ${{ matrix.python-version }}
156159
allow-prereleases: true
157160
- uses: getsentry/[email protected]
161+
with:
162+
docker-run-options: >-
163+
-e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=0
158164
- name: Setup Test Env
159165
run: |
160166
pip install "coverage[toml]" tox

scripts/split_tox_gh_actions/templates/test_group.jinja

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
allow-prereleases: true
5353
{% if needs_clickhouse %}
5454
- uses: getsentry/[email protected]
55+
with:
56+
docker-run-options: >-
57+
-e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=0
5558
{% endif %}
5659

5760
{% if needs_redis %}

0 commit comments

Comments
 (0)