ClickHouse/programs/bash-completion/completions
Azat Khuzhin 4c043301e6 Avoid ignoring errors of execute_process() (set COMMAND_ERROR_IS_FATAL=ANY)
This will fix with issues like this [1]:

    Aug 12 09:58:44 '/usr/bin/cmake' '--build' '/build/build_docker/native' '--target' 'pre_compressor'
    Aug 12 09:58:44 sccache: error: Server startup failed: cache storage failed to read: Unexpected (temporary) at stat
    Aug 12 09:58:45 ninja: build stopped: subcommand failed.
    Aug 12 09:58:45 -- Configuring done (77.7s)
    Aug 12 09:58:47 -- Generating done (1.8s)
    Aug 12 09:58:47 -- Build files have been written to: /build/build_docker

So as you can see even if ninja fails it still wrote build files, while
it should fail.

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/64955/0af41e32a5822d25ac3760f1ebb2313557474701/builds/report.html
  [2]: 0af41e32a5/binary_darwin_aarch64/build_log.log

Note, COMMAND_ERROR_IS_FATAL is 3.19+, and the requirement for now is
3.20

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-13 10:35:54 +02:00
..
ch Add bash completion for ch/chl/chc 2023-12-29 12:38:52 +01:00
chc Add bash completion for ch/chl/chc 2023-12-29 12:38:52 +01:00
chl Add bash completion for ch/chl/chc 2023-12-29 12:38:52 +01:00
clickhouse Fix completion of available ClickHouse tools 2024-04-09 15:37:56 +02:00
clickhouse-benchmark Add bash completion support for clickhouse utils 2021-03-19 21:33:01 +03:00
clickhouse-bootstrap Fix bash completion for settings 2024-05-28 18:02:29 +02:00
clickhouse-client Add bash completion support for clickhouse utils 2021-03-19 21:33:01 +03:00
clickhouse-local Add bash completion support for clickhouse utils 2021-03-19 21:33:01 +03:00
CMakeLists.txt Avoid ignoring errors of execute_process() (set COMMAND_ERROR_IS_FATAL=ANY) 2024-08-13 10:35:54 +02:00