繁体   English   中英

Postgres连接失败,使用系统用户代替database.yml中提供的用户

[英]Postgres connection fails, uses system user instead the one provided in database.yml

我正在尝试为我的Rails应用程序运行一些rspec测试,但出现Postgres连接错误。 它使用我的系统用户,而不是我在database.yml中为开发环境提供的用户。 有人可以看看吗? 也许给我一些文档来帮助我了解它如何搜索用户角色?

An error occurred while loading ./spec/helpers/navigation_helper_spec.rb.
Failure/Error: ActiveRecord::Migration.maintain_test_schema!
ActiveRecord::NoDatabaseError:
FATAL:  role "yopeso_internship" does not exist
# ./spec/rails_helper.rb:28:in `<top (required)>'
# ./spec/helpers/navigation_helper_spec.rb:1:in `<top (required)>'

# --- Caused by: ---
# PG::ConnectionBad:
#   FATAL:  role "yopeso_internship" does not exist
#   ./spec/rails_helper.rb:28:in `<top (required)>'

database.yml您没有像development一样为test environment提供有效的凭据。

同时显示您的database.yml

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM