forked from rust-rocksdb/rust-rocksdb
-
Notifications
You must be signed in to change notification settings - Fork 155
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
perf context test failure #318
Comments
@fredchenbj thanks for reporting. will check when we got a chance. |
@fredchenbj I'm not able to reproduce on my side. Which test fail on your side? What's your c++ compiler version? Thanks. |
@yiwu-arbug Sorry, I didn't describe it clearly. I use |
Merged
yiwu-arbug
pushed a commit
that referenced
this issue
Jul 23, 2019
Fixing perf context test failure with `cargo test -- --test_threads=1`. The test assume default perf level is `PerfLevel::EnableCount`, which apparently will affected by other tests. Tested by running `cargo test -- --test_threads=1`. Closing #318 Signed-off-by: Yi Wu <yiwu@pingcap.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
run
cargo test
on mac os, two asserts in src/perf_context.rs failed:assert_eq!(ctx.seek_internal_seek_time(), 0);
L431assert_eq!(get_perf_level(), PerfLevel::EnableCount);
L437The text was updated successfully, but these errors were encountered: