mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fix test
This commit is contained in:
parent
b3418c506e
commit
3a16427e00
@ -161,7 +161,6 @@ StorageS3Queue::StorageS3Queue(
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
S3QueueMetadataFactory::instance().remove(zk_path);
|
||||
throw;
|
||||
}
|
||||
|
||||
|
@ -541,7 +541,7 @@ def test_multiple_tables_meta_mismatch(started_cluster):
|
||||
)
|
||||
except QueryRuntimeException as e:
|
||||
assert (
|
||||
"Metadata with the same `s3queue_zookeeper_path` was already created but with different settings"
|
||||
"Existing table metadata in ZooKeeper differs in engine mode"
|
||||
in str(e)
|
||||
)
|
||||
failed = True
|
||||
|
Loading…
Reference in New Issue
Block a user