Open zmiklank opened 12 months ago
It is little bit confusing what the log line Tests finished with EXIT=1
is saying to us.
In reality it means, that the exit code of the test script was not zero, however, this does not mean, that the TESTSUITE_RESULT was success or that the tests finished successfully.
I do not see the results of run_pgaudit_test
in the logs that Peto has found. That could mean, that unbound variable led to exiting the whole testsuite even before the test result itself was recorded.
This is not really bad behaviour, unfortunately from the log I can not see, if the overal test results were green or red. Everything leads to conclusion that they were red - so I consider this behaviour to be at least partly correct.
What can we do in order to increase readibility of the logs:
Tests finished with EXIT=1
to something like Tests finished unexpectedly with EXIT=1
From my POV this problem does not have high priority. @phracek Do you want to add something?
@SlouchyButton It looks like you are the expert for this issue. As you did it in s2i-ruby-container and s2i-nodejs-container. If you do not have time, I will fix it.
There is an error in
test/run
script:Tests are passing:
Originally posted by @phracek in https://github.com/sclorg/postgresql-container/issues/399#issuecomment-1744700208