![]() |
Project
|
#include <catch_amalgamated.hpp>
#include "Framework/DeviceState.h"
#include "Headers/DataHeader.h"
#include "Headers/Stack.h"
#include "MemoryResources/MemoryResources.h"
#include "Framework/CompletionPolicyHelpers.h"
#include "Framework/DataRelayer.h"
#include "Framework/DataProcessingStats.h"
#include "Framework/DataProcessingStates.h"
#include "Framework/DriverConfig.h"
#include "Framework/TimingHelpers.h"
#include "../src/DataRelayerHelpers.h"
#include "Framework/DataProcessingHeader.h"
#include "Framework/ServiceRegistryHelpers.h"
#include "Framework/WorkflowSpec.h"
#include <Monitoring/Monitoring.h>
#include <fairmq/TransportFactory.h>
#include <array>
#include <vector>
#include <uv.h>
Go to the source code of this file.
Typedefs | |
using | Monitoring = o2::monitoring::Monitoring |
using | DataHeader = o2::header::DataHeader |
using | Stack = o2::header::Stack |
using | RecordAction = o2::framework::DataRelayer::RecordAction |
Functions | |
TEST_CASE ("DataRelayer") | |
using DataHeader = o2::header::DataHeader |
Definition at line 35 of file test_DataRelayer.cxx.
using Monitoring = o2::monitoring::Monitoring |
Definition at line 33 of file test_DataRelayer.cxx.
Definition at line 37 of file test_DataRelayer.cxx.
using Stack = o2::header::Stack |
Definition at line 36 of file test_DataRelayer.cxx.
TEST_CASE | ( | "DataRelayer" | ) |
Reproduce the bug reported by Matthias in https://github.com/AliceO2Group/AliceO2/pull/1483
Test that the clear method actually works.
Test that the clear method actually works.
Definition at line 39 of file test_DataRelayer.cxx.