Skip to content

Commit

Permalink
Make RateLimiting unit test less flakey
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcanadi committed May 21, 2014
1 parent b2cf95f commit f725e4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utilities/backupable/backupable_db_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,6 @@ TEST(BackupableDBTest, RateLimiting) {
auto rate_limited_restore_time = (bytes_written * kMicrosPerSec) /
backupable_options_->restore_rate_limit;
ASSERT_GT(restore_time, 0.9 * rate_limited_restore_time);
ASSERT_LT(restore_time, 2.5 * rate_limited_restore_time);

AssertBackupConsistency(0, 0, 100000, 100010);
}
Expand Down

0 comments on commit f725e4f

Please sign in to comment.