mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Try fix test.
This commit is contained in:
parent
5d5e5ed040
commit
e970203ab2
@ -148,7 +148,7 @@ try
|
||||
return Application::EXIT_OK;
|
||||
}
|
||||
|
||||
SharedContextHolder shared_context = Context::createShared();
|
||||
shared_context = Context::createShared();
|
||||
context = std::make_unique<Context>(Context::createGlobal(shared_context.get()));
|
||||
context->makeGlobalContext();
|
||||
context->setApplicationType(Context::ApplicationType::LOCAL);
|
||||
|
@ -41,6 +41,7 @@ private:
|
||||
void setupUsers();
|
||||
|
||||
protected:
|
||||
SharedContextHolder shared_context;
|
||||
std::unique_ptr<Context> context;
|
||||
|
||||
/// Settings specified via command line args
|
||||
|
Loading…
Reference in New Issue
Block a user