Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_bloom_filter.cc: Fix a mismatch for the random_seed parameter #11774

Merged
merged 1 commit into from Nov 4, 2016

Conversation

wjwithagen
Copy link
Contributor

random_seed is integer and used to select seeding with either a random or a preset value.
All tests are run with random_seed == 1.
And 0.1 is converted/rounded to 0 by Clang

Signed-off-by: Willem Jan Withagen wjw@digiware.nl

…parameter

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
@tchaikov tchaikov merged commit bf4338a into ceph:master Nov 4, 2016
@wjwithagen wjwithagen deleted the wip-wjw-test_bloom_filter branch January 4, 2017 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants