mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Typos
This commit is contained in:
parent
ea73b98fb9
commit
7df30747f3
@ -31,6 +31,7 @@ sudo -H pip install \
|
||||
kafka-python \
|
||||
kazoo \
|
||||
minio \
|
||||
lz4 \
|
||||
protobuf \
|
||||
psycopg2-binary \
|
||||
pymongo \
|
||||
@ -147,7 +148,7 @@ will automagically detect the types of variables and only the small diff of two
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
If tests failing for misterious reasons, this may help:
|
||||
If tests failing for mysterious reasons, this may help:
|
||||
|
||||
```
|
||||
sudo service docker stop
|
||||
|
@ -345,7 +345,7 @@ if __name__ == "__main__":
|
||||
f"docker volume create {VOLUME_NAME}_volume", shell=True
|
||||
)
|
||||
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
|
||||
# randomizer, we should remove it after Sep 2022
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user