jkoenig134 / dance

FerretDB integration testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dance

Dance

FerretDB integration testing tool named after Ferret war dance. It runs integration tests of various software that uses MongoDB (such as MongoDB Go driver) against both MongoDB and FerretDB, and compares results with ones expected by tests configurations. It also runs mongo tooling such as mongodump against both of them, to make sure that we provide various functionalities and provide the best user experience. It is expected that most or all tests pass when run against MongoDB, so we mark a few or none tests as expected failures or skips in configuration. More tests fail (and are marked as expected failures in tests configuration) when run against FerretDB, but their number goes down over time.

Dance also includes one additional set of integration tests (called diff) that is written by FerretDB developers. It highlights the known differences between FerretDB and MongoDB, as noted in documentation.

See CONTRIBUTING.md for running instructions.

About

FerretDB integration testing

License:Apache License 2.0


Languages

Language:Go 99.8%Language:Dockerfile 0.2%