NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <API/QueryAPI.hpp>
#include <BaseIntegrationTest.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/MemorySourceType.hpp>
#include <Configurations/Worker/WorkerConfiguration.hpp>
#include <Services/RequestHandlerService.hpp>
#include <Util/Logger/Logger.hpp>
#include <Util/TestUtils.hpp>
#include <gtest/gtest.h>
#include <iostream>
Classes | |
class | NES::MemorySourceIntegrationTest |
Namespaces | |
NES | |
This exception represents a network error. | |
Functions | |
NES::TEST_F (MemorySourceIntegrationTest, testMemorySource) | |
This test checks that a deployed MemorySource can write M records spanning exactly N records. More... | |
NES::TEST_F (MemorySourceIntegrationTest, testMemorySourceFewTuples) | |
This test checks that a deployed MemorySource can write M records stored in one buffer that is not full. More... | |
NES::TEST_F (MemorySourceIntegrationTest, testMemorySourceHalfFullBuffer) | |