This commit is contained in:
Robert Schulze 2022-08-04 18:12:30 +00:00
parent ea73b98fb9
commit 7df30747f3
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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: