Skip to content

Support disabling foreign key checks in benchmarker

Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 06 Aug 20:43
2227231
This patch was authored by @valeriomazzeo and released by @tanner0101.

Adds flag for disabling foreign key checks in FluentBenchmarker (#368).

In #364 testSchema_fieldReference has been introduced. Drivers like mongo don't support foreign key constraints which causes the above FluentBenchmark test to fail.

Although, an effort has been made to partially supports Fluent schema features by using mongo schema validation this specific feature it's still not supported.