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

Function TEST_F

be/src/kudu/util/debug-util-test.cc:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65};
66
67TEST_F(DebugUtilTest, TestStackTrace) {
68 StackTrace t;
69 t.Collect(0);
70 string trace = t.Symbolize();
71 ASSERT_STR_CONTAINS(trace, "kudu::DebugUtilTest_TestStackTrace_Test::TestBody");
72}
73
74// DumpThreadStack is only supported on Linux, since the implementation relies
75// on the tgkill syscall which is not portable.

Callers

nothing calls this directly

Calls 15

DumpThreadStackFunction · 0.85
CreateClass · 0.85
SleeperThreadFunction · 0.85
SubstituteFunction · 0.85
SetStackTraceSignalFunction · 0.85
ListThreadsFunction · 0.85
GetThreadStackFunction · 0.85
dl_iterate_phdrFunction · 0.85
AllowSlowTestsFunction · 0.85
GetMonoTimeMicrosFunction · 0.85
sortFunction · 0.85

Tested by

no test coverage detected