【发布时间】:2021-11-10 16:23:18
【问题描述】:
我在项目中有 15 个功能测试。 env.test的这个信息:
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=test_db
DB_USERNAME=test
DB_PASSWORD=123456
当我使用 php artisan test --parallel 并行运行测试时,我得到了错误:
1) Tests\Feature\Settlement\PublicSTest::testCreatePublicS
Illuminate\Database\QueryException: SQLSTATE[42501]: Insufficient privilege: 7 ERROR: permission denied to create database (SQL: create database "test_db_test_3" encoding "utf8")
如何解决这个错误?
【问题讨论】: