|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <boost/scoped_ptr.hpp>#include <string>#include <gtest/gtest.h>#include "rpc/thrift-client.h"#include "service/impala-server.h"#include "testutil/in-process-servers.h"#include "common/init.h"#include "service/fe-support.h"#include "util/impalad-metrics.h"#include "util/time.h"#include "common/names.h"Go to the source code of this file.
Functions | |
| DECLARE_int32 (idle_session_timeout) | |
| DECLARE_int32 (be_port) | |
| DECLARE_int32 (beeswax_port) | |
| TEST (SessionTest, TestExpiry) | |
| int | main (int argc, char **argv) |
| DECLARE_int32 | ( | idle_session_timeout | ) |
| DECLARE_int32 | ( | be_port | ) |
| DECLARE_int32 | ( | beeswax_port | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 94 of file session-expiry-test.cc.
References impala::InitCommonRuntime(), and impala::InitFeSupport().
| TEST | ( | SessionTest | , |
| TestExpiry | |||
| ) |
Definition at line 42 of file session-expiry-test.cc.
References EXIT_IF_ERROR, impala::MetricGroup::FindMetricForTesting(), impala::InProcessImpalaServer::metrics(), impala::SleepForMs(), impala::InProcessImpalaServer::StartWithClientServers(), and impala::UnixMillis().