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...



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2A2KAXz
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

I am unable to figure out how to create payment collection request, after a form has been submitted in laravel

laravel, mysql transaction not working after failed one time