mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Split long running tests [#CLICKHOUSE-2]
This commit is contained in:
parent
a2674d46fd
commit
d372430193
@ -0,0 +1 @@
|
|||||||
|
Still alive
|
8
dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments10.sh
Executable file
8
dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments10.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||||
|
. $CURDIR/../shell_config.sh
|
||||||
|
|
||||||
|
. $CURDIR/00534_long_functions_bad_arguments.lib
|
||||||
|
|
||||||
|
test_variant 'SELECT $_([NULL],[NULL]);'
|
@ -0,0 +1 @@
|
|||||||
|
Still alive
|
8
dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments11.sh
Executable file
8
dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments11.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||||
|
. $CURDIR/../shell_config.sh
|
||||||
|
|
||||||
|
. $CURDIR/00534_long_functions_bad_arguments.lib
|
||||||
|
|
||||||
|
test_variant 'SELECT $_(NULL, NULL, NULL);'
|
@ -0,0 +1 @@
|
|||||||
|
Still alive
|
8
dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments12.sh
Executable file
8
dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments12.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||||
|
. $CURDIR/../shell_config.sh
|
||||||
|
|
||||||
|
. $CURDIR/00534_long_functions_bad_arguments.lib
|
||||||
|
|
||||||
|
test_variant 'SELECT $_([], [], []);'
|
@ -0,0 +1 @@
|
|||||||
|
Still alive
|
8
dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments13.sh
Executable file
8
dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments13.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||||
|
. $CURDIR/../shell_config.sh
|
||||||
|
|
||||||
|
. $CURDIR/00534_long_functions_bad_arguments.lib
|
||||||
|
|
||||||
|
test_variant 'SELECT $_([NULL], [NULL], [NULL]);'
|
@ -1,3 +1 @@
|
|||||||
Still alive
|
Still alive
|
||||||
Still alive
|
|
||||||
Still alive
|
|
||||||
|
@ -6,5 +6,3 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
|||||||
. $CURDIR/00534_long_functions_bad_arguments.lib
|
. $CURDIR/00534_long_functions_bad_arguments.lib
|
||||||
|
|
||||||
test_variant 'SELECT $_(NULL, NULL);'
|
test_variant 'SELECT $_(NULL, NULL);'
|
||||||
test_variant 'SELECT $_([], []);'
|
|
||||||
test_variant 'SELECT $_([NULL],[NULL]);'
|
|
||||||
|
@ -1,3 +1 @@
|
|||||||
Still alive
|
Still alive
|
||||||
Still alive
|
|
||||||
Still alive
|
|
||||||
|
@ -5,6 +5,4 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
|||||||
|
|
||||||
. $CURDIR/00534_long_functions_bad_arguments.lib
|
. $CURDIR/00534_long_functions_bad_arguments.lib
|
||||||
|
|
||||||
test_variant 'SELECT $_(NULL, NULL, NULL);'
|
test_variant 'SELECT $_([], []);'
|
||||||
test_variant 'SELECT $_([], [], []);'
|
|
||||||
test_variant 'SELECT $_([NULL], [NULL], [NULL]);'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user