-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run tests against Postgres 11 #6260
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6260 +/- ##
==========================================
- Coverage 93.99% 93.96% -0.04%
==========================================
Files 169 169
Lines 11544 11544
==========================================
- Hits 10851 10847 -4
- Misses 693 697 +4
Continue to review full report at Codecov.
|
@davimacedo I think this is good, should help with the flaky tests. I re-ran travis a few times |
@vitaly-t Using Ubuntu Xenial for Travis build adds more disk space and PG 11 has better WAL (write ahead log) improvements. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
For future reference, I think wal_level defaults to minimal in PG 11, I'm not sure but we could add the following to travis.yml in the future if we run into that disk space issue again.
|
@dplewis Interesting! I've been looking for some help with PG v11 here - vitaly-t/pg-promise#670 But no luck... If you can make time and help me update pg-promise to use PG v11, that would be awesome!!! |
No problem! |
* Run tests against Postgres 11 * postgis package * use xenial travis image * port 5432
No description provided.