Skip to content

Commit f689464

Browse files
committed
Merge branch 'stable-24-3' into migration-24-3
2 parents 16bd3d0 + f7695a0 commit f689464

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)