mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix tests
This commit is contained in:
parent
8ba9d8857c
commit
2dcf3fef94
@ -367,6 +367,10 @@ try
|
||||
{
|
||||
UseSSL use_ssl;
|
||||
ThreadStatus thread_status;
|
||||
SCOPE_EXIT_SAFE({
|
||||
if (connection)
|
||||
connection.reset();
|
||||
});
|
||||
|
||||
StackTrace::setShowAddresses(config().getBool("show_addresses_in_stack_traces", true));
|
||||
|
||||
|
@ -126,7 +126,6 @@ using PartUUIDsPtr = std::shared_ptr<PartUUIDs>;
|
||||
class KeeperDispatcher;
|
||||
class Session;
|
||||
struct WriteSettings;
|
||||
class Threadpool;
|
||||
|
||||
class IInputFormat;
|
||||
class IOutputFormat;
|
||||
|
Loading…
Reference in New Issue
Block a user