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 |
std::optional< Runtime::TupleBuffer > | GetEmptyBuffer () |
DataSourceProxyPtr | createDataSourceProxy (const SchemaPtr &schema, Runtime::BufferManagerPtr bufferManager, Runtime::QueryManagerPtr queryManager, OperatorId operatorId, size_t numSourceLocalBuffers, GatheringMode gatheringMode, std::vector< Runtime::Execution::SuccessorExecutablePipeline > executableSuccessors) |
std::shared_ptr< Runtime::Execution::ExecutablePipeline > | createExecutablePipeline (std::shared_ptr< MockedExecutablePipeline > executableStage, std::shared_ptr< SinkMedium > sink) |
![]() | |
BaseIntegrationTest () | |
the base test class ctor that creates the internal test resources More... | |
~BaseIntegrationTest () override | |
void | SetUp () override |
Fetches the port. More... | |
void | TearDown () override |
Release internal ports. More... | |
void | onFatalError (int signalNumber, std::string callstack) override |
onFatalError shall be called when a signal is caught More... | |
void | onFatalException (std::shared_ptr< std::exception > exception, std::string callstack) override |
onFatalException shall be called when an exception is caught More... | |
![]() | |
void | SetUp () override |
void | TearDown () override |
![]() | |
~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 | TearDownTestCase () |
static void | SetUpTestCase () |
Public Attributes | |
Runtime::NodeEnginePtr | nodeEngine {nullptr} |
std::string | path_to_file |
std::string | path_to_bin_file |
std::string | wrong_filepath |
std::string | path_to_file_head |
std::string | path_to_decimals_file |
SchemaPtr | schema |
SchemaPtr | lambdaSchema |
SchemaPtr | decimalsSchema |
uint8_t * | singleMemoryArea |
uint64_t | tuple_size |
uint64_t | buffer_size |
uint64_t | numberOfBuffers |
uint64_t | numberOfTuplesToProcess |
uint64_t | operatorId |
uint64_t | originId |
uint64_t | statisticId |
uint64_t | numSourceLocalBuffersDefault |
uint64_t | gatheringInterval |
uint64_t | queryId |
uint64_t | sourceAffinity |
size_t | bufferAreaSize |
std::shared_ptr< uint8_t > | singleBufferMemoryArea |
![]() | |
detail::TestSourceNameHelper | srcName |
Additional Inherited Members | |
![]() | |
BorrowedPortPtr | getAvailablePort () |
Retrieve another free port. More... | |
std::filesystem::path | getTestResourceFolder () const |
returns the test resource folder to write files More... | |
![]() | |
BorrowedPortPtr | rpcCoordinatorPort {nullptr} |
BorrowedPortPtr | restPort {nullptr} |
|
inline |
References operatorId, and schema.
|
inline |
References NES::Runtime::Execution::ExecutablePipeline::create(), nodeEngine, and queryId.
|
inline |
References nodeEngine.
|
inlineoverride |
References buffer_size, bufferAreaSize, NES::Schema::create(), NES::DataTypeFactory::createFixedChar(), decimalsSchema, NES::FLOAT32, gatheringInterval, NES::INT32, lambdaSchema, nodeEngine, numberOfBuffers, numberOfTuplesToProcess, numSourceLocalBuffersDefault, operatorId, originId, path_to_bin_file, path_to_decimals_file, path_to_file, path_to_file_head, queryId, schema, NES::Testing::BaseIntegrationTest::SetUp(), singleMemoryArea, sourceAffinity, tuple_size, NES::UINT16, NES::UINT32, NES::UINT64, and wrong_filepath.
|
inlinestatic |
References NES::LOG_TRACE, NES_INFO, and NES::Logger::setupLogging().
|
inlineoverride |
References nodeEngine, singleMemoryArea, and NES::Testing::BaseIntegrationTest::TearDown().
|
inlinestatic |
References NES_INFO.
uint64_t NES::SourceTest::buffer_size |
Referenced by SetUp().
size_t NES::SourceTest::bufferAreaSize |
Referenced by SetUp().
uint64_t NES::SourceTest::gatheringInterval |
Referenced by SetUp().
Runtime::NodeEnginePtr NES::SourceTest::nodeEngine {nullptr} |
Referenced by createExecutablePipeline(), GetEmptyBuffer(), SetUp(), and TearDown().
uint64_t NES::SourceTest::numberOfBuffers |
Referenced by SetUp().
uint64_t NES::SourceTest::numberOfTuplesToProcess |
Referenced by SetUp().
uint64_t NES::SourceTest::numSourceLocalBuffersDefault |
Referenced by SetUp().
uint64_t NES::SourceTest::operatorId |
Referenced by createDataSourceProxy(), and SetUp().
uint64_t NES::SourceTest::originId |
Referenced by SetUp().
std::string NES::SourceTest::path_to_bin_file |
Referenced by SetUp().
std::string NES::SourceTest::path_to_decimals_file |
Referenced by SetUp().
std::string NES::SourceTest::path_to_file |
Referenced by SetUp().
std::string NES::SourceTest::path_to_file_head |
Referenced by SetUp().
uint64_t NES::SourceTest::queryId |
Referenced by createExecutablePipeline(), and SetUp().
SchemaPtr NES::SourceTest::schema |
Referenced by createDataSourceProxy(), and SetUp().
std::shared_ptr<uint8_t> NES::SourceTest::singleBufferMemoryArea |
uint8_t* NES::SourceTest::singleMemoryArea |
Referenced by SetUp(), and TearDown().
uint64_t NES::SourceTest::sourceAffinity |
Referenced by SetUp().
uint64_t NES::SourceTest::statisticId |
uint64_t NES::SourceTest::tuple_size |
Referenced by SetUp().
std::string NES::SourceTest::wrong_filepath |
Referenced by SetUp().