NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
Public Member Functions | |
void | SetUp () override |
void | TearDown () override |
void | generateAndEmitInputBuffers (const std::shared_ptr< Runtime::Execution::ExecutableQueryPlan > &queryPlan, const std::vector< SchemaPtr > &sourceSchemas, std::vector< std::function< void(Runtime::MemoryLayouts::TestTupleBuffer &)>> inputDataGenerators) |
![]() | |
void | SetUp () override |
void | TearDown () override |
virtual void | onFatalError (int signalNumber, std::string callstack) override |
onFatalError shall be called when a signal is caught More... | |
virtual void | onFatalException (std::shared_ptr< std::exception > exception, std::string callstack) override |
onFatalException shall be called when an exception is caught More... | |
![]() | |
~virtual_enable_shared_from_this () NES_NOEXCEPT(true) override=default | |
std::shared_ptr< T1 > | shared_from_this () |
std::weak_ptr< T1 > | weak_from_this () |
![]() | |
virtual | ~virtual_enable_shared_from_this_base () NES_NOEXCEPT(isNoexceptDestructible)=default |
![]() | |
TestWaitingHelper () | |
void | startWaitingThread (std::string testName) |
void | completeTest () |
void | failTest () |
Static Public Member Functions | |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
Public Attributes | |
std::shared_ptr< Testing::TestExecutionEngine > | executionEngine |
std::shared_ptr< TestUtils::TestSinkDescriptor > | testSinkDescriptor |
![]() | |
detail::TestSourceNameHelper | srcName |
Static Public Attributes | |
static constexpr DecomposedQueryId | defaultDecomposedQueryPlanId = INVALID_DECOMPOSED_QUERY_PLAN_ID |
static constexpr SharedQueryId | defaultSharedQueryId = INVALID_SHARED_QUERY_ID |
|
inline |
References executionEngine.
|
inlineoverride |
References dumpMode, and executionEngine.
|
inlinestatic |
References NES::LOG_DEBUG, NES_DEBUG, and NES::Logger::setupLogging().
|
inlineoverride |
References executionEngine, and NES_DEBUG.
|
inlinestatic |
References NES_DEBUG.
|
staticconstexpr |
|
staticconstexpr |
std::shared_ptr<Testing::TestExecutionEngine> DemoCityQueryExecutionTest::executionEngine |
Referenced by generateAndEmitInputBuffers(), SetUp(), and TearDown().
std::shared_ptr<TestUtils::TestSinkDescriptor> DemoCityQueryExecutionTest::testSinkDescriptor |