Fix unit test build

This commit is contained in:
alesapin 2020-10-16 13:18:56 +03:00
parent 7edbe4d276
commit c22c760ac1

View File

@ -20,14 +20,14 @@ public:
explicit TestJobExecutor(Context & context)
:IBackgroundJobExecutor(
context,
TaskSleepSettings{},
BackgroundTaskSchedulingSettings{},
{PoolConfig{PoolType::MERGE_MUTATE, 4, CurrentMetrics::BackgroundPoolTask}})
{}
protected:
String getBackgroundJobName() const override
String getBackgroundTaskName() const override
{
return "TestJob";
return "TestTask";
}
std::optional<JobAndPool> getBackgroundJob() override