NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
StatisticRegistryTest.cpp File Reference
#include <API/QueryAPI.hpp>
#include <BaseIntegrationTest.hpp>
#include <Operators/LogicalOperators/StatisticCollection/Metrics/IngestionRate.hpp>
#include <Operators/LogicalOperators/StatisticCollection/TriggerCondition/NeverTrigger.hpp>
#include <StatisticCollection/Characteristic/InfrastructureCharacteristic.hpp>
#include <StatisticCollection/StatisticRegistry/StatisticInfo.hpp>
#include <StatisticCollection/StatisticRegistry/StatisticRegistry.hpp>
#include <Util/Logger/Logger.hpp>
#include <Util/TestUtils.hpp>
#include <gtest/gtest.h>
#include <vector>
Include dependency graph for StatisticRegistryTest.cpp:

Classes

class  NES::StatisticRegistryTest
 

Namespaces

 NES
 This exception represents a network error.
 

Functions

std::vector< Statistic::StatisticKey > NES::createRandomStatisticKey (const uint64_t numberOfKeys)
 
std::vector< Statistic::StatisticInfo > NES::createRandomStatisticInfo (const uint64_t numberOfInfos)
 
 NES::TEST_F (StatisticRegistryTest, singleStatisticTest)
 This tests checks, if we can insert and retrieve one statistic. More...
 
 NES::TEST_F (StatisticRegistryTest, multipleStatisticsTest)
 This tests checks, if we can insert and retrieve multiple statistics. More...
 
 NES::TEST_F (StatisticRegistryTest, complexConcurrentStatisticsTest)
 This tests checks, if we can insert and retrieve multiple statistics concurrently. More...