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

Function AssertNotFinished

cpp/src/arrow/testing/future_util.h:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110template <typename T>
111void AssertNotFinished(const Future<T>& fut) {
112 ASSERT_FALSE(IsFutureFinished(fut.state()));
113}
114
115template <typename T>
116void AssertFinished(const Future<T>& fut) {

Callers 6

TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
AssertAllNotFinishedMethod · 0.85
TestStressWaitMethod · 0.85

Calls 2

IsFutureFinishedFunction · 0.85
stateMethod · 0.45

Tested by 6

TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
AssertAllNotFinishedMethod · 0.68
TestStressWaitMethod · 0.68