FairMQ/test
Dennis Klein dcea48fcee
fix: parse errors
```
/test/memory_resources/_memory_resources.cxx: In member function ‘virtual void {anonymous}::MemoryResources_allocator_Test::TestBody()’:
/test/memory_resources/_memory_resources.cxx:104:12: error: parse error in template argument list
  104 |     config.SetProperty<string>("session", to_string(session));
      |            ^~~~~~~~~~~~~~~~~~~
/test/memory_resources/_memory_resources.cxx:104:31: error: no matching function for call to ‘fair::mq::ProgOptions::SetProperty<<expression error> >(const char [8], std::string)’
  104 |     config.SetProperty<string>("session", to_string(session));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/dklein/projects/FairMQ2/test/memory_resources/_memory_resources.cxx:11:
/fairmq/ProgOptions.h:269:6: note: candidate: ‘template<class T> void fair::mq::ProgOptions::SetProperty(const std::string&, T)’
  269 | void fair::mq::ProgOptions::SetProperty(const std::string& key, T val)
      |      ^~~~
/fairmq/ProgOptions.h:269:6: note:   template argument deduction/substitution failed:
/test/memory_resources/_memory_resources.cxx:104:31: error: template argument 1 is invalid
  104 |     config.SetProperty<string>("session", to_string(session));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/test/memory_resources/_memory_resources.cxx: In member function ‘virtual void {anonymous}::MemoryResources_getMessage_Test::TestBody()’:
/test/memory_resources/_memory_resources.cxx:132:12: error: parse error in template argument list
  132 |     config.SetProperty<string>("session", to_string(session));
      |            ^~~~~~~~~~~~~~~~~~~
/test/memory_resources/_memory_resources.cxx:132:31: error: no matching function for call to ‘fair::mq::ProgOptions::SetProperty<<expression error> >(const char [8], std::string)’
  132 |     config.SetProperty<string>("session", to_string(session));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/fairmq/ProgOptions.h:269:6: note: candidate: ‘template<class T> void fair::mq::ProgOptions::SetProperty(const std::string&, T)’
  269 | void fair::mq::ProgOptions::SetProperty(const std::string& key, T val)
      |      ^~~~
/fairmq/ProgOptions.h:269:6: note:   template argument deduction/substitution failed:
/test/memory_resources/_memory_resources.cxx:132:31: error: template argument 1 is invalid
  132 |     config.SetProperty<string>("session", to_string(session));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
2025-06-13 08:17:53 +02:00
..
channel Turn shm-monitor off by default 2023-02-24 14:28:18 +01:00
ci feat(plugins)!: Remove PMIx plugin 2023-03-02 11:20:35 +01:00
device Add 'no control' controller 2024-02-19 22:09:54 +01:00
event_manager Use same runner.cxx/.h for all tests 2018-09-20 14:05:44 +02:00
helper test: Add data transfer and checks to protocol tests 2023-06-13 21:24:40 +02:00
memory_resources fix: parse errors 2025-06-13 08:17:53 +02:00
message shm: when refCount segment size is zero, fallback to old behaviour 2023-11-29 19:21:42 +01:00
parts feat(Parts): Refine and tweak 2023-02-24 13:59:27 +01:00
plugin_services test(PluginServices): state change subscription thread-safety 2023-11-10 13:13:13 +01:00
plugins feat!: Migrate to std::filesystem consistently 2023-03-06 15:32:48 +01:00
poller Turn shm-monitor off by default 2023-02-24 14:28:18 +01:00
properties feat!: Migrate to std::filesystem consistently 2023-03-06 15:32:48 +01:00
protocols Fix address clashes in tests 2023-10-24 15:22:21 +02:00
region Turn shm-monitor off by default 2023-02-24 14:28:18 +01:00
state_machine Don't use to-be-deprecated names 2022-01-24 06:40:24 +01:00
tools fix(tools): No longer use removed query API 2025-01-09 17:09:57 +01:00
transport Turn shm-monitor off by default 2023-02-24 14:28:18 +01:00
CMakeLists.txt fix(tools): No longer use removed query API 2025-01-09 17:09:57 +01:00
leak_sanitizer_suppressions.txt ci: Silence lsan hits in libzmq 2023-03-06 15:32:48 +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