mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix test_part_uuid::test_part_uuid_wal
CI: https://clickhouse-test-reports.s3.yandex.net/30716/ca41267a4d5d7e1da3dd584c98a9143e15f394cf/integration_tests_(asan).html#fail1
This commit is contained in:
parent
b764b6ce21
commit
d0a031014e
@ -93,7 +93,7 @@ def test_part_uuid_wal(started_cluster):
|
|||||||
|
|
||||||
uuids = set()
|
uuids = set()
|
||||||
for node in [node1, node2]:
|
for node in [node1, node2]:
|
||||||
node.query("SYSTEM SYNC REPLICA t")
|
node.query("SYSTEM SYNC REPLICA t_wal")
|
||||||
part_initial_uuid = uuid.UUID(node.query("SELECT uuid FROM system.parts WHERE table = 't_wal' AND active ORDER BY name").strip())
|
part_initial_uuid = uuid.UUID(node.query("SELECT uuid FROM system.parts WHERE table = 't_wal' AND active ORDER BY name").strip())
|
||||||
assert "InMemory" == node.query("SELECT part_type FROM system.parts WHERE table = 't_wal' AND active ORDER BY name").strip()
|
assert "InMemory" == node.query("SELECT part_type FROM system.parts WHERE table = 't_wal' AND active ORDER BY name").strip()
|
||||||
uuids.add(part_initial_uuid)
|
uuids.add(part_initial_uuid)
|
||||||
|
Loading…
Reference in New Issue
Block a user