MCPcopy Create free account
hub / github.com/apple/foundationdb / start

Method start

fdbserver/workloads/StatusWorkload.actor.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 return Void();
63 }
64 Future<Void> start(Database const& cx) override {
65 if (clientId != 0)
66 return Void();
67
68 return success(timeout(fetcher(cx, this), testDuration));
69 }
70 Future<bool> check(Database const& cx) override { return errors.getValue() == 0; }
71
72 void getMetrics(std::vector<PerfMetric>& m) override {

Callers

nothing calls this directly

Calls 3

timeoutFunction · 0.85
fetcherFunction · 0.85
VoidClass · 0.50

Tested by

no test coverage detected