1. 11 10月, 2017 1 次提交
  2. 01 9月, 2017 1 次提交
  3. 28 7月, 2017 2 次提交
  4. 06 6月, 2017 1 次提交
  5. 02 6月, 2017 1 次提交
  6. 31 5月, 2017 1 次提交
    • T
      travis: reduce the number of travis builders · 5fd04566
      Tamir Duberstein 提交于
      Summary:
      This collapses all the "platform dependent" tests into a single travis
      builder in an effort to reduce overall CI times. These builds currently
      take a combined 21-23 minutes, but each one has to compile the library,
      so combining them should yield some time savings (5-10 minutes).
      
      Unfortunately the other builders don't duplicate work, so combining
      them is unlikely to provide benefit.
      Closes https://github.com/facebook/rocksdb/pull/2306
      
      Differential Revision: D5147850
      
      Pulled By: yiwu-arbug
      
      fbshipit-source-id: d947dc8b9f49639fe22f3c8ab9a82a8d730ddddf
      5fd04566
  7. 25 5月, 2017 1 次提交
  8. 17 5月, 2017 1 次提交
    • Y
      Fix travis java_test · cd593c28
      Yi Wu 提交于
      Summary:
      Travis java_test is failing because `make clean` happens after `build_version.cc` is generated. Fixing it.
      
      Closes #2299
      Closes https://github.com/facebook/rocksdb/pull/2307
      
      Differential Revision: D5070781
      
      Pulled By: yiwu-arbug
      
      fbshipit-source-id: 18d3ea11d602048f4786b8c7a41f49c2aee774cd
      cd593c28
  9. 06 5月, 2017 1 次提交
    • T
      travis: add Windows cross-compilation · fdaefa03
      Tamir Duberstein 提交于
      Summary:
      - downcase includes for case-sensitive filesystems
      - give targets the same name (librocksdb) on all platforms
      
      With this patch it is possible to cross-compile RocksDB for Windows
      from a Linux host using mingw.
      
      cc yuslepukhin orgads
      Closes https://github.com/facebook/rocksdb/pull/2107
      
      Differential Revision: D4849784
      
      Pulled By: siying
      
      fbshipit-source-id: ad26ed6b4d393851aa6551e6aa4201faba82ef60
      fdaefa03
  10. 03 5月, 2017 1 次提交
  11. 08 4月, 2017 1 次提交
  12. 07 3月, 2017 1 次提交
  13. 28 2月, 2017 1 次提交
  14. 20 1月, 2017 1 次提交
  15. 14 1月, 2017 1 次提交
  16. 10 1月, 2017 1 次提交
  17. 21 12月, 2016 1 次提交
  18. 17 11月, 2016 1 次提交
  19. 31 8月, 2016 1 次提交
  20. 09 8月, 2016 2 次提交
  21. 01 7月, 2016 1 次提交
  22. 16 6月, 2016 1 次提交
  23. 14 4月, 2016 1 次提交
  24. 13 4月, 2016 1 次提交
  25. 12 4月, 2016 2 次提交
  26. 02 2月, 2016 1 次提交
    • S
      Travis CI to disable ROCKSDB_LITE tests · ac3fa9a6
      sdong 提交于
      Summary: Travis CI fails most of the times because of timing out. To unblock it, disable LITE tests in Travis CI.
      
      Test Plan: Will see.
      
      Reviewers: anthony, yhchiang, kradhakrishnan, IslamAbdelRahman, andrewkr
      
      Reviewed By: andrewkr
      
      Subscribers: leveldb, dhruba
      
      Differential Revision: https://reviews.facebook.net/D53679
      ac3fa9a6
  27. 20 1月, 2016 1 次提交
  28. 19 1月, 2016 1 次提交
  29. 17 10月, 2015 1 次提交
  30. 08 10月, 2015 1 次提交
    • I
      Travis shouldn't fail when clang-format suggests improvements · aadf49fe
      Igor Canadi 提交于
      Summary: This diff avoids failing travis test when clang-format fails. We should keep the test green even if clang-format fails. It would be good to look at travis output for pull requests to make sure they're following the good code style. However, we broke travis test 3 times today because of formatting issues. We should keep travis test green if the only thing wrong is the formatting.
      
      Test Plan: none
      
      Reviewers: sdong, yhchiang, anthony
      
      Reviewed By: anthony
      
      Subscribers: dhruba, leveldb
      
      Differential Revision: https://reviews.facebook.net/D48291
      aadf49fe
  31. 19 9月, 2015 1 次提交
  32. 18 9月, 2015 1 次提交
  33. 17 9月, 2015 2 次提交
  34. 16 9月, 2015 1 次提交
  35. 15 9月, 2015 1 次提交
  36. 11 9月, 2015 1 次提交
    • I
      Run full test suite in Travis · af7cdbf6
      Igor Canadi 提交于
      Summary: With old travis infrastructure, we couldn't run the whole test suite without crashing. Now we transfered to the new architecture and are able to run full `make check` instead of just db_test.
      
      Test Plan:
      https://travis-ci.org/facebook/rocksdb/builds/79591564
      
      This test has failed, true, but it's actual problem with tests:
      * t8316104 -- Failed ColumnFamilyTest.ReadDroppedColumnFamily and also https://github.com/facebook/rocksdb/issues/673
      * Too many open files:
      
          db/db_universal_compaction_test.cc:514: Failure
          Put(1, Key(i % num_keys), Key(i))
          IO error: /tmp/rocksdbtest-501/db_universal_compaction_prallel_test/000331.sst: Too many open files
      
      Reviewers: sdong, anthony, kradhakrishnan, IslamAbdelRahman
      
      Subscribers: dhruba, leveldb
      
      Differential Revision: https://reviews.facebook.net/D46545
      af7cdbf6