1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

435 commits

Author SHA1 Message Date
Philipp Jungkamp
0cb4ac79d5 unit-tests: intialize global test params at runtime
Move the intialization of the paramters to runtime by converting the
static array to a vector and filling it when critirion calls the test
setup.

Global variable initialization order across translation units is not
defined.
Referring to e.g. the memory::mmap global variable in the initialization
of the static unit test parameter set may leave an incorrect address in
the struct param.

Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-06-23 11:33:34 +02:00
Steffen Vogel
8464975447 ci: remove libsegfault usage as its gone in newer glibc versions
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-01-11 12:58:53 +01:00
de013aca25 use sched_yield() instead of non-standard pthread_yield()
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2023-01-09 11:10:02 +01:00
7eec1bb753 update Steffens mail address
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2022-12-16 23:44:07 +01:00
b94746effb relicense VILLASnode to Apache 2.0 2022-07-04 18:23:57 +02:00
d0da86ae3f example: add missing files for example 2022-04-01 18:06:28 +02:00
11a25f6fb7 update mail address 2022-03-15 09:29:20 -04:00
17ac92aa21 update copyright year 2022-03-15 09:28:57 -04:00
53d18d4a4e go: fix tests 2022-03-14 19:51:41 -04:00
ae1b064b5a remove broken support for Darwin/macOS 2022-03-14 19:37:29 -04:00
dfcafed20a several fixes for new opal format 2022-02-24 08:02:19 -05:00
d4f74a5a51 add new format-type for OPAL-RT's AsyncIP example 2022-02-24 08:02:19 -05:00
e51cdc1343 disable broken tests 2022-01-11 11:43:05 -05:00
c0fc6f4a10 improve tests 2022-01-11 09:19:54 -05:00
06029a6fa1 tests: continue work on redis integration test 2022-01-11 09:19:54 -05:00
23f994294a tests: fix relay test 2022-01-11 09:19:54 -05:00
7f7ae44acc tests: added integration test for villas-relay 2022-01-11 09:19:54 -05:00
784e970bfe port large parts of VILLASnode to C++ and fix tests alongside 2022-01-11 09:19:53 -05:00
9c05ceb976 tests: add and test format example configs 2021-10-04 19:49:51 +00:00
18c68f0f4f ci: fix tests 2021-09-22 17:06:08 +02:00
4c6248d1c2 tests: make tests faster 2021-09-22 10:48:44 +02:00
16dec338d1 tests: disable broken tests 2021-09-22 10:48:17 +02:00
ce919ad6ce tests: use villas helper script 2021-09-22 10:42:03 +02:00
4171e49698 compare: increase epsilon 2021-09-22 10:27:01 +02:00
23f3cc9ee6 tests: fix config tests 2021-09-21 15:22:09 +02:00
069a7611ab memory: do not attempt to reserve hugepages or lock memory in unprivileged environments 2021-09-21 10:15:42 +02:00
57fcc3c4f8 several minor fixes 2021-09-14 10:50:05 +02:00
2b21e5f7c6 remove dependency on std::filesystem 2021-09-13 19:46:03 +02:00
4d6c746232 fix doxygen @todo commands 2021-08-31 14:40:37 +02:00
00a9e92b0a remove old plugin code 2021-06-21 16:11:42 -04:00
731909c3a8 ported io/format code to C++ 2021-06-17 08:26:46 -04:00
8837ef4e5e tests: disable broken tests 2021-03-19 12:54:25 +00:00
c840ba567b some cleanups and fixes 2021-03-19 06:35:14 -04:00
6928974a93 lua: added integration tests and a few bug fixes 2021-03-17 14:58:45 +00:00
44b11d54b1 ci: use GitLab services for AMQP and MQTT tests 2021-03-17 14:58:45 +00:00
4f370ee1b2 drop legacy logger 2021-03-17 14:58:45 +00:00
0c8d013f06 fix unit test 2021-02-22 23:22:33 +01:00
937d4f0aae signal_data: only use type not complete signal struct 2021-02-19 07:03:21 +01:00
2c299c69cf tests: fix URL for advio WebDav tests 2021-01-08 20:54:28 +01:00
Felix Wege
f00c225b26 io: removed CHECKED state and fixed sprintf/sscan 2021-01-08 14:49:28 +01:00
c7c513a5f6 ci: fix all remaining cppcheck warnings and errors 2020-09-11 15:15:36 +02:00
461980dbcf tests: fix a lot of the integration tests 2020-09-10 17:41:30 +02:00
a9eb2c1d67 mapping: rewrote using std::regex 2020-09-10 17:41:29 +02:00
6411fc5ca7 warn about unused return values for *_{init,destroy}() functions 2020-09-10 17:41:29 +02:00
3c13f67930 refactor: struct node -> struct vnode 2020-09-10 17:40:36 +02:00
57f570d9b0 list: use new lookup methods 2020-08-25 20:22:19 +02:00
9198ad4997 tests: fix integration tests for new API 2020-08-17 17:30:21 +02:00
Niklas Eiling
d8795655e4 can: make integration test find vcan interface automatically 2020-07-09 07:25:37 +02:00
Niklas Eiling
a0c7876d74 can: for integration test check if interface is up 2020-07-09 07:25:36 +02:00
Niklas Eiling
5739923bdd can: add integration test 2020-07-09 07:25:36 +02:00