Skip to content

Commit b5da963

Browse files
committed
Fixed build erors
1 parent 80f5bbc commit b5da963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/kqp/workload_service/ut/common/kqp_workload_service_ut_common.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ class TWorkloadServiceYdbSetup : public IYdbSetup {
307307

308308
// Cluster helpers
309309
void UpdateNodeCpuInfo(double usage, ui32 threads, ui64 nodeIndex = 0) override {
310-
TVector<std::tuple<TString, double, ui32>> pools;
311-
pools.emplace_back("User", usage, threads);
310+
TVector<std::tuple<TString, double, ui32, ui32>> pools;
311+
pools.emplace_back("User", usage, threads, threads);
312312

313313
auto edgeActor = GetRuntime()->AllocateEdgeActor(nodeIndex);
314314
GetRuntime()->Send(

0 commit comments

Comments
 (0)