NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
RemoteClientTest.cpp File Reference
#include <API/Expressions/Expressions.hpp>
#include <API/Query.hpp>
#include <BaseIntegrationTest.hpp>
#include <Catalogs/Source/PhysicalSource.hpp>
#include <Client/ClientException.hpp>
#include <Client/QueryConfig.hpp>
#include <Client/RemoteClient.hpp>
#include <Components/NesCoordinator.hpp>
#include <Configurations/Coordinator/CoordinatorConfiguration.hpp>
#include <Configurations/Worker/PhysicalSourceTypes/DefaultSourceType.hpp>
#include <Configurations/Worker/WorkerConfiguration.hpp>
#include <Expressions/ExpressionNode.hpp>
#include <Operators/LogicalOperators/Sinks/NullOutputSinkDescriptor.hpp>
#include <Plans/Query/QueryPlan.hpp>
#include <Util/Logger/Logger.hpp>
#include <Util/QueryState.hpp>
#include <Util/TestUtils.hpp>
#include <gtest/gtest.h>
#include <unistd.h>
Include dependency graph for RemoteClientTest.cpp:

Classes

class  NES::RemoteClientTest
 

Namespaces

 NES
 This exception represents a network error.
 

Functions

 NES::TEST_F (RemoteClientTest, TestConnectionTest)
 Test if the testConnection call works properly. More...
 
 NES::TEST_F (RemoteClientTest, DeployQueryTest)
 Test if deploying a query over the REST api works properly. More...
 
 NES::TEST_F (RemoteClientTest, SubmitQueryTest)
 Test if deploying a query works properly. More...
 
 NES::TEST_F (RemoteClientTest, SubmitQueryWithWrongLogicalSourceNameTest)
 
 NES::TEST_F (RemoteClientTest, GetTopologyTest)
 Test if retrieving the topology works properly. More...
 
 NES::TEST_F (RemoteClientTest, GetQueryPlanTest)
 Test if retrieving the query plan works properly. More...
 
 NES::TEST_F (RemoteClientTest, CorrectnessOfGetQueryPlan)
 Test if correct error message is thrown for query plan retrieval with invalid query id. More...
 
 NES::TEST_F (RemoteClientTest, StopQueryTest)
 Test if stopping a query works properly. More...
 
 NES::TEST_F (RemoteClientTest, GetExecutionPlanTest)
 Test if retrieving the execution plan works properly. More...
 
 NES::TEST_F (RemoteClientTest, AddAndGetLogicalSourceTest)
 Test if adding and getting logical sources properly. More...
 
 NES::TEST_F (RemoteClientTest, GetLogicalSourceTest)
 Test if retrieving the logical source work properly. More...
 
 NES::TEST_F (RemoteClientTest, GetPhysicalSourceTest)
 Test if getting physical sources works properly. More...
 
 NES::TEST_F (RemoteClientTest, GetQueriesTest)
 Test getting queryIdAndCatalogEntryMapping works properly. More...
 
 NES::TEST_F (RemoteClientTest, GetQueriesWithStatusTest)
 Test getting queryIdAndCatalogEntryMapping by status works properly. More...
 
 NES::TEST_F (RemoteClientTest, StopAStoppedQuery)
 Test if retrieving the execution plan works properly. More...
 
 NES::TEST_F (RemoteClientTest, StopInvalidQueryId)
 Test if retrieving the execution plan works properly. More...
 
 NES::TEST_F (RemoteClientTest, DeployInvalidQuery)
 Test if retrieving the execution plan works properly. More...