MCPcopy Create free account
hub / github.com/apache/arrow / AssertPayloadsEventually

Method AssertPayloadsEventually

cpp/src/arrow/util/io_util_test.cc:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 }
327
328 void AssertPayloadsEventually(const std::vector<uint64_t>& expected) {
329 BusyWait(1.0, [&]() { return ReadPayloads().size() == expected.size(); });
330 ASSERT_EQ(ReadPayloads(), expected);
331 }
332
333 protected:
334 void ReadUntilEof() {

Callers

nothing calls this directly

Calls 2

BusyWaitFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected