Revision 0ac0098705761e0b7486b1c1637410e516e9e97c authored by mrambacher on 19 May 2020, 16:20:21 UTC, committed by Facebook GitHub Bot on 19 May 2020, 16:22:12 UTC
Summary:
Under MacOS when running with make -j 8 check, the temporary directory generated was > 100 characters.  This caused the tests to do nothing under MacOS.  Most of them still reported success for doing nothing, but ReadaheadSize was expecting the test to run.

By making the option name longer, the tests will no run successfully (and do something!)
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6846

Reviewed By: ajkr

Differential Revision: D21576032

fbshipit-source-id: b089cde0d598137b572aa8527cc5459085252af7
1 parent ada700b
History
File Mode Size
modules
RocksDBConfig.cmake.in -rw-r--r-- 891 bytes

back to top