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
When running tests on Travis, the following errors are occurring:
Unhandled rejection SequelizeConnectionRefusedError: connect ECONNREFUSED 127.0.0.1:5432
at /home/travis/build/trystant/drywall/node_modules/sequelize/lib/dialects/postgres/connection-manager.js:89:20
at null.<anonymous> (/home/travis/build/trystant/drywall/node_modules/pg/lib/client.js:176:5)
at emitOne (events.js:77:13)
at emit (events.js:169:7)
at Socket.<anonymous> (/home/travis/build/trystant/drywall/node_modules/pg/lib/connection.js:59:10)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at emitErrorNT (net.js:1256:8)
at nextTickCallbackWith2Args (node.js:441:9)
at process._tickCallback (node.js:355:17)
While this does not make the tests fail, this is worthy of note.
The text was updated successfully, but these errors were encountered:
When running tests on Travis, the following errors are occurring:
While this does not make the tests fail, this is worthy of note.
The text was updated successfully, but these errors were encountered: