1. 20 10月, 2015 11 次提交
  2. 18 10月, 2015 1 次提交
  3. 17 10月, 2015 6 次提交
  4. 16 10月, 2015 8 次提交
    • S
      crash_test to run with data sync on · 680156ca
      sdong 提交于
      Summary: Mode of data sync off is a much less used than the case of data sync on. Crash test should cover the more common case than a corner case. So turn data sync on in crash tests.
      
      Test Plan: Run crash test and make sure it can run with expected parameters pased to db_stres.
      
      Reviewers: IslamAbdelRahman, anthony, igor, rven, kradhakrishnan, yhchiang
      
      Reviewed By: yhchiang
      
      Subscribers: leveldb, dhruba
      
      Differential Revision: https://reviews.facebook.net/D48729
      680156ca
    • S
      Allow users to disable some kill points in db_stress · e1a5ff85
      sdong 提交于
      Summary:
      Give a name for every kill point, and allow users to disable some kill points based on prefixes. The kill points can be passed by db_stress through a command line paramter. This provides a way for users to boost the chance of triggering low frequency kill points
      This allow follow up changes in crash test scripts to improve crash test coverage.
      
      Test Plan:
      Manually run db_stress with variable values of --kill_random_test and --kill_prefix_blacklist. Like this:
       --kill_random_test=2 --kill_prefix_blacklist=Posix,WritableFileWriter::Append,WritableFileWriter::WriteBuffered,WritableFileWriter::Sync
      
      Reviewers: igor, kradhakrishnan, rven, IslamAbdelRahman, yhchiang
      
      Reviewed By: yhchiang
      
      Subscribers: leveldb, dhruba
      
      Differential Revision: https://reviews.facebook.net/D48735
      e1a5ff85
    • I
      Merge pull request #773 from yuslepukhin/update_requirements · d306a7ea
      Islam AbdelRahman 提交于
      Update 4 is required for building with MS Visual Studio 13
      d306a7ea
    • K
      Disabling TSAN crash test · bb64d6da
      krad 提交于
      Summary: The test is failing with OOM. Temporarily disabled.
      
      Test Plan: Manual check
      
      Reviewers:
      
      CC: leveldb@
      
      Task ID: #8732029
      
      Blame Rev:
      bb64d6da
    • D
      8c2fe68f
    • I
      Fix db_test under ROCKSDB_LITE · 952ad994
      Islam AbdelRahman 提交于
      Summary:
      This diff exclude alot of tests in db_test that are not compiling / failing under ROCKSD_LITE
      
      Test Plan:
      OPT=-DROCKSDB_LITE make check -j64
      make check -j64
      
      Reviewers: yhchiang, igor, sdong
      
      Reviewed By: sdong
      
      Subscribers: dhruba
      
      Differential Revision: https://reviews.facebook.net/D48771
      952ad994
    • I
      Block tests under ROCKSDB_LITE · 6d730b4a
      Islam AbdelRahman 提交于
      Summary:
      This patch will block all tests (not including db_test) that don't compile / fail under ROCKSDB_LITE
      
      Test Plan:
      OPT=-DROCKSDB_LITE make db_compaction_filter_test -j64 &&
      OPT=-DROCKSDB_LITE make db_compaction_test -j64 &&
      OPT=-DROCKSDB_LITE make db_dynamic_level_test -j64 &&
      OPT=-DROCKSDB_LITE make db_log_iter_test -j64 &&
      OPT=-DROCKSDB_LITE make db_tailing_iter_test -j64 &&
      OPT=-DROCKSDB_LITE make db_universal_compaction_test -j64 &&
      OPT=-DROCKSDB_LITE make ldb_cmd_test -j64
      
      make clean
      
      make db_compaction_filter_test -j64 &&
      make db_compaction_test -j64 &&
      make db_dynamic_level_test -j64 &&
      make db_log_iter_test -j64 &&
      make db_tailing_iter_test -j64 &&
      make db_universal_compaction_test -j64 &&
      make ldb_cmd_test -j64
      
      Reviewers: yhchiang, igor, sdong
      
      Reviewed By: sdong
      
      Subscribers: dhruba
      
      Differential Revision: https://reviews.facebook.net/D48723
      6d730b4a
    • S
      Merge pull request #770 from Vaisman/master · 5eee1ef2
      Siying Dong 提交于
      Error while cmake by building from zip-archive
      5eee1ef2
  5. 15 10月, 2015 8 次提交
  6. 14 10月, 2015 6 次提交