mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
97f2a2213e
* Move some code outside dbms/src folder * Fix paths
33 lines
1.0 KiB
XML
33 lines
1.0 KiB
XML
<test>
|
|
|
|
<tags>
|
|
<tag>string</tag>
|
|
</tags>
|
|
|
|
<preconditions>
|
|
<table_exists>hashfile</table_exists>
|
|
</preconditions>
|
|
|
|
|
|
<stop_conditions>
|
|
<all_of>
|
|
<iterations>5</iterations>
|
|
<min_time_not_changing_for_ms>10000</min_time_not_changing_for_ms>
|
|
</all_of>
|
|
<any_of>
|
|
<iterations>50</iterations>
|
|
<total_time_ms>60000</total_time_ms>
|
|
</any_of>
|
|
</stop_conditions>
|
|
|
|
|
|
<query><![CDATA[SELECT max(length(MobilePhoneModel)) FROM hashfile]]></query>
|
|
<query><![CDATA[SELECT max(length(Params)) FROM hashfile]]></query>
|
|
<query><![CDATA[SELECT max(length(Title)) FROM hashfile]]></query>
|
|
<query><![CDATA[SELECT max(length(URLDomain)) FROM hashfile]]></query>
|
|
<query><![CDATA[SELECT max(length(PageCharset)) FROM hashfile]]></query>
|
|
<query><![CDATA[SELECT max(length(Referer)) FROM hashfile]]></query>
|
|
<query><![CDATA[SELECT max(length(URL)) FROM hashfile]]></query>
|
|
<query><![CDATA[SELECT max(length(UTMSource)) FROM hashfile]]></query>
|
|
</test>
|