ClickHouse/dbms/tests/queries/0_stateless/00747_contributors.sql
proller c35c979285 CLICKHOUSE-4085 system.contributors (#3452)
* CLICKHOUSE-4085 system.contributors

* fi

* Fix random
2018-10-26 20:43:50 +03:00

3 lines
223 B
SQL

-- Normally table should contain 250+ contributors. But when fast git clone used (--depth=X) (Travis build) table will contain only <=X contributors
SELECT if ((SELECT count(*) FROM system.contributors) > 1, 'ok', 'fail');