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

Method GetTestPath

be/src/kudu/util/test_util.cc:185–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185string KuduTest::GetTestPath(const string& relative_path) const {
186 return JoinPathSegments(test_dir_, relative_path);
187}
188
189void KuduTest::OverrideKrb5Environment() {
190 // Set these variables to paths that definitely do not exist and

Callers 2

TYPED_TESTFunction · 0.80
TEST_PFunction · 0.80

Calls 1

JoinPathSegmentsFunction · 0.85

Tested by

no test coverage detected