1. 16 4月, 2016 1 次提交
    • S
      Use leaked schema dropper in gpcheckcat · 9dfaf11e
      Stephen Wu 提交于
      - gpcheckcat should return a return code of 0 if schemas are found/dropped
      - Backfilled tests for leaked schema logging
      - Also cleaned up typo in Makefile
      9dfaf11e
  2. 13 4月, 2016 8 次提交
  3. 08 4月, 2016 1 次提交
    • K
      drop leaked/orphan schemas before running gpcheckcat catalog checks (#595) · 41dfd82b
      kaknikhil 提交于
      * drop leaked schemas before running gpcheckcat tests
      
        1. drop any leaked/orphaned schemas before running any of the gpcheckcat tests
        2. add unit and behave tests
        3. move gpcheckcat from gpMgmt/bin/lib to gpMgmt/bin
        4. misc refactoring
      
      orphan/leaked schemas are temp schemas that are not associated with any session id.
      There used to be a check for leaked temp schemas in gpcheckcat
      which ended up creating a repair script.
      
      * drop the database at the end of the behave test
      
      * move the gpcheckcat bin to lib symlink before the copy to /Users/nikhilkak/git/gpdb/gpAux/greenplum-db-devel
      
      * fix the if check before symlinking  gpcheckcat from bin to lib
      
      closes #595  
      41dfd82b