mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add redundant test for Yandex banner system
This commit is contained in:
parent
897d51b6e7
commit
37a17752e8
@ -0,0 +1 @@
|
||||
2
|
1
tests/queries/0_stateless/01655_agg_if_nullable.sql
Normal file
1
tests/queries/0_stateless/01655_agg_if_nullable.sql
Normal file
@ -0,0 +1 @@
|
||||
SELECT sumIf(toNullable(1), 1) FROM remote('127.0.0.{1,2}', system.one);
|
@ -186,3 +186,4 @@
|
||||
01644_distributed_async_insert_fsync_smoke
|
||||
01552_impl_aggfunc_cloneresize
|
||||
01651_bugs_from_15889
|
||||
01655_agg_if_nullable
|
||||
|
Loading…
Reference in New Issue
Block a user