1. 13 5月, 2016 2 次提交
  2. 19 1月, 2016 1 次提交
  3. 14 12月, 2015 1 次提交
  4. 05 12月, 2015 1 次提交
    • A
      Fix pg_regress to only ignore NOTICES specified by the init_file. · 29cccef6
      Abhijit Subramanya 提交于
      pg_regress uses a tool called gpdiff.pl in order to compare diffs between
      expected and actual result files in installcheck-good. pg_regress was hard
      coded to always invoke gpdiff.pl to ignore NOTICE statements. Instead it would
      be better to selectively ignore some NOTICE statements which are harmless and
      which show up very often and compare the rest. This patch causes pg_regress to
      invoke gpdiff.pl with an init_file which contains patterns that are to be
      ignored.
      29cccef6
  5. 16 11月, 2015 1 次提交
    • Y
      put gpfdist test code with source code · 87391c26
      Yandong Yao 提交于
      Move gpfdist regress cases 'exttab1' and 'custom_format' to extension/gpfdist
      directory.
      
      Enhance pg_regress to call needed perl scripts from correct directory.
      87391c26
  6. 28 10月, 2015 1 次提交
  7. 09 2月, 2007 1 次提交
  8. 08 2月, 2007 1 次提交
    • B
      Win32 regression test fixes: · 6fea31b6
      Bruce Momjian 提交于
      For win32 in general, this makes it possible to run the regression tests
      as an admin user by using the same restricted token method that's used
      by pg_ctl and initdb.
      
      For vc++, it adds building of pg_regress.exe, adds a resultmap, and
      fixes how it runs the install.
      
      Magnus Hagander
      6fea31b6
  9. 07 2月, 2007 1 次提交
  10. 02 2月, 2007 1 次提交
    • B
      Wording cleanup for error messages. Also change can't -> cannot. · 8b4ff8b6
      Bruce Momjian 提交于
      Standard English uses "may", "can", and "might" in different ways:
      
              may - permission, "You may borrow my rake."
      
              can - ability, "I can lift that log."
      
              might - possibility, "It might rain today."
      
      Unfortunately, in conversational English, their use is often mixed, as
      in, "You may use this variable to do X", when in fact, "can" is a better
      choice.  Similarly, "It may crash" is better stated, "It might crash".
      8b4ff8b6
  11. 20 1月, 2007 2 次提交
  12. 06 1月, 2007 2 次提交
  13. 04 10月, 2006 1 次提交
  14. 25 9月, 2006 1 次提交
  15. 19 9月, 2006 1 次提交
  16. 14 8月, 2006 1 次提交
  17. 02 8月, 2006 1 次提交
  18. 01 8月, 2006 1 次提交
    • A
      · a3bae608
      Andrew Dunstan 提交于
      have pg_regress fall back on testing with the canonical results file if an
      alternative test is specified but none succeeds.
      a3bae608
  19. 30 7月, 2006 1 次提交
    • B
      Fix WIN32 wait() return value macros to be accurate, particularly · 1a271f0c
      Bruce Momjian 提交于
      because they are used for testing the return value from system().
      (WIN32 doesn't overlay the return code with other failure conditions
      like Unix does, so they are just simple macros.)
      
      Fix regression checks to properly handle diff failures on Win32 using
      the new macros.
      1a271f0c
  20. 27 7月, 2006 1 次提交
  21. 25 7月, 2006 2 次提交
  22. 24 7月, 2006 1 次提交
  23. 22 7月, 2006 1 次提交
  24. 21 7月, 2006 2 次提交
    • T
      Ah, I finally realize why Magnus wanted to add a --bindir option to · bc660c42
      Tom Lane 提交于
      pg_regress: there's no other way to cope with testing a relocated
      installation.  Seems better to call it --psqldir though, since the
      only thing we need to find in that case is psql.  It'd be better if
      we could use find_other_exec, but that's not happening unless we are
      willing to install pg_regress alongside psql, which seems unlikely
      to happen.
      bc660c42
    • T
      As a stopgap to get the Windows buildfarm members running again, hot-wire · 11f6d2fc
      Tom Lane 提交于
      the check on diff's exit status to check for literally 0 or 1.  Someone
      should look into why WIFEXITED/WEXITSTATUS don't work for this, but I've
      spent more than enough time on it already.
      11f6d2fc
  25. 20 7月, 2006 6 次提交
  26. 19 7月, 2006 3 次提交