FairMQ/test
Dennis Klein a58b4870d7 feat(Parts): Refine and tweak
* Optimize appending another Parts container
* Remove redundant/verbose comments
* Change r-value args to move-only types into l-value args for
  readability
* Deprecate `AtRef(int)`, redundant, just dereference at call site
* Deprecate `AddPart(Message*)`, avoid owning raw pointer args
* Add various const overloads
* Add `Empty()` and `Clear()` member functions
* Add `noexcept` where applicable
2023-02-24 13:59:27 +01:00
..
channel test(channel): Increase sleep time 2022-08-11 15:30:25 +02:00
ci ci: Update and use images from ghcr.io/fairrootgroup/fairmq-dev 2022-08-12 01:50:14 +02:00
device test: Increase robustness of the test suite for high -j 2022-08-11 15:30:25 +02:00
event_manager Use same runner.cxx/.h for all tests 2018-09-20 14:05:44 +02:00
helper fix: Use namespaced typenames/headers 2022-08-11 15:30:25 +02:00
memory_resources test: Increase robustness of the test suite for high -j 2022-08-11 15:30:25 +02:00
message Avoid fixed ports in the test suites 2022-01-25 11:55:38 +01:00
parts feat(Parts): Refine and tweak 2023-02-24 13:59:27 +01:00
plugin_services Don't use to-be-deprecated names 2022-01-24 06:40:24 +01:00
plugins Don't use to-be-deprecated names 2022-01-24 06:40:24 +01:00
poller Avoid fixed ports in the test suites 2022-01-25 11:55:38 +01:00
properties Add test coverage for --channel-config name selector 2021-03-05 02:02:14 +01:00
protocols Avoid fixed ports in the test suites 2022-01-25 11:55:38 +01:00
region Add test for externally (outside the session) created shmem region 2022-10-05 09:13:37 +02:00
state_machine Don't use to-be-deprecated names 2022-01-24 06:40:24 +01:00
tools Cleanup tools includes 2021-01-25 13:46:40 +01:00
transport Avoid fixed ports in the test suites 2022-01-25 11:55:38 +01:00
CMakeLists.txt feat(Parts): Refine and tweak 2023-02-24 13:59:27 +01:00
runner.cxx.in Avoid fixed ports in the test suites 2022-01-25 11:55:38 +01:00
runner.h 17-ify namespaces 2021-01-25 13:46:40 +01:00
TestEnvironment.h.in Test: Add new testsuite SDK 2019-07-23 16:08:15 +02:00