NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
BenchmarkSourceIntegrationTest.cpp File Reference
#include <API/QueryAPI.hpp>
#include <BaseIntegrationTest.hpp>
#include <Catalogs/Query/QueryCatalog.hpp>
#include <Catalogs/Source/PhysicalSource.hpp>
#include <Catalogs/Source/SourceCatalog.hpp>
#include <Common/DataTypes/DataTypeFactory.hpp>
#include <Components/NesCoordinator.hpp>
#include <Components/NesWorker.hpp>
#include <Configurations/Coordinator/CoordinatorConfiguration.hpp>
#include <Configurations/Worker/PhysicalSourceTypes/BenchmarkSourceType.hpp>
#include <Configurations/Worker/WorkerConfiguration.hpp>
#include <Plans/Query/QueryPlan.hpp>
#include <Services/RequestHandlerService.hpp>
#include <Util/Logger/Logger.hpp>
#include <Util/TestUtils.hpp>
#include <gtest/gtest.h>
#include <iostream>
Include dependency graph for BenchmarkSourceIntegrationTest.cpp:

Classes

class  NES::BenchmarkSourceIntegrationTest
 

Namespaces

 NES
 This exception represents a network error.
 

Functions

 NES::TEST_F (BenchmarkSourceIntegrationTest, testBenchmarkSource)
 This test checks that a deployed BenchmarkSource can write M records spanning exactly N records. More...
 
 NES::TEST_F (BenchmarkSourceIntegrationTest, testMemorySourceFewTuples)
 This test checks that a deployed MemorySource can write M records stored in one buffer that is not full. More...
 
 NES::TEST_F (BenchmarkSourceIntegrationTest, DISABLED_testMemorySourceHalfFullBuffer)