Skip to content

Commit

Permalink
Fix the failed upgrade of kazoo to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Feb 6, 2024
1 parent 8cc5179 commit 8e7ea9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/test/integration/runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \
&& dockerd --version; docker --version


# kazoo 2.10.0 is broken
# https://s3.amazonaws.com/clickhouse-test-reports/59337/524625a1d2f4cc608a3f1059e3df2c30f353a649/integration_tests__asan__analyzer__[5_6].html
RUN python3 -m pip install --no-cache-dir \
PyMySQL \
aerospike==11.1.0 \
Expand All @@ -79,7 +81,7 @@ RUN python3 -m pip install --no-cache-dir \
grpcio \
grpcio-tools \
kafka-python \
kazoo \
kazoo==2.9.0 \
lz4 \
minio \
nats-py \
Expand Down

0 comments on commit 8e7ea9a

Please sign in to comment.