mozilla/lmdb-rs

Include lmdb tests when running `cargo test`

Closed this issue · 4 comments

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?

We have some crate tests that run under ./mach rusttests

This would be useful in conjunction with mozilla/rkv#150

@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?

Yes, the tests in the LMDB library, i.e. what runs on make test.