Merge pull request #65497 from ClickHouse/fix-test-keeper-snapshots

Fix `test_keeper_snapshots`
This commit is contained in:
Antonio Andelic 2024-06-21 07:55:54 +00:00 committed by GitHub
commit af1e5c42a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -189,7 +189,7 @@ def test_invalid_snapshot(started_cluster):
f"/var/lib/clickhouse/coordination/snapshots/{last_snapshot}",
]
)
node.start_clickhouse(expected_to_fail=True)
node.start_clickhouse(start_wait_sec=120, expected_to_fail=True)
assert node.contains_in_log(
"Aborting because of failure to load from latest snapshot with index"
)