We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a4fc8 commit 8b9d612Copy full SHA for 8b9d612
be/test/cloud/cloud_task_worker_pool_test.cpp
@@ -28,7 +28,6 @@ TEST(CloudTaskWorkerPoolTest, ReportTabletCallbackWithDebugPoint) {
28
bool original_enable_debug_points = config::enable_debug_points;
29
config::enable_debug_points = true;
30
31
- ExecEnv::GetInstance()->set_storage_engine(std::make_unique<CloudStorageEngine>(EngineOptions {}));
32
ExecEnv::GetInstance()->set_storage_engine(
33
std::make_unique<CloudStorageEngine>(EngineOptions {}));
34
0 commit comments