File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -688,16 +688,17 @@ def run_fast_test(self, test=""):
688
688
return exit_code == 0
689
689
690
690
def terminate (self ):
691
- if self .minio_proc :
692
- # remove the webhook so it doesn't spam with errors once we stop ClickHouse
693
- Shell .check (
694
- "/mc admin config reset clickminio logger_webhook:ch_server_webhook" ,
695
- verbose = True ,
696
- )
697
- Shell .check (
698
- "/mc admin config reset clickminio audit_webhook:ch_audit_webhook" ,
699
- verbose = True ,
700
- )
691
+ # NOTE (strtgbb): Log tables are disabled, we don't use them
692
+ # if self.minio_proc:
693
+ # # remove the webhook so it doesn't spam with errors once we stop ClickHouse
694
+ # Shell.check(
695
+ # "/mc admin config reset clickminio logger_webhook:ch_server_webhook",
696
+ # verbose=True,
697
+ # )
698
+ # Shell.check(
699
+ # "/mc admin config reset clickminio audit_webhook:ch_audit_webhook",
700
+ # verbose=True,
701
+ # )
701
702
702
703
self ._flush_system_logs ()
703
704
print ("Terminate ClickHouse processes" )
You can’t perform that action at this time.
0 commit comments