Include lmdb tests when running `cargo test`
Closed this issue · 4 comments
victorporof commented
We could run the actual lmdb tests themselves as well alongside the Rust tests. This might help spot potential crashes when running these tests under Mozilla's CI.
@mykmelez @ncloudioj thoughts?
victorporof commented
We have some crate tests that run under ./mach rusttests
victorporof commented
This would be useful in conjunction with mozilla/rkv#150
ncloudioj commented
@victorporof Including tests into the CI cycle always sounds good to me!
To be clear, are you referring those tests from the LMDB library, i.e. mtest1/2/../5.c, or something else?
victorporof commented
Yes, the tests in the LMDB library, i.e. what runs on make test
.