Skip to content

Possible bug with locking on mysql #601

@TBSliver

Description

@TBSliver

Found an interesting bug when using on github actions with latest version (1.2.0)

basic setup is:

  • spin up mariadb:latest as a service
  • install App::Sqitch and DBD::mysql
  • setup the target db using sqitch config --user target.my_setup.uri 'db:mysql://root:pass@127.0.0.1:$port/dbname'
  • run sqitch deploy my_setup

On 1.2.0, I get an error of Unknown database 'sqitch'

Running it on 1.1.0 I get no issue and it creates the sqitch DB as needed

Only thing I can see thats changed is the new locking on mysql, I wonder if its exploding while trying to lock things?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions