Kitura / Kitura-redis

Swift Redis library
Apache License 2.0
94 stars 25 forks source link

Update to Swift 4.2.1, test under 16.04 and Swift 5 #69

Closed ShihabMehboob closed 5 years ago

ShihabMehboob commented 5 years ago

This PR aims to update to the Swift 4.2 release version.

Edit: Updates to 4.2.1, adds tests with Swift 5 snapshots, and adds 16.04 and 18.04 builds.

However, 18.04 build is commented out, as there appears to be a problem with the Redis package on that platform (we're unable to connect to it). A similar problem was occurring on 14.04 and 16.04, but that recently resolved itself, which makes me believe this is down to something outside of our control. I'd like to get the rest of the tests enabled and passing, and revisit 18.04 some other time.

djones6 commented 5 years ago

14.04 and 16.04 have started working again recently (I believe this is something to do with the Ubuntu Redis server packages). 18.04 still fails with all the tests failing to connect to the local Redis server.