tuxmaster5000
tuxmaster5000
What is written in the log of the SQL server?
Very strange, in this log's I don't see any errors.
Without the full log's(database server, jenkins,test etc.) I can't do anything because on my systems, it works.
I test it in the live scenario, so I need the all log files to debug your test environment.
I have try this, but no tests will start: ctest -vvvv --output-on-failure -R fd-postgres will only log this: PRETEST: checking configured hostname (foo.bar) ... OK Start 82: system:py2plug-fd-postgres 1/2 Test...
Very interesting both nodules are present. In the console log of the cmake run I only see this: ``` disabling py2plug-fd-postgres, Python2 not supported for this plugin -- Test: system:py2plug-fd-postgres...
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 (${Python3_VERSION_MINOR}...
As far as I understood the test, it will only creates an test database for the test. But no director is set up. The logs I only see that an...
Using the master from today, will result in the same problem. It looks like the test will not start the director. The tests starts, hangs for 5 seconds and then...
After an weekend debug session, it looks like as an general database problem. The director can't start, because the socket path to the pgsql db is not set in the...