mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Updating the test.
This commit is contained in:
parent
bba66eb05a
commit
283fc115ba
@ -43,7 +43,8 @@ def test_cluster(start_cluster):
|
||||
|
||||
|
||||
def test_global_in(start_cluster):
|
||||
node1.query("CREATE TABLE u(uid Int16) ENGINE=Log as select 0")
|
||||
node1.query("DROP TABLE IF EXISTS u;")
|
||||
node1.query("CREATE TABLE u(uid Int16) ENGINE=Memory as select 0")
|
||||
|
||||
assert set(
|
||||
node1.query(
|
||||
|
Loading…
Reference in New Issue
Block a user