NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <BaseIntegrationTest.hpp>
#include <Identifiers/NESStrongTypeJson.hpp>
#include <Util/Common.hpp>
#include <Util/Core.hpp>
#include <Util/Logger/Logger.hpp>
#include <Util/TestUtils.hpp>
#include <cstdio>
#include <gtest/gtest.h>
#include <nlohmann/json.hpp>
#include <sstream>
#include <string>
#include <unistd.h>
Classes | |
class | NES::E2ECoordinatorMultiWorkerTest |
Namespaces | |
NES | |
This exception represents a network error. | |
Macros | |
#define | _TURN_OFF_PLATFORM_STRING |
Functions | |
NES::TEST_F (E2ECoordinatorMultiWorkerTest, testHierarchicalTopology) | |
Testing NES with a config using a hierarchical topology. More... | |
NES::TEST_F (E2ECoordinatorMultiWorkerTest, testExecutingValidQueryWithFileOutputTwoWorkerSameSource) | |
NES::TEST_F (E2ECoordinatorMultiWorkerTest, testExecutingValidQueryWithFileOutputTwoWorkerDifferentSource) | |
NES::TEST_F (E2ECoordinatorMultiWorkerTest, testExecutingValidUserQueryWithTumblingWindowFileOutput) | |
NES::TEST_F (E2ECoordinatorMultiWorkerTest, testExecutingValidJoinQueryWithNemo) | |
NES::TEST_F (E2ECoordinatorMultiWorkerTest, DISABLED_testExecutingValidJoinQueryWithNemoTcpSource) | |
#define _TURN_OFF_PLATFORM_STRING |