Merge pull request #8257 from sfc-gh-tclinkenbeard/fix-compound-workload-check
Fix `CompoundWorkload::check` method
This commit is contained in:
commit
833a1950b1
|
@ -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));
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue