1. 21 9月, 2017 1 次提交
    • A
      Fix aix7_ppc_64 making script · 15c04803
      Adam Lee 提交于
          $ make -j -s install
          ...
          --- subprocess32, Linux only
          /bin/sh: line 3: [: =: unary operator expected
          --- stream
          ...
          Greenplum Database installation complete.
      
      When `$(BLD_ARCH)` is empty, the check becomes `[ = 'aix7_ppc_64' ]`, and gets
      the unary operator expected error.
      15c04803
  2. 14 9月, 2017 1 次提交
  3. 30 8月, 2017 1 次提交
    • Y
      Add client and loader support for aix7_ppc_64 platform (#3051) · f3720b76
      Yuan Zhao 提交于
      1. Add dependency packages to Ivy
      2. Modify set_bld_arch.sh to correctly recongize aix7
      3. Disable unsupported python libraries on aix7.
      4. Disable gpmapreduce for aix7
      5. Set ADDON_DIR for aix7
         Signed-off-by: Peifeng Qiu pqiu@pivotal.io
      f3720b76
  4. 17 8月, 2017 1 次提交
    • N
      Change makefile naming to be consistent for gpMgmt/bin · 6268ba99
      Nadeem Ghani 提交于
      Previously, the "all" target was used only by gpMgmt/bin/Makefile in
      place of the "install" target used elsewhere. The underlying reason was
      because python doesn't need a compile phase (the "all" target).
      
      However, this is inconsistent. Change to use the standard "install"
      target, which is also the default on the gpMgmt/bin/Makefile.
      Signed-off-by: NLarry Hamel <lhamel@pivotal.io>
      6268ba99
  5. 19 7月, 2017 1 次提交
  6. 17 5月, 2017 1 次提交
    • C
      Use unittest module instead of unittest2 module in python unittests. · 62d60462
      Chris Hajas 提交于
      Since python 2.7 has the unittest module included, we do not need to use
      unittest2 anymore. This removes this dependency requirement. We
      previously used the unittest2 module as it included features that were
      not present in python 2.6. There are still unittest2 dependencies in the
      TINC tests, but that may be a more intensive effort.
      62d60462
  7. 13 4月, 2017 1 次提交
  8. 10 4月, 2017 1 次提交
  9. 04 4月, 2017 1 次提交
  10. 23 2月, 2017 2 次提交
  11. 11 2月, 2017 1 次提交
  12. 17 1月, 2017 1 次提交
  13. 05 1月, 2017 1 次提交
  14. 17 12月, 2016 1 次提交
  15. 05 12月, 2016 1 次提交
  16. 27 9月, 2016 1 次提交
  17. 16 7月, 2016 1 次提交
    • D
      Silence some chatter from make install · a41383cc
      Daniel Gustafsson 提交于
      Running make install is expected to produce lots of output but we
      perform some steps that can be removed and have some level of
      printing to STDOUT that is superflous. Suppress output for logic
      with @ and remove unused commands and filetypes (perforce and CVS).
      a41383cc
  18. 11 5月, 2016 1 次提交
    • L
      add Makefile target "make unitdevel" that runs pure unit tests (#710) · e7e83220
      Larry H 提交于
      * new "unitdevel" target uses whatever libraries and python is provided by developer's PATH
      * that new "unitdevel" target allows whatever logging that the unit tests output, to stdout
      * change names of 4 "unit" test files that actually require a cluster to be running to have "_cluster_" in their names
      * keep the behavior of the existing "make check" to run both pure unit tests AND the "_cluster_" tests
      e7e83220
  19. 18 3月, 2016 1 次提交
  20. 18 2月, 2016 1 次提交
    • J
      Refactored backup and restore Behave tests · e8889fc5
      Jamie McAtamney 提交于
      This commit represents a major overhaul of the backup and restore test suite,
      with the following main goals:
      1) Cut down the time required to run the tests (previous runtime was ~3.5 hours
      on Pivotal test machines, now it's down to around 1 hour 15 minutes).
      2) Make each test scenario independent, so that the database state at the start
      of a scenario does not depend on which scenarios were run before it and failures
      in one scenario will not cause later scenarios to fail as a result.
      3) Group commonly used steps, remove redundant scenarios and unnecessary steps
      within scenarios, standardize common database and table names, and perform
      similar cleanup, both to cut down on runtime and to improve readability and
      comprehensibility of the suite.
      e8889fc5
  21. 15 12月, 2015 1 次提交
  22. 28 10月, 2015 2 次提交