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

Method RunTest

be/src/kudu/util/flag_validators-test.cc:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69class FlagsValidatorsBasicTest : public KuduTest {
70 public:
71 void RunTest(const char** argv, int argc) {
72 char** casted_argv = const_cast<char**>(argv);
73 // ParseCommandLineFlags() calls exit(1) if it finds inconsistency in flags.
74 ASSERT_EQ(1, ParseCommandLineFlags(&argc, &casted_argv, true));
75 }
76};
77
78TEST_F(FlagsValidatorsBasicTest, Grouped) {

Callers

nothing calls this directly

Calls 1

ParseCommandLineFlagsFunction · 0.85

Tested by

no test coverage detected