mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Typos
This commit is contained in:
parent
ea73b98fb9
commit
7df30747f3
@ -31,6 +31,7 @@ sudo -H pip install \
|
|||||||
kafka-python \
|
kafka-python \
|
||||||
kazoo \
|
kazoo \
|
||||||
minio \
|
minio \
|
||||||
|
lz4 \
|
||||||
protobuf \
|
protobuf \
|
||||||
psycopg2-binary \
|
psycopg2-binary \
|
||||||
pymongo \
|
pymongo \
|
||||||
@ -147,7 +148,7 @@ will automagically detect the types of variables and only the small diff of two
|
|||||||
|
|
||||||
### Troubleshooting
|
### Troubleshooting
|
||||||
|
|
||||||
If tests failing for misterious reasons, this may help:
|
If tests failing for mysterious reasons, this may help:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo service docker stop
|
sudo service docker stop
|
||||||
|
@ -345,7 +345,7 @@ if __name__ == "__main__":
|
|||||||
f"docker volume create {VOLUME_NAME}_volume", shell=True
|
f"docker volume create {VOLUME_NAME}_volume", shell=True
|
||||||
)
|
)
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
print("Volume creationg failed, probably it already exists, exception", ex)
|
print("Volume creation failed, probably it already exists, exception", ex)
|
||||||
# TODO: this part cleans out stale volumes produced by container name
|
# TODO: this part cleans out stale volumes produced by container name
|
||||||
# randomizer, we should remove it after Sep 2022
|
# randomizer, we should remove it after Sep 2022
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user