1. 24 8月, 2018 1 次提交
    • A
      Revert "Revert "Avoids deadlocks for concurrent index creation on AO tables."" · 26a13953
      Adam Berlin 提交于
      This reverts commit c3726b09.
      
      The original commit, which we're re-introducing with this Revert, was failing
      because some isolation2 tests had this situation:
      
      Session one successfully reindexes with a blocking call without committing,
      continuing to hold the lock. Session two attempts to create an index on the
      same table, which is locked by session one.
      
      We introduced backgrounding of session two, which allows session one to return
      and commit, releasing the lock. Our change enables the test runner to behave in
      a realistic concurrent way, after the introduction of the
      ShareRowExclusiveLock.
      Co-authored-by: NJesse Zhang <sbjesse@gmail.com>
      26a13953
  2. 16 2月, 2018 1 次提交
  3. 05 4月, 2017 1 次提交
  4. 11 8月, 2016 1 次提交
    • J
      Add TINC test framework and tests. · 8262c644
      Jimmy Yih 提交于
      TINC is an internal Pivotal test framework which is used for testing Greenplum.
      These regression tests are used regularly to validate internal and external
      commits. With this commit, nearly all Greenplum test code will be available for
      public usage.
      8262c644