1. 04 4月, 2019 2 次提交
  2. 03 4月, 2019 17 次提交
  3. 02 4月, 2019 1 次提交
  4. 28 3月, 2019 1 次提交
  5. 27 3月, 2019 1 次提交
    • W
      Add gpperfmon test for all supported platforms (#7174) (#7202) · dd1e1544
      Wang Hao 提交于
      For GP 6 beta, the release engineering team is removing the apr-util
      package from the list of bundled dependencies. Users will be asked
      to provide their own apr-util package, which can differ in the version
      on each platform. So it is necessary to verify gpperfmon is workable
      with the platform provided apr-util on each supported platform.
      
      Originally, gpperfmon test is done in CLI test suite, only covers centos6.
      This commit changed it to a dedicated suite in order to test multiple
      platforms.
      Note: on SLES12 does not need to install libapr-util1 to run gpmmon
      dd1e1544
  6. 25 3月, 2019 1 次提交
    • J
      add gpmovemirrors behave tests · 32df36a1
      Jamie McAtamney 提交于
      We add gpmovemirrors tests and add them to the pipeline as well.
      Using behave tags, some of the tests can run locally on a demo
      cluster.  We also introduce Behave tag logic to choose which
      tests to run.
      
      <Co-Authored-By> Kalen Krempely <kkrempely@pivotal.io>
      <Co-Authored-By> Mark Sliva <msliva@pivotal.io>
      (cherry-picked from fdf8b611)
      32df36a1
  7. 19 3月, 2019 2 次提交
  8. 16 3月, 2019 2 次提交
  9. 15 3月, 2019 1 次提交
    • J
      Remove ICW job icw_planner_centos7_online_expand (#7172) · de2d530d
      Jialun 提交于
      This job is used to test online expand, it will create a cluster
      with two segments, then expand to 3 and run all ICW to check
      whether the cluster is OK after expansion.
      As restart is forbidden in online expand test, so we exclude all
      the case which contains restart opertaion. But if someone add a
      new test with restart, the job may fail. Manual intervention to
      exclude the test is needed.
      So we move this job to our own dev pipeline to reduce the impact
      on prod pipeline.
      de2d530d
  10. 13 3月, 2019 2 次提交
  11. 12 3月, 2019 1 次提交
  12. 07 3月, 2019 1 次提交
  13. 06 3月, 2019 1 次提交
  14. 05 3月, 2019 1 次提交
  15. 01 3月, 2019 1 次提交
  16. 28 2月, 2019 1 次提交
  17. 22 2月, 2019 1 次提交
    • X
      GPDB6 builds clients rpm for centos (#6868) · 23dda986
      Xiaoran Wang 提交于
      gpload,gpfdist,createdb,dropdb,createuser,
      dropuser,createlang,droplang,psql,pg_dump,
      and pg_dumpall, these components are all
      packaged into clients package.
      
      1)gpAux/Makfile:
        * Remove loaders in gpAux/Makefile.
        * Now clients use some system libraries,
          so no need to copy these denpendencies
          into lib.
      2)Modify compile_gpdb_clients.bash to export
        gpdb_clients bin package for building clients
        rpm.
      3)Remove unused files under gpAux.
      23dda986
  18. 20 2月, 2019 3 次提交