NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
QueryCatalogTest.cpp File Reference
#include <API/Query.hpp>
#include <BaseIntegrationTest.hpp>
#include <Catalogs/Query/QueryCatalog.hpp>
#include <Compiler/CPPCompiler/CPPCompiler.hpp>
#include <Compiler/JITCompilerBuilder.hpp>
#include <Exceptions/InvalidArgumentException.hpp>
#include <Plans/Query/QueryPlan.hpp>
#include <Plans/Utils/PlanIdGenerator.hpp>
#include <Services/QueryParsingService.hpp>
#include <Util/Core.hpp>
#include <Util/Logger/Logger.hpp>
#include <Util/TestUtils.hpp>
#include <iostream>
Include dependency graph for QueryCatalogTest.cpp:

Classes

class  QueryCatalogTest
 

Functions

 TEST_F (QueryCatalogTest, testAddNewQuery)
 
 TEST_F (QueryCatalogTest, testAddNewPattern)
 
 TEST_F (QueryCatalogTest, testAddNewQueryAndStop)
 
 TEST_F (QueryCatalogTest, testPrintQuery)
 
 TEST_F (QueryCatalogTest, testAddNewQueryWithMultipleSinks)
 
 TEST_F (QueryCatalogTest, getAllQueriesWithoutAnyQueryRegistration)
 
 TEST_F (QueryCatalogTest, getAllQueriesAfterQueryRegistration)
 
 TEST_F (QueryCatalogTest, getAllRunningQueries)
 
 TEST_F (QueryCatalogTest, throInvalidArgumentExceptionWhenQueryStatusIsUnknown)
 

Variables

std::string ip = "127.0.0.1"
 
std::string host = "localhost"
 

Function Documentation

◆ TEST_F() [1/9]

TEST_F ( QueryCatalogTest  ,
getAllQueriesAfterQueryRegistration   
)

◆ TEST_F() [2/9]

TEST_F ( QueryCatalogTest  ,
getAllQueriesWithoutAnyQueryRegistration   
)

◆ TEST_F() [3/9]

TEST_F ( QueryCatalogTest  ,
getAllRunningQueries   
)

◆ TEST_F() [4/9]

TEST_F ( QueryCatalogTest  ,
testAddNewPattern   
)

◆ TEST_F() [5/9]

TEST_F ( QueryCatalogTest  ,
testAddNewQuery   
)

◆ TEST_F() [6/9]

TEST_F ( QueryCatalogTest  ,
testAddNewQueryAndStop   
)

◆ TEST_F() [7/9]

TEST_F ( QueryCatalogTest  ,
testAddNewQueryWithMultipleSinks   
)

◆ TEST_F() [8/9]

TEST_F ( QueryCatalogTest  ,
testPrintQuery   
)

◆ TEST_F() [9/9]

TEST_F ( QueryCatalogTest  ,
throInvalidArgumentExceptionWhenQueryStatusIsUnknown   
)

Variable Documentation

◆ host

◆ ip

std::string ip = "127.0.0.1"