We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8d6e3 commit d2ec542Copy full SHA for d2ec542
ci/jobs/scripts/clickhouse_proc.py
@@ -1039,8 +1039,10 @@ def set_random_timezone():
1039
# FIXME: the start_time must be preserved globally in ENV or something like that
1040
# to get the same values in different DBs
1041
# As a wild idea, it could be stored in a Info.check_start_timestamp
1042
+ exit(0) # Note (strtgbb): We don't use log exports
1043
res = ch.start_log_exports(check_start_time=Utils.timestamp())
1044
elif command == "logs_export_stop":
1045
1046
res = ch.stop_log_exports()
1047
elif command == "start_minio":
1048
param = sys.argv[2]
0 commit comments