Skip to content

Seed test DB if schema is recreated

Mario Celi requested to merge 356970-seed-test-db-after-recreate into master

Related to #356970 (closed)

One of related jobs in the issue showed that the DB was being recreated before running the failing specs that expect some data to exist. image The application_settings (main) table has 1216 columns.

This MR simply seed the required data again if for some reason the column limit is hit and all data is deleted.

Edited by Mario Celi

Merge request reports

Loading