1. 04 4月, 2019 1 次提交
  2. 03 4月, 2019 2 次提交
  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. 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
  8. 13 3月, 2019 1 次提交
  9. 12 3月, 2019 1 次提交
  10. 05 3月, 2019 1 次提交
  11. 28 2月, 2019 1 次提交
  12. 20 2月, 2019 2 次提交
  13. 14 2月, 2019 2 次提交
  14. 06 2月, 2019 1 次提交
  15. 05 2月, 2019 4 次提交
  16. 02 2月, 2019 1 次提交
  17. 01 2月, 2019 1 次提交
    • Z
      Update serially when GDD is disabled · 29e7f102
      Zhang Shujie 提交于
      If Global Deadlock Detector is enabled, then the table lock may
      downgrade to RowExclusiveLock, It may lead two problems:
      
      1. When updating distributed keys concurrently, SplitUpdate node
         would generate more tuples in the table.
      2. When updating concurrently, it may trigger the EvalPlanQual
         function, when the SubPlan has Motion node, it can not execute
         correctly.
      
      Now we add a GUC for GDD, if it is disabled, we execute these
      UPDATE statement serially, if it is enabled, we raise an error when
      updating concurrently.
      
      Co-authored-by: Zhenghua Lyu zlv@pivotal.io
      29e7f102
  18. 30 1月, 2019 3 次提交
    • K
      Revert "Move python artifact out of Ivy" · 39dfead3
      Karen Huddleston 提交于
      This reverts commit 05611ba6.
      39dfead3
    • K
      Move python artifact out of Ivy · 05611ba6
      Karen Huddleston 提交于
      We are no longer consuming python from Ivy. We are now building it
      ourselves against the version of OpenSSL provided on the OS.
      Co-authored-by: NKaren Huddleston <khuddleston@pivotal.io>
      Co-authored-by: NBen Christel <bchristel@pivotal.io>
      Co-authored-by: NDavid Sharp <dsharp@pivotal.io>
      05611ba6
    • J
      gpstate: add behave tests · 825c7d93
      Jacob Champion 提交于
      Acceptance tests for gpstate were lacking, making it difficult to prove
      that the previous commit didn't break anything. Start remedying that
      here -- these tests are not exhaustive by any means, but they're a good
      start.
      
      The new Concourse job is called "gpstate".
      
      The new (or modified) behave steps are as follows:
      
        - "user kills all {type} processes [with {signal}]"
      
          This step previously worked only with primary processes, and would
          only send SIGKILL. It now allows either primary or mirror to be
          specified, along with the specific signal to be sent. If no signal
          is specified, SIGTERM will be sent.
      
        - "a standard local demo cluster is created"
      
          This step creates a standard 3 content demo cluster with mirrors and
          master standby.
      
        - "a standard local demo cluster is running"
      
          This step checks that a standard demo cluster as defined above
          is currently running. If it is not, it creates one. This leads to a
          speed improvement in the tests that use this step.
      Co-authored-by: NMark Sliva <msliva@pivotal.io>
      Co-authored-by: NJamie McAtamney <jmcatamney@pivotal.io>
      825c7d93
  19. 29 1月, 2019 2 次提交
  20. 28 1月, 2019 2 次提交
  21. 26 1月, 2019 2 次提交
    • A
      CI: change gpexpand job dependency to icw_gporca_centos6. · 322c4602
      Ashwin Agrawal 提交于
      icw_gporca_centos6 job generates the icw_gporca_centos6_dump. gpexpand
      has icw_gporca_centos6_dump as input, hence make it just depend on
      that particular job instead of all the ICW jobs. This makes the
      gpexpand job same as pg_upgrade job. Also, importantly marks the
      real dependency instead of perceived one.
      322c4602
    • A
      Remove tinc from concourse and pipeline files. · cd733c64
      Ashwin Agrawal 提交于
      This also removes the last remaining walrep job from pipeline file
      using tinc. Those tests are anyways broken and can't be run. Plan is
      to port some of the relevant to regress or behave.
      cd733c64
  22. 19 1月, 2019 1 次提交
  23. 17 1月, 2019 1 次提交
  24. 15 1月, 2019 4 次提交
  25. 11 1月, 2019 2 次提交