Fix CompoundWorkload::check method
This commit is contained in:
parent
c237186ec3
commit
715b58686d
fdbserver
|
@ -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