Closed juliogonzalez closed 8 years ago
There was a problem in the way we caught exceptions at the test scripts, as postgres error attributes were used even when it was not possible (therefore masking exceptions).
See example at https://jenkins.juliogonzalez.es/job/tds_fdw-build/PG_VER=9.5,label=centos6/159/console
Now we show postgres error attributes if available, or just the error otherwise.
Tested at https://jenkins.juliogonzalez.es/job/tds_fdw-build-ng/PG_VER=9.5,label=centos6/1/console
Thanks for fixing that! Would you like me to grant you the privileges to push to the repo?
There was a problem in the way we caught exceptions at the test scripts, as postgres error attributes were used even when it was not possible (therefore masking exceptions).
See example at https://jenkins.juliogonzalez.es/job/tds_fdw-build/PG_VER=9.5,label=centos6/159/console
Now we show postgres error attributes if available, or just the error otherwise.
Tested at https://jenkins.juliogonzalez.es/job/tds_fdw-build-ng/PG_VER=9.5,label=centos6/1/console