8 Commits

Author SHA1 Message Date
Rainer Gerhards
e6ea9a1ac6 testbench: enable more tests on BSD
... by fixing command lines that are not valid under BSD.
2017-12-02 10:32:01 +01:00
Rainer Gerhards
0fa3e9249d testbench: invalid init sequence
this causes all libfaketime tests to fail, due to unset
environment variable (which is set in init). Previously
this was no problem because the environment variable did
not exist in any case. Thus the problem went undetected
for a long time.
2017-05-09 17:21:20 +02:00
Thomas D
b81d6dd365 testbench: Use LD_PRELOAD=libfaketime.so instead of faketime binary
Fixes: https://github.com/rsyslog/rsyslog/issues/963
2016-04-19 02:09:18 +02:00
Thomas D
bfd4583b8c testbench: Run year-2038 tests only on systems which supports those dates
Fixes: https://github.com/rsyslog/rsyslog/issues/873
2016-03-14 11:56:51 +01:00
Thomas D
d9d6df8ea6 testbench: Fix testnames 2016-03-11 17:30:22 +01:00
Rainer Gerhards
4e03200afc testbench: freeze faketime injected time
for a class of tests, we need a fixed timestamp
2016-03-02 15:24:11 +01:00
Rainer Gerhards
120ba3e088 testbench: add some more timestamp-related tests
As we now know we need to use home brewn code for timestamp
generation for quite a while, we would like to cover some
potentially problematic cases as well.
2016-03-02 12:55:23 +01:00
Rainer Gerhards
e0ee925ff3 testbench: add tests for timegenerated
among others, showcases a problem with leap year handling

see also https://github.com/rsyslog/rsyslog/issues/830
2016-03-02 11:42:51 +01:00