modelfoxdotdev / modelfox

ModelFox makes it easy to train, deploy, and monitor machine learning models.
Other
1.46k stars 64 forks source link

Resolve SQLite concurrent test locking #97

Closed deciduously closed 2 years ago

deciduously commented 2 years ago

Currently, sqlx has issues running several in-memory SQLite databases concurrently, as we do in tests for the monitor_checker and alert_sender modules in tangram_app_core. When sqlx fixes this problem, revert all tests to SQLite.

This PR needs to land and get included in a release.

deciduously commented 2 years ago

The feature has been merged, should be included in v0.5.11.

deciduously commented 2 years ago

102 closes