Updating the test.

This commit is contained in:
Nikolai Kochetov 2024-04-09 15:17:26 +00:00
parent bba66eb05a
commit 283fc115ba

View File

@ -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(