mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
fixed test
This commit is contained in:
parent
cd2eac9f93
commit
758500893e
@ -50,7 +50,7 @@ def test_work(start_cluster):
|
||||
|
||||
caught_exception = ''
|
||||
try:
|
||||
instance.query("CREATE TABLE source (id UInt64, first String, second String, third String) ENGINE=File(CSVWithNames);")
|
||||
instance.query("CREATE TABLE source (id UInt64, first String, second String, third String) ENGINE=TinyLog;")
|
||||
instance.query("INSERT INTO default.source VALUES (1, 'aaa', 'bbb', 'cccc'), (2, 'ddd', 'eee', 'fff')")
|
||||
instance.query("SELECT dictGetString('test_clickhouse', 'second', toUInt64(1))")
|
||||
except Exception as e:
|
||||
|
Loading…
Reference in New Issue
Block a user