Bruno Friedmann @Bareos
Bruno Friedmann @Bareos
Thanks for the PR. Actually testing the build and systemtests in container (non rootless) make the test failed ``` 12-May 12:42 py3plug-fd-postgres-fd JobId 1: ACL support is enabled 12-May 12:42...
> What is written in the log of the SQL server? I've increase the log level of postgresql in test ``` 2022-05-16 11:43:17.435 UTC [unknown] [unknown] [8329]LOG: 00000: connection received:...
Actually this PR can't be build, nor can't be tested system:py3plug-fd-postgres doesn't work.
> Without the full log's(database server, jenkins,test etc.) I can't do anything because on my systems, it works. You have a make test working ? here not.
Hi, you certainly miss the cmake message about needed modules : dateutils and pg8000 if they are present, the test will be set ON.
> But no reason why py3plug-fd-postgres is disabled. Maybe you don't have the python3 devel stack, but just the python2 (sorry, I'm just guessing) something similar to this list ```...
> The python3 devel stuff is installed. Ah I found it: systemtests/tests/py2plug-fd-postgres/CMakeLists.txt Only allow Python up to 3.9, but the test system comes with python 3.10. So simple set AND...
The bareos dir, fd, sd is setup during those part of the code . "${rscripts}"/functions "${rscripts}"/cleanup "${rscripts}"/setup start_test then run_bareos "$@" with your code the test is failing with a...
Hello, I think you didn't catch the way the tests is run, the regression test use a global server in your environment, bareos_regress or whatever user defined in cmake call...
Nice addition, I wonder if we can't trick a bit more the test, to not only test without "role" needed but also when it is needed, like adding some parameter...