Andras Mitzki
Andras Mitzki
Behind the working dir the main concept was the following: - we are running Light from the following base dir: tests/light/ - in setup phase for every testcase working dir...
…utcome Signed-off-by: Andras Mitzki I have found that pytest-sugar can display each failed testcases which is a useful feature. For me it would be even better if it could display...
Signed-off-by: Andras Mitzki `ERROR` testcase outcomes was reported as `FAILED` while using "-ra" pytest arg. Example testcase to reproduce: ``` def stop(): assert "aaa" == "bbb" def test_E(request): request.addfinalizer(stop) ```...
The current version (`v1.4.0`) can not identify named pipes and socket files. I do not know if identify should work on this type of files, but I can show the...
- This PR is for debugging Kira test jobs - Please do not merge and do not delete this
* My goal with this PR series is to add a good test coverage (with the minimal effort) for the supported drivers in Light. * Of course these are only...
relevant part of syslog-ng.conf: ``` pattern_file("/home/testbot/syslog-ng-project/install/pattern.json") ``` backtrace: Error parsing native-module, syntax error, unexpected LL_IDENTIFIER, expecting ')' in syslog-ng.conf at line 10, column 5: ``` pattern_file("/home/testbot/syslog-ng-project/install/pattern.json") ^^^^^^^^^^^^ ``` syslog-ng documentation:...
axosyslog version: ``` (dbld)micek@DESKTOP-0E9OKG3:/install/sbin$ ./syslog-ng -V axosyslog 4 (4.8.0.217.g17b1fd8) Config version: 4.2 Installer-Version: 4.8.0.217.g17b1fd8 Revision: Compile-Date: Aug 26 2024 05:05:23 ``` Reproduction: Start axosyslog with the following config: ``` @version:...
axosyslog version: ``` (dbld)micek@DESKTOP-0E9OKG3:/install/sbin$ ./syslog-ng -V axosyslog 4 (4.8.0.217.g17b1fd8) Config version: 4.2 Installer-Version: 4.8.0.217.g17b1fd8 Revision: Compile-Date: Aug 26 2024 05:05:23 ``` Reproduction: Axosyslog got crashed when started with the following...
axosyslog version: ``` (dbld)micek@DESKTOP-0E9OKG3:/install/sbin$ ./syslog-ng -V axosyslog 4 (4.8.0.217.g17b1fd8) Config version: 4.2 Installer-Version: 4.8.0.217.g17b1fd8 Revision: Compile-Date: Aug 26 2024 05:05:23 ``` Reproduction: Axosyslog got crahsed when started with the following...