1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

feat(mcs): add -v option to enable logging to console

refactor(ci): switch S3 uploading to AWS CLI for logging S3 link

docs: update README with to reflect changes in Drone pipeline

feat(env): add activate script for portable Python

fix(logging): log RequestException response body
This commit is contained in:
Alexander Presnyakov
2025-03-12 17:26:20 +00:00
parent a329f4d428
commit de7a4a2d7e
13 changed files with 133 additions and 23 deletions

View File

@@ -79,7 +79,7 @@ class BaseDispatcher:
del proc
result = (True, output)
else:
logging.debug('Waiting command to finish.')
logging.debug('Waiting for command to finish.')
stdout_str, _ = proc.communicate()
returncode = proc.wait()
if stdout_str is not None: