Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <test-info.h>
Public Types | |
enum | Mode { NON_TEST, BE_TEST, FE_TEST } |
Static Public Member Functions | |
static void | Init (Mode mode) |
Called in InitCommonRuntime(). More... | |
static bool | is_fe_test () |
static bool | is_test () |
Static Private Attributes | |
static Mode | mode_ = TestInfo::NON_TEST |
Provides global access to whether this binary is running as part of the tests (i.e., without a full BE).
Definition at line 22 of file test-info.h.
Enumerator | |
---|---|
NON_TEST | |
BE_TEST | |
FE_TEST |
Definition at line 24 of file test-info.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 33 of file test-info.h.
References FE_TEST, and mode_.
Referenced by impala::DynamicOpen(), and impala::LibCache::InitInternal().
|
inlinestatic |
Definition at line 34 of file test-info.h.
References BE_TEST, FE_TEST, and mode_.
Referenced by MaintenanceThread().
|
staticprivate |
Definition at line 37 of file test-info.h.
Referenced by Init(), is_fe_test(), and is_test().