Skip to content

The parallel:prepare task doesn't handle missing database #1010

@janko

Description

@janko

I expected the parallel:prepare task to have the same behavior as db:prepare:

  1. create the database if it doesn't exist
  2. load the schema
  3. migrate to latest version
  4. run seeds only if database didn't previously exist

However, the task fails if the test database doesn't exist. We're currently using parallel:setup, but that re-seeds every time, which fails for us on subsequent runs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions