Fix CompoundWorkload::check method

This commit is contained in:
sfc-gh-tclinkenbeard 2022-09-20 20:47:43 -07:00
parent c237186ec3
commit 715b58686d
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ Future<bool> CompoundWorkload::check(Database const& cx) {
.detail("Name", workloadName)
.detail("Remaining", *wCount)
.detail("Phase", "End");
return true;
return ret;
},
workload.check(cx));
};