Skip to content

%postgresql_tests* macros updated

Compare
Choose a tag to compare
@praiskup praiskup released this 02 Aug 07:11
· 34 commits to master since this release
  • %postgresql_tests_* macros now use random port for the test PostgreSQL
    server. This helps in Koji build system where multiple builds of the
    same package can happen concurrently on one host and using the same
    port would make random build failures.

  • If the testing server fails, the %postgresql_tests_* macros print the
    error log out for easier debugging.