573 / shorturls

Very simple URL shortener for a blog post
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

redis-server started for integration test seems to accept no connection #1

Open 573 opened 4 years ago

573 commented 4 years ago

The log gives

4224:M 16 Dec 12:27:13.690 * The server is now ready to accept connections on port 6379 (https://github.com/573/shorturls/runs/350519277#step:4:45)

shorturls-test: Network.Socket.connect: <socket: 16>: does not exist (Connection refused) (https://github.com/573/shorturls/runs/350519277#step:4:25074)

573 commented 4 years ago

Check the redis-server connectivity in the CI-build with a redis-cli client first. When their are different connection methods try them.