MCPcopy Create free account
hub / github.com/apache/impala / TEST

Function TEST

be/src/kudu/util/pstack_watcher-test.cc:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44namespace kudu {
45
46TEST(TestPstackWatcher, TestPstackWatcherCancellation) {
47 PstackWatcher watcher(MonoDelta::FromSeconds(1000000));
48 watcher.Shutdown();
49}
50
51TEST(TestPstackWatcher, TestWait) {
52 PstackWatcher watcher(MonoDelta::FromMilliseconds(10));

Callers

nothing calls this directly

Calls 10

RedirectStdoutFunction · 0.85
SleepForFunction · 0.85
DefaultClass · 0.85
unlinkFunction · 0.85
ErrnoToStringFunction · 0.85
IsRunningMethod · 0.80
ReadFileToStringFunction · 0.70
ShutdownMethod · 0.45
WaitMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected