mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Merge branch 'master' into 22.4-tests-fixes
This commit is contained in:
commit
21238b44a2
@ -514,7 +514,7 @@ XMLDocumentPtr ConfigProcessor::processConfig(
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
/// These embedded files added during build with some cmake magic.
|
/// These embedded files added during build with some cmake magic.
|
||||||
/// Look at the end of programs/sever/CMakeLists.txt.
|
/// Look at the end of programs/server/CMakeLists.txt.
|
||||||
std::string embedded_name;
|
std::string embedded_name;
|
||||||
if (path == "config.xml")
|
if (path == "config.xml")
|
||||||
embedded_name = "embedded.xml";
|
embedded_name = "embedded.xml";
|
||||||
|
@ -697,6 +697,11 @@ def test_abrupt_connection_loss_while_heavy_replication(started_cluster):
|
|||||||
|
|
||||||
|
|
||||||
def test_abrupt_server_restart_while_heavy_replication(started_cluster):
|
def test_abrupt_server_restart_while_heavy_replication(started_cluster):
|
||||||
|
|
||||||
|
# FIXME (kssenii) temporary disabled
|
||||||
|
if instance.is_built_with_address_sanitizer():
|
||||||
|
pytest.skip("Temporary disabled (FIXME)")
|
||||||
|
|
||||||
conn = get_postgres_conn(
|
conn = get_postgres_conn(
|
||||||
ip=started_cluster.postgres_ip,
|
ip=started_cluster.postgres_ip,
|
||||||
port=started_cluster.postgres_port,
|
port=started_cluster.postgres_port,
|
||||||
|
Loading…
Reference in New Issue
Block a user