mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added test #2813
This commit is contained in:
parent
e99a24c12c
commit
1082619320
@ -0,0 +1 @@
|
||||
108
|
9
dbms/tests/queries/0_stateless/00686_client_exit_code.sh
Executable file
9
dbms/tests/queries/0_stateless/00686_client_exit_code.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
. $CURDIR/../shell_config.sh
|
||||
|
||||
. $CURDIR/mergetree_mutations.lib
|
||||
|
||||
echo "INSERT INTO test.test FORMAT CSV" | ${CLICKHOUSE_CLIENT} -n 2>/dev/null
|
||||
echo $?
|
Loading…
Reference in New Issue
Block a user