mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
Fix error in a test
This commit is contained in:
parent
6a61786959
commit
3715c7f461
@ -24,4 +24,4 @@ ${CLICKHOUSE_CLIENT} -q "system flush logs"
|
||||
|
||||
# Here for mutation all values are 0, cause mutation is executed async.
|
||||
# It's pretty hard to write a test with total counter.
|
||||
${CLICKHOUSE_CLIENT} -q "select ProfileEvents['SelectedRows'] > 10, ProfileEvents['SelectedBytes'], ProfileEvents['MergedRows'], ProfileEvents['MergedUncompressedBytes'] from system.query_log where query_id = '$query_id' and type = 'QueryFinish' and query like 'alter%' and current_database = currentDatabase()"
|
||||
${CLICKHOUSE_CLIENT} -q "select ProfileEvents['SelectedRows'] > 10, ProfileEvents['SelectedBytes'] > 1000, ProfileEvents['MergedRows'], ProfileEvents['MergedUncompressedBytes'] from system.query_log where query_id = '$query_id' and type = 'QueryFinish' and query like 'alter%' and current_database = currentDatabase()"
|
||||
|
Loading…
Reference in New Issue
Block a user