1. 18 9月, 2015 3 次提交
  2. 17 9月, 2015 8 次提交
  3. 16 9月, 2015 13 次提交
  4. 15 9月, 2015 12 次提交
  5. 12 9月, 2015 4 次提交
    • A
      Transactions: Release Locks when rolling back to a savepoint · a3fc49bf
      agiardullo 提交于
      Summary: Transaction::RollbackToSavePoint() will now release any locks that were taken since the previous SavePoint.  To do this cleanly, I moved tracked_keys_ management into TransactionBase.
      
      Test Plan: New Transaction test.
      
      Reviewers: igor, rven, sdong
      
      Reviewed By: sdong
      
      Subscribers: dhruba, spetrunia, leveldb
      
      Differential Revision: https://reviews.facebook.net/D46761
      a3fc49bf
    • D
      Address code review comments both GH and internal · ddc8b449
      Dmitri Smirnov 提交于
       Fix compilation issues on GCC/CLANG
       Address Windows Release test build issues due to Sync
      ddc8b449
    • K
      Improvements to CI jobs · 9f3a66a9
      krad 提交于
      Summary: Fixed
      - Added timeouts for crash tests. They take around 9hrs.
      - Added oncall so we can get notifications for timeout etc.
      - Fixed a bug in the valgrind script
      - Cosmetic fix
      
      Test Plan: Manual run
      
      Reviewers: sdong igor
      
      CC: leveldb@
      
      Task ID: #6968635
      
      Blame Rev:
      9f3a66a9
    • K
      Minor fix to CI job · 7db1471c
      krad 提交于
      Summary: Fix the issue where compilation error will not result in log file not
      found error
      
      Test Plan: None
      
      Reviewers: sdong igor
      
      CC: leveldb@
      
      Task ID: #6968635
      
      Blame Rev:
      7db1471c