mardi 5 mai 2020

Paratests: DB fails to respond

I am running laravel 6.* and I am having issue with brianium/paratest 2.*.

When I run paratests (.\vendor\bin\paratest) I keep seeing alot of error message such as:

\vendor\laravel\framework\src\Illuminate\Database\Connection.php(629): Illuminate\Database\Connection->runQueryCallback('insert into `ro...', Array, Object(Closure))

Issue is to do with me using a single database. So, the question is is there away to spin up multiple test databases?

In my pipeline script that I use on bitbucket I set mysql using code below:

mysql:
      image: mysql:5.7
      memory: 512
      tmpfs: /var/lib/mysql
      restart: always

Not sure on where to go for here...



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire