-
Notifications
You must be signed in to change notification settings - Fork 216
Closed
Description
Found an interesting bug when using on github actions with latest version (1.2.0)
basic setup is:
- spin up
mariadb:latestas 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?
Reactions are currently unavailable