tests: Simply testing of temporary scheduler backend
The temporary scheduler backend creates a disposable PostgreSQL database that is dropped when Python session ends. As we already executed tests for a PostgreSQL backend in test_scheduler.py, we only need to check that the backend can be successfully instantiated.
This greatly speedup overall scheduler tests execution.
Merge request reports
Activity
Jenkins job DSCH/gitlab-builds #292 succeeded in 3 min 37 sec.
See Console Output, Blue Ocean and Coverage Report for more details.Closing this as temporary backend will be removed by !399 (merged).
Please register or sign in to reply