mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fxi
This commit is contained in:
parent
ec5726c1e6
commit
0486631f4c
@ -811,6 +811,9 @@ def test_replica_consumer(started_cluster):
|
||||
|
||||
|
||||
def test_failed_load_from_snapshot(started_cluster):
|
||||
if instance.is_built_with_sanitizer() or instance.is_debug_build():
|
||||
pytest.skip("Sanitizers and debug mode are skipped, because this test thrown logical error")
|
||||
|
||||
table = "failed_load"
|
||||
|
||||
pg_manager.create_postgres_table(
|
||||
@ -826,7 +829,7 @@ def test_failed_load_from_snapshot(started_cluster):
|
||||
|
||||
# Create a table with wrong table structure
|
||||
assert (
|
||||
"pqxx::conversion_error: Could not convert string to i"
|
||||
"Could not convert string to i"
|
||||
in instance.query_and_get_error(
|
||||
f"""
|
||||
SET allow_experimental_materialized_postgresql_table=1;
|
||||
|
Loading…
Reference in New Issue
Block a user