NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
SourceCatalogRequestTest Class Reference
Collaboration diagram for SourceCatalogRequestTest:
[legend]

Public Member Functions

void SetUp () override
 
- Public Member Functions inherited from NES::Testing::BaseIntegrationTest
 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...
 
- Public Member Functions inherited from NES::Testing::BaseUnitTest
void SetUp () override
 
void TearDown () override
 
- Public Member Functions inherited from NES::detail::virtual_enable_shared_from_this< ErrorListener >
 ~virtual_enable_shared_from_this () NES_NOEXCEPT(true) override=default
 
std::shared_ptr< T1 > shared_from_this ()
 
std::weak_ptr< T1 > weak_from_this ()
 
- Public Member Functions inherited from NES::detail::virtual_enable_shared_from_this_base< true >
virtual ~virtual_enable_shared_from_this_base () NES_NOEXCEPT(isNoexceptDestructible)=default
 
- Public Member Functions inherited from NES::Testing::detail::TestWaitingHelper
 TestWaitingHelper ()
 
void startWaitingThread (std::string testName)
 
void completeTest ()
 
void failTest ()
 

Static Public Member Functions

static void SetUpTestCase ()
 

Public Attributes

std::string queryString
 
std::shared_ptr< QueryParsingServicequeryParsingService
 
std::string ip = "127.0.0.1"
 
uint16_t receive_port = 0
 
std::string host = "localhost"
 
Testing::BorrowedPortPtr borrowed_publish_port
 
uint16_t publish_port = 4711
 
- Public Attributes inherited from NES::Testing::BaseUnitTest
detail::TestSourceNameHelper srcName
 

Additional Inherited Members

- Protected Member Functions inherited from NES::Testing::BaseIntegrationTest
BorrowedPortPtr getAvailablePort ()
 Retrieve another free port. More...
 
std::filesystem::path getTestResourceFolder () const
 returns the test resource folder to write files More...
 
- Protected Attributes inherited from NES::Testing::BaseIntegrationTest
BorrowedPortPtr rpcCoordinatorPort {nullptr}
 
BorrowedPortPtr restPort {nullptr}
 

Member Function Documentation

◆ SetUp()

void SourceCatalogRequestTest::SetUp ( )
inlineoverride

References NES::Compiler::JITCompilerBuilder::build(), NES_DEBUG, and NES::Compiler::JITCompilerBuilder::registerLanguageCompiler().

Here is the call graph for this function:

◆ SetUpTestCase()

static void SourceCatalogRequestTest::SetUpTestCase ( )
inlinestatic

References NES::LOG_DEBUG, NES_DEBUG, and NES::Logger::setupLogging().

Here is the call graph for this function:

Member Data Documentation

◆ borrowed_publish_port

Testing::BorrowedPortPtr SourceCatalogRequestTest::borrowed_publish_port

◆ host

std::string SourceCatalogRequestTest::host = "localhost"

◆ ip

std::string SourceCatalogRequestTest::ip = "127.0.0.1"

◆ publish_port

uint16_t SourceCatalogRequestTest::publish_port = 4711

◆ queryParsingService

std::shared_ptr<QueryParsingService> SourceCatalogRequestTest::queryParsingService

◆ queryString

std::string SourceCatalogRequestTest::queryString
Initial value:
=
R"(Query::from("default_logical").filter(Attribute("value") < 42).sink(PrintSinkDescriptor::create()); )"

◆ receive_port

uint16_t SourceCatalogRequestTest::receive_port = 0

The documentation for this class was generated from the following file: