1. 26 3月, 2020 1 次提交
  2. 27 11月, 2019 1 次提交
  3. 02 11月, 2019 1 次提交
  4. 01 11月, 2019 1 次提交
  5. 31 10月, 2019 1 次提交
  6. 29 6月, 2019 1 次提交
  7. 19 4月, 2019 1 次提交
  8. 14 2月, 2019 1 次提交
  9. 07 11月, 2018 1 次提交
  10. 25 8月, 2018 1 次提交
  11. 16 6月, 2018 1 次提交
  12. 24 3月, 2018 1 次提交
  13. 20 1月, 2018 1 次提交
  14. 07 12月, 2017 1 次提交
  15. 04 8月, 2017 1 次提交
  16. 19 7月, 2017 1 次提交
  17. 18 7月, 2017 2 次提交
  18. 30 6月, 2017 1 次提交
  19. 28 6月, 2017 1 次提交
  20. 21 4月, 2017 2 次提交
  21. 19 4月, 2017 1 次提交
  22. 14 10月, 2016 1 次提交
  23. 11 6月, 2016 1 次提交
  24. 10 6月, 2016 1 次提交
  25. 09 6月, 2016 1 次提交
    • A
      use branch names in format compatibility test · 5091dfc1
      Andrew Kryczka 提交于
      Summary:
      We had to go back and update the g++ path for 4.4.fb-4.8.fb. So the
      path is now fixed on the branches, but can't be fixed on the tags since they're
      immutable. By making format compatibility tests use branch names (when
      available), backported fixes like this will be used without having to re-release.
      
      Also removed v1.5.7 and v2.1 because make fails.
      
      Test Plan:
        $ build_tools/rocksdb-lego-determinator run_format_compatible
      
      Reviewers: sdong, lightmark, IslamAbdelRahman
      
      Reviewed By: IslamAbdelRahman
      
      Subscribers: andrewkr, dhruba, leveldb
      
      Differential Revision: https://reviews.facebook.net/D59355
      5091dfc1
  26. 22 3月, 2016 1 次提交
    • S
      tools/check_format_compatible.sh to use consistent version when testing... · 43bbb561
      sdong 提交于
      tools/check_format_compatible.sh to use consistent version when testing backward and forward compatibility
      
      Summary: Test seems to fail if we don't use consistent version between testing forward and backward compatibility.
      
      Test Plan: Run the script (with some version removed manually to make it shorter)
      
      Reviewers: IslamAbdelRahman
      
      Reviewed By: IslamAbdelRahman
      
      Subscribers: leveldb, andrewkr, dhruba
      
      Differential Revision: https://reviews.facebook.net/D55773
      43bbb561
  27. 19 3月, 2016 1 次提交
    • S
      Update format compatible checking tool · 780d2b04
      sdong 提交于
      Summary: After introducing a less forward-compatible change, update the backward compatible checking tool.
      
      Test Plan: Run it.
      
      Reviewers: IslamAbdelRahman
      
      Reviewed By: IslamAbdelRahman
      
      Subscribers: IslamAbdelRahman, leveldb, andrewkr, dhruba
      
      Differential Revision: https://reviews.facebook.net/D55695
      780d2b04
  28. 09 4月, 2015 1 次提交
    • S
      Script to check whether RocksDB can read DB generated by previous releases and vice versa · ee9bdd38
      sdong 提交于
      Summary: Add a script, which checks out changes from a list of tags, build them and load the same data into it. In the last, checkout the target build and make sure it can successfully open DB and read all the data. It is implemented through ldb tool, because ldb tool is available from all previous builds so that we don't have to cross build anything.
      
      Test Plan: Run the script.
      
      Reviewers: yhchiang, rven, anthony, kradhakrishnan, igor
      
      Reviewed By: igor
      
      Subscribers: leveldb, dhruba
      
      Differential Revision: https://reviews.facebook.net/D36639
      ee9bdd38