Project
Loading...
Searching...
No Matches
test_DataRelayer.cxx File Reference
#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/DataModelViews.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 <fairmq/Channel.h>
#include "Framework/FairMQDeviceProxy.h"
#include "Framework/ExpirationHandler.h"
#include "Framework/LifetimeHelpers.h"
#include <array>
#include <cstring>
#include <new>
#include <cstdlib>
#include <atomic>
#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

voidoperator new (std::size_t size)
 
void operator delete (void *p) noexcept
 
void operator delete (void *p, std::size_t) noexcept
 
 TEST_CASE ("DataRelayer")
 

Typedef Documentation

◆ DataHeader

Definition at line 44 of file test_DataRelayer.cxx.

◆ Monitoring

using Monitoring = o2::monitoring::Monitoring

Definition at line 42 of file test_DataRelayer.cxx.

◆ RecordAction

◆ Stack

Definition at line 45 of file test_DataRelayer.cxx.

Function Documentation

◆ operator delete() [1/2]

void operator delete ( void p)
noexcept

Definition at line 80 of file test_DataRelayer.cxx.

◆ operator delete() [2/2]

void operator delete ( void p,
std::size_t   
)
noexcept

Definition at line 81 of file test_DataRelayer.cxx.

◆ operator new()

void * operator new ( std::size_t  size)

Definition at line 69 of file test_DataRelayer.cxx.

◆ TEST_CASE()

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 83 of file test_DataRelayer.cxx.