You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The former test setup used truncate table for each test. This is to slow for the relational db with many tables.
The new setup creates a new database_template from existing schema-files including import of initial test data.
Each test creates the openslides-database from this template. Internally this is a fast file copy.
The text was updated successfully, but these errors were encountered:
r-peschke
added
waiting
Waiting for some other PR/feature; more details in comments
and removed
waiting
Waiting for some other PR/feature; more details in comments
labels
Apr 19, 2024
The former test setup used
truncate table
for each test. This is to slow for the relational db with many tables.The new setup creates a new database_template from existing schema-files including import of initial test data.
Each test creates the
openslides
-database from this template. Internally this is a fast file copy.The text was updated successfully, but these errors were encountered: