Skip to content

Commit

Permalink
Missing break in case in DBTestBase::CurrentOptions
Browse files Browse the repository at this point in the history
Summary:
Found by gcc-7 compile error.

This appeared to be a fault as these options seems too different.
Closes facebook#1667

Differential Revision: D4324174

Pulled By: yiwu-arbug

fbshipit-source-id: 0f65383
  • Loading branch information
grooverdan authored and Facebook Github Bot committed Dec 14, 2016
1 parent bfbcec2 commit cfc34d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/db_test_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ Options DBTestBase::CurrentOptions(
break;
case kManifestFileSize:
options.max_manifest_file_size = 50; // 50 bytes
break;
case kPerfOptions:
options.soft_rate_limit = 2.0;
options.delayed_write_rate = 8 * 1024 * 1024;
Expand Down

0 comments on commit cfc34d7

Please sign in to comment.