NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
StreamJoinSharedExecutionTest.cpp File Reference
#include <API/TestSchemas.hpp>
#include <BaseIntegrationTest.hpp>
#include <Execution/Operators/Streaming/Join/StreamJoinOperatorHandler.hpp>
#include <Plans/DecomposedQueryPlan/DecomposedQueryPlan.hpp>
#include <Sources/Parsers/CSVParser.hpp>
#include <Util/TestExecutionEngine.hpp>
#include <Util/TestSinkDescriptor.hpp>
#include <Util/magicenum/magic_enum.hpp>
#include <algorithm>
#include <gmock/gmock-matchers.h>
#include <random>
#include <vector>
Include dependency graph for StreamJoinSharedExecutionTest.cpp:

Classes

class  NES::Runtime::Execution::StreamJoinQuerySharedExecutionTest
 
struct  NES::Runtime::Execution::StreamJoinQuerySharedExecutionTest::InputRecord
 

Namespaces

 NES
 This exception represents a network error.
 
 NES::Runtime
 Turn this on to have Thread::current_num_threads_ keep a count of currently-active threads.
 
 NES::Runtime::Execution
 

Macros

#define ALL_JOIN_SHARING_APPROACHES
 
#define JOIN_SHARING_CONFIGURATIONS   ::testing::Combine(ALL_JOIN_STRATEGIES, ALL_JOIN_SHARING_APPROACHES)
 

Functions

 NES::Runtime::Execution::TEST_P (StreamJoinQuerySharedExecutionTest, streamJoinSharedExecutionTestSameQueryDifferentDeploymentTime)
 
 NES::Runtime::Execution::TEST_P (StreamJoinQuerySharedExecutionTest, streamJoinSharedExecutionTestSameQueryDifferentDeploymentTimeSlidingWindow)
 
 NES::Runtime::Execution::TEST_P (StreamJoinQuerySharedExecutionTest, streamJoinSharedExecutionTestSameQueryThreeDifferentDeploymentTimes)
 
 NES::Runtime::Execution::TEST_P (StreamJoinQuerySharedExecutionTest, streamJoinSharedExecutionTestSameQueryDifferentDeploymentTimeAfterFirstWindowTriggered)
 
 NES::Runtime::Execution::TEST_P (StreamJoinQuerySharedExecutionTest, streamJoinSharedExecutionTestSameQueryDifferentDeploymentTimeAndUndeploySecondQuery)
 
 NES::Runtime::Execution::TEST_P (StreamJoinQuerySharedExecutionTest, streamJoinSharedExecutionTestSameQueryDifferentDeploymentTimeLargeSlidingWindow)
 
 NES::Runtime::Execution::INSTANTIATE_TEST_CASE_P (testStreamJoinQueries, StreamJoinQuerySharedExecutionTest, JOIN_SHARING_CONFIGURATIONS, [](const testing::TestParamInfo< StreamJoinQuerySharedExecutionTest::ParamType > &info) { return std::string(magic_enum::enum_name(std::get< 0 >(info.param)))+"_"+std::string(magic_enum::enum_name(std::get< 1 >(info.param)));})
 

Macro Definition Documentation

◆ ALL_JOIN_SHARING_APPROACHES

#define ALL_JOIN_SHARING_APPROACHES
Value:
::testing::Values(SharedJoinApproach::APPROACH_PROBING, \
SharedJoinApproach::APPROACH_DELETING, \
SharedJoinApproach::APPROACH_TOMBSTONE)

◆ JOIN_SHARING_CONFIGURATIONS

#define JOIN_SHARING_CONFIGURATIONS   ::testing::Combine(ALL_JOIN_STRATEGIES, ALL_JOIN_SHARING_APPROACHES)