You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ansermino closing this as this isn't a bug - but it appears that you haven't installed postgresql so that your development user has superuser privileges and that there is no password required to connect to the development postgres instance . If you wish to install the db locally with db access for your development user - you need to ensure the install process you are using creates a user - for your development user with superuser privileges. Most standard install processes for using postgresql in development do this automatically. If you used a process for installing your postgresql that didn't do this you can use the createuser command (available to the postgresql user created at installation) to acheive this - documentation here https://www.postgresql.org/docs/10/static/app-createuser.html
System information
(development branch)
Expected behaviour
shyftdbtest table is cleared a and empty table created.
Actual behaviour
Running
go test ./test
errors:Steps to reproduce the behaviour
git submodule init && git submodule update
go test ./test
The text was updated successfully, but these errors were encountered: