v.22.4Improvement
Remove --testmode option from clickhouse-client and enable unconditionally
Remove --testmode option for clickhouse-client, enable it unconditionally. #35354 (Kseniia Sumarokova).Why it matters
This change simplifies the usage ofclickhouse-client by always enabling test mode, eliminating the need for users to specify the --testmode option explicitly. It ensures consistent behavior across all client executions and reduces user configuration errors.How to use it
Users do not need to enable anything manually; test mode is now active automatically wheneverclickhouse-client is used.