Betterment / test_track

Server app for the TestTrack multi-platform split-testing and feature-gating system
MIT License
119 stars 33 forks source link

Run tests against postgres 11 #136

Closed alederman closed 4 years ago

alederman commented 4 years ago

Update CI to run against postgresql 11

Summary

CI tests are run currently run against PG 9.6. This update will ensure TestTrack supports the latest major postgres version.

/domain @Betterment/test_track_core /platform @Betterment/test_track_core

nanda-prbot commented 4 years ago

Needs somebody from @Betterment/test_track_core to claim domain review Needs somebody from @Betterment/test_track_core to claim platform review

Use the shovel operator to claim, e.g.:

@myname << domain && platform

smudge commented 4 years ago

@alederman as a temporary travis-specific workaround, could you add gem uninstall bundler a step before gem update --system? (gem update now ships a version of bundler that happens to conflict with the one pre-installed on travis, and it opens a (y/n) prompt that causes travis to hang).