1. 24 2月, 2017 21 次提交
  2. 23 2月, 2017 15 次提交
  3. 05 2月, 2017 1 次提交
    • J
      Fix gppersistentrebuild and its behave tests · 42bd56dc
      Jimmy Yih 提交于
      The gppersistentrebuild tool was trying to use string_agg without
      casting the oid to text. This used to work before but not anymore. The
      behave tests only have two scenarios but the second scenario would
      always fail because it would run when a primary/mirror segment pair
      were still in resync mode.
      42bd56dc
  4. 23 2月, 2017 3 次提交
    • L
      Fix unit test pollution when calling apply patches · 8017d883
      Larry Hamel 提交于
      * When mocking, we may setup patches that are not cleaned up properly
        and causes test pollutions. Ensure that we do tearDown properly and
        raise a condition if we are not.
      Signed-off-by: NMarbin Tan <mtan@pivotal.io>
      8017d883
    • L
      Add gpconfig --file flag · a86e4901
      Larry Hamel 提交于
      When running gpconfig -s with --file option, we can now view the
      postgresql.conf guc settings instead of just viewing the user guc
      settings in the database. This option also reports if there are any
      inconsistencies with the postgresql.conf between the segments.
      
      reformat gpconfig:
      * enable unit testing
      
      remove gpconfig white-space
      
      Add gpconfig behave tests:
      * When you run gpconfig with -s and --file, you can sometimes run into
      a nonetype string format error. This is due to us not joining all the
      threads properly and closing them out properly.
      
      * Added gpconfig behave tests to ensure that we are not missing anything
       in the unittest tests. As we are mocking the pool, we need to make sure
       that we are not doing anything silly, so adding minimal behave tests.
       Single node is probably enough.
      Signed-off-by: NChumki Roy <croy@pivotal.io>
      Signed-off-by: NMarbin Tan <mtan@pivotal.io>
      a86e4901
    • M
      Update gpconfig help doc · 83e0f5b0
      Marbin Tan 提交于
      83e0f5b0