Revision e91d1a21a6ad7dc4eb4ce46c5b3f6ad550357640 authored by Peter Dillinger on 27 March 2020, 02:34:06 UTC, committed by Facebook GitHub Bot on 27 March 2020, 02:36:32 UTC
Summary:
This test was written like a stress test, using up to 3x26GB
RSS memory during parallel 'make check'. Now, while this code is mostly
dormant, I've made the "for Travis" versions of the expensive tests the
canonical versions and disabled the expensive versions. This has the
side benefit of removing some arbitrary conditional compilation.

For unknown reason, the super expensive tests were gated on
Snappy_Supported, which appears to be irrelevant, so I removed it.

The tests can be fixed / improved / migrated to stress test if/when they
are deemed important again.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6601

Test Plan:
make check + CI

./persistent_cache_test Before:
...
[==========] 10 tests from 2 test cases ran. (114541 ms total)
[  PASSED  ] 10 tests.
YOU HAVE 1 DISABLED TEST

After:
...
[==========] 3 tests from 2 test cases ran. (1714 ms total)
[  PASSED  ] 3 tests.
YOU HAVE 10 DISABLED TESTS

Reviewed By: siying

Differential Revision: D20680983

Pulled By: pdillinger

fbshipit-source-id: 2be0fde13eeb0a71110ac7f5477cfe63996a509e
1 parent 6f62322
History
File Mode Size
delete_scheduler.cc -rw-r--r-- 11.5 KB
delete_scheduler.h -rw-r--r-- 4.9 KB
delete_scheduler_test.cc -rw-r--r-- 25.3 KB
file_prefetch_buffer.cc -rw-r--r-- 5.2 KB
file_prefetch_buffer.h -rw-r--r-- 4.2 KB
file_util.cc -rw-r--r-- 3.7 KB
file_util.h -rw-r--r-- 1.3 KB
filename.cc -rw-r--r-- 14.1 KB
filename.h -rw-r--r-- 7.5 KB
random_access_file_reader.cc -rw-r--r-- 10.0 KB
random_access_file_reader.h -rw-r--r-- 4.9 KB
random_access_file_reader_test.cc -rw-r--r-- 7.2 KB
read_write_util.cc -rw-r--r-- 2.2 KB
read_write_util.h -rw-r--r-- 1.3 KB
readahead_raf.cc -rw-r--r-- 6.0 KB
readahead_raf.h -rw-r--r-- 1.2 KB
sequence_file_reader.cc -rw-r--r-- 8.5 KB
sequence_file_reader.h -rw-r--r-- 2.4 KB
sst_file_manager_impl.cc -rw-r--r-- 19.2 KB
sst_file_manager_impl.h -rw-r--r-- 7.6 KB
writable_file_writer.cc -rw-r--r-- 13.1 KB
writable_file_writer.h -rw-r--r-- 5.6 KB

back to top