Skip to content

Fix database seeds for development environment

Grzegorz Bizon requested to merge fix/database-seeds into master

What does this MR do?

This MR fixes database seeds for development environment and adds CI test for it.

Why was this MR needed?

Database seeds for development environment are often broken, and we are not able to catch that when someone modified db/fixtures and forgets to reseed database.

Does this MR meet the acceptance criteria?

  • Tests
    • Added for this feature/bug
    • All builds are passing

What are the relevant issue numbers?

Closes #22422 (closed)

Merge request reports