Do not run RateLimiterTest.Rate test on Travis+Mac OSX.
Summary: RateLimiterTest.Rate test has been failing continuously since many days on travis in Mac OSX PLATFORM_DEPENDENT test suite. Check https://travis-ci.org/facebook/rocksdb/pull_requests. Disabling this test for now, so that we can investigate more in depth. Closes https://github.com/facebook/rocksdb/pull/2451 Differential Revision: D5250147 Pulled By: sagar0 fbshipit-source-id: d58476a3c2792d20e875754d1516c4bc7174e86c
This commit is contained in:
parent
ae8571f5c2
commit
53dda8797d
@ -59,6 +59,7 @@ TEST_F(RateLimiterTest, Modes) {
|
||||
}
|
||||
}
|
||||
|
||||
#if !(defined(TRAVIS) && defined(OS_MACOSX))
|
||||
TEST_F(RateLimiterTest, Rate) {
|
||||
auto* env = Env::Default();
|
||||
struct Arg {
|
||||
@ -121,6 +122,7 @@ TEST_F(RateLimiterTest, Rate) {
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
TEST_F(RateLimiterTest, LimitChangeTest) {
|
||||
// starvation test when limit changes to a smaller value
|
||||
|
Loading…
x
Reference in New Issue
Block a user