diff --git a/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments10.reference b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments10.reference new file mode 100644 index 00000000000..7193c3d3f3d --- /dev/null +++ b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments10.reference @@ -0,0 +1 @@ +Still alive diff --git a/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments10.sh b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments10.sh new file mode 100755 index 00000000000..83e6718e8fb --- /dev/null +++ b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments10.sh @@ -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]);' diff --git a/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments11.reference b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments11.reference new file mode 100644 index 00000000000..7193c3d3f3d --- /dev/null +++ b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments11.reference @@ -0,0 +1 @@ +Still alive diff --git a/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments11.sh b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments11.sh new file mode 100755 index 00000000000..9f18e07dfe7 --- /dev/null +++ b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments11.sh @@ -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);' diff --git a/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments12.reference b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments12.reference new file mode 100644 index 00000000000..7193c3d3f3d --- /dev/null +++ b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments12.reference @@ -0,0 +1 @@ +Still alive diff --git a/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments12.sh b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments12.sh new file mode 100755 index 00000000000..e480ad631fe --- /dev/null +++ b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments12.sh @@ -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 $_([], [], []);' diff --git a/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments13.reference b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments13.reference new file mode 100644 index 00000000000..7193c3d3f3d --- /dev/null +++ b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments13.reference @@ -0,0 +1 @@ +Still alive diff --git a/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments13.sh b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments13.sh new file mode 100755 index 00000000000..c92851a6cfd --- /dev/null +++ b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments13.sh @@ -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]);' diff --git a/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments8.reference b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments8.reference index 0d72c2d7fe0..7193c3d3f3d 100644 --- a/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments8.reference +++ b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments8.reference @@ -1,3 +1 @@ Still alive -Still alive -Still alive diff --git a/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments8.sh b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments8.sh index f884a926c3b..28f2d55b47a 100755 --- a/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments8.sh +++ b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments8.sh @@ -6,5 +6,3 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) . $CURDIR/00534_long_functions_bad_arguments.lib test_variant 'SELECT $_(NULL, NULL);' -test_variant 'SELECT $_([], []);' -test_variant 'SELECT $_([NULL],[NULL]);' diff --git a/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments9.reference b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments9.reference index 0d72c2d7fe0..7193c3d3f3d 100644 --- a/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments9.reference +++ b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments9.reference @@ -1,3 +1 @@ Still alive -Still alive -Still alive diff --git a/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments9.sh b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments9.sh index bc1ceda33fa..a22f399bfac 100755 --- a/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments9.sh +++ b/dbms/tests/queries/0_stateless/00534_long_functions_bad_arguments9.sh @@ -5,6 +5,4 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) . $CURDIR/00534_long_functions_bad_arguments.lib -test_variant 'SELECT $_(NULL, NULL, NULL);' -test_variant 'SELECT $_([], [], []);' -test_variant 'SELECT $_([NULL], [NULL], [NULL]);' +test_variant 'SELECT $_([], []);'