1. 03 Mar, 2018 2 commits
    • Peter Eisentraut's avatar
      Prevent LDAP and SSL tests from running without support in build · ff18115a
      Peter Eisentraut authored
      Add checks in each test file that the build supports the feature,
      otherwise skip all the tests.  Before, if someone were to (accidentally)
      invoke these tests without build support, they would fail in confusing
      ways.
      
      based on patch from Michael Paquier <michael@paquier.xyz>
      ff18115a
    • Peter Eisentraut's avatar
      Add PG_TEST_EXTRA to control optional test suites · fdb34824
      Peter Eisentraut authored
      The SSL and LDAP test suites are not run by default, as they are not
      secure for multi-user environments.  This commit adds an extra make
      variable to optionally enable them, for example:
      
      make check-world PG_TEST_EXTRA='ldap ssl'
      
      Author: Michael Paquier <michael@paquier.xyz>
      fdb34824
  2. 02 Mar, 2018 11 commits
  3. 01 Mar, 2018 11 commits
  4. 28 Feb, 2018 10 commits
  5. 27 Feb, 2018 6 commits