Skip to content

mix ecto.setup broken runs forever #1256

Closed
@heyzec

Description

@heyzec

When mix ecto.setup is run against a clean DB, the task does not run to completion. It seems to be endlessly inserting into the users and course_registration tables. For @shirsho-12, this task ran on his computer for 30 minutes with no end in sight.

git bisect identified the first bad commit as 5203125.

For now, the workaround its to checkout to this commit's parent (71192c3), running mix ecto.setup on this, checking out to your desired commit, and then running mix ecto.migrate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions