Revision 7e37a5918cbe18e6aca0751d9ff01c0e1dc3b055 authored by Akanksha Mahajan on 24 July 2020, 21:45:45 UTC, committed by Facebook GitHub Bot on 24 July 2020, 21:47:00 UTC
Summary:
BackupableDBTest.RateLimiting test is failing due to timed out
on our test server. It might be because of nested loops run sequentially that test different type of combinations of parameters. This patch converts the test into parameterized test so that all combinations can be tested out.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/7167

Test Plan: make check -j64

Reviewed By: zhichao-cao

Differential Revision: D22709531

Pulled By: akankshamahajan15

fbshipit-source-id: 95518153e87b3b5311a6c1960a191bca58898786
1 parent 0c5bb10
History
File Mode Size
mock_time_env.h -rw-r--r-- 1.3 KB
sync_point.cc -rw-r--r-- 2.3 KB
sync_point.h -rw-r--r-- 5.7 KB
sync_point_impl.cc -rw-r--r-- 3.5 KB
sync_point_impl.h -rw-r--r-- 2.4 KB
testharness.cc -rw-r--r-- 1.6 KB
testharness.h -rw-r--r-- 1.5 KB
testutil.cc -rw-r--r-- 17.6 KB
testutil.h -rw-r--r-- 25.1 KB
testutil_test.cc -rw-r--r-- 1.2 KB
transaction_test_util.cc -rw-r--r-- 13.1 KB
transaction_test_util.h -rw-r--r-- 4.8 KB

back to top