NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
NetworkStackIntegrationTest.cpp File Reference
#include <API/QueryAPI.hpp>
#include <API/TestSchemas.hpp>
#include <BaseIntegrationTest.hpp>
#include <Catalogs/Source/PhysicalSource.hpp>
#include <Catalogs/Source/SourceCatalog.hpp>
#include <Catalogs/UDF/UDFCatalog.hpp>
#include <Common/DataTypes/DataTypeFactory.hpp>
#include <Compiler/CPPCompiler/CPPCompiler.hpp>
#include <Compiler/JITCompilerBuilder.hpp>
#include <Configurations/Worker/PhysicalSourceTypes/DefaultSourceType.hpp>
#include <Configurations/Worker/QueryCompilerConfiguration.hpp>
#include <Network/NetworkChannel.hpp>
#include <Network/NetworkManager.hpp>
#include <Network/NetworkSink.hpp>
#include <Network/NetworkSource.hpp>
#include <Network/PartitionManager.hpp>
#include <Network/ZmqServer.hpp>
#include <Optimizer/Phases/TypeInferencePhase.hpp>
#include <Plans/DecomposedQueryPlan/DecomposedQueryPlan.hpp>
#include <QueryCompiler/NautilusQueryCompiler.hpp>
#include <QueryCompiler/Phases/DefaultPhaseFactory.hpp>
#include <QueryCompiler/QueryCompilationRequest.hpp>
#include <Runtime/BufferManager.hpp>
#include <Runtime/FixedSizeBufferPool.hpp>
#include <Runtime/HardwareManager.hpp>
#include <Runtime/MemoryLayout/RowLayoutField.hpp>
#include <Runtime/NodeEngine.hpp>
#include <Runtime/NodeEngineBuilder.hpp>
#include <Runtime/OpenCLManager.hpp>
#include <Runtime/QueryManager.hpp>
#include <Runtime/RuntimeForwardRefs.hpp>
#include <Runtime/WorkerContext.hpp>
#include <Sinks/Formats/NesFormat.hpp>
#include <Sinks/Mediums/NullOutputSink.hpp>
#include <Sources/DefaultSource.hpp>
#include <Util/Logger/Logger.hpp>
#include <Util/TestQuery.hpp>
#include <Util/TestQueryCompiler.hpp>
#include <Util/TestSinkDescriptor.hpp>
#include <Util/TestSourceDescriptor.hpp>
#include <Util/TestTupleBuffer.hpp>
#include <Util/TestUtils.hpp>
#include <Util/ThreadBarrier.hpp>
#include <gtest/gtest.h>
#include <random>
#include <utility>
Include dependency graph for NetworkStackIntegrationTest.cpp:

Classes

struct  NES::TestStruct
 
class  NES::Network::NetworkStackIntegrationTest
 
class  NES::Network::TestSink
 
class  NES::Network::detail::TestSourceWithLatch
 
struct  NES::Network::detail::TestEvent
 

Namespaces

 NES
 This exception represents a network error.
 
 NES::Network
 
 NES::Network::detail
 

Functions

void NES::Network::fillBuffer (TupleBuffer &buf, const Runtime::MemoryLayouts::RowLayoutPtr &memoryLayout)
 
template<typename MockedNodeEngine , typename... ExtraParameters>
std::shared_ptr< MockedNodeEngine > NES::Network::createMockedEngine (const std::string &hostname, uint16_t port, uint64_t bufferSize, uint64_t numBuffers, ExtraParameters &&... extraParams)
 
 NES::Network::TEST_P (NetworkStackIntegrationTest, testNetworkSourceSink)
 
 NES::Network::TEST_F (NetworkStackIntegrationTest, testQEPNetworkSinkSource)
 
 NES::Network::TEST_F (NetworkStackIntegrationTest, testSendEvent)
 
 NES::Network::TEST_F (NetworkStackIntegrationTest, DISABLED_testSendEventBackward)
 
 NES::Network::INSTANTIATE_TEST_CASE_P (NetworkStackIntegrationTestParam, NetworkStackIntegrationTest, ::testing::Values(false, true))
 

Variables

const uint64_t NES::buffersManaged = 8 * 1024
 
const uint64_t NES::bufferSize = 32 * 1024