1. 06 1月, 2018 1 次提交
  2. 01 9月, 2017 2 次提交
  3. 06 4月, 2017 1 次提交
    • D
      Rework test running script. · e5a1372b
      Dmitri Smirnov 提交于
      Summary:
      Rework test running script.
        New options SuiteRun - runs specified executables as google suite
        test cases in parallel.
        Run - this option now runs executables in parallel the same as 'tests'
        RunAll - scans for test executables and attempts to run them all
        as suites except those mentiones in RunOnly (hardcoded in the script)
        or specified either in $ExcludeTestCases $ExcludeTestExe
      Closes https://github.com/facebook/rocksdb/pull/2089
      
      Differential Revision: D4832212
      
      Pulled By: yiwu-arbug
      
      fbshipit-source-id: 954990c
      e5a1372b
  4. 28 2月, 2017 1 次提交
  5. 19 1月, 2017 1 次提交
  6. 11 8月, 2016 1 次提交
  7. 06 8月, 2016 4 次提交
  8. 20 5月, 2016 1 次提交
  9. 13 5月, 2016 1 次提交
  10. 18 11月, 2015 1 次提交
  11. 13 11月, 2015 1 次提交
    • Y
      Run tests imporvements · 935d1495
      yuslepukhin 提交于
        Add sequential rerun for any failed tests. Add env_test case.
        Limit concurrency
        Allow to specify individual tests
        Take $Limit into account when displaying number of tests
      935d1495
  12. 11 11月, 2015 2 次提交
  13. 21 10月, 2015 1 次提交
    • D
      Do not build test only code and unit tests in Release builds · e154ee08
      Dmitri Smirnov 提交于
        Test code errors are currently blocking Windows Release builew
        We do not want spend time building in Release what we can not run
        We want to eliminate a source of most frequent errors when people
        check-in test only code which can not be built in Release.
        This feature will work only if you invoke msbuild against rocksdb.sln
        Invoking it against ALL_BUILD target will attempt to build everything.
      e154ee08
  14. 30 9月, 2015 1 次提交
    • D
      Improve CI build and build switches · 2e7506d8
      Dmitri Smirnov 提交于
        Add an optimized build config switch for faster test runs
        Change compiler options to introduce more opitmizations and be more inline with MS internal switches.
        Make appveyor build to utilize all the avaiable cores on the VM (parallel)
        Introduce new appveyor configuration for daily test runs as it would take too long
        to run db_test after each checkin even in paralell.
        With some exclusions we make it in 38 minutes. We currently fail to install ramdisk during the build.
        Add a powershell script to faicilitate paralell run for db_test cases.
      2e7506d8
  15. 08 8月, 2015 1 次提交
    • S
      Add auto-build manifest for appveyor · 0a7ea582
      sdong 提交于
      Summary: Check in a simple auto-build manfiest so that developers can issue ad-hoc build for Windows in Appveyor.
      
      Test Plan: Run it in test branch test_appveyor and it works well.
      
      Reviewers: kradhakrishnan, rven, anthony, IslamAbdelRahman, yhchiang
      
      Reviewed By: yhchiang
      
      Subscribers: leveldb, dhruba
      
      Differential Revision: https://reviews.facebook.net/D43839
      0a7ea582