This commit is contained in:
Michael Kolupaev 2024-11-09 00:08:22 +00:00
parent 238cb1bd40
commit 60ef1b3dee
2 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,6 @@ namespace ErrorCodes
extern const int SUPPORT_IS_DISABLED; extern const int SUPPORT_IS_DISABLED;
extern const int BAD_ARGUMENTS; extern const int BAD_ARGUMENTS;
extern const int EMPTY_DATA_PASSED; extern const int EMPTY_DATA_PASSED;
extern const int CANNOT_READ_ALL_DATA;
} }
Connection::~Connection() Connection::~Connection()

View File

@ -16,6 +16,7 @@ node_no_send = cluster.add_instance(
user_configs=["configs/users.d/users.xml"], user_configs=["configs/users.d/users.xml"],
) )
@pytest.fixture(scope="module") @pytest.fixture(scope="module")
def started_cluster(): def started_cluster():
try: try: