-
Notifications
You must be signed in to change notification settings - Fork 10
Test extensions #55
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
base: meson
Are you sure you want to change the base?
Test extensions #55
Conversation
561ee8f
to
1f06345
Compare
I did some refactoring and added pgbouncer. Some of the tests' of pgbouncer fail, they also fail on my local except |
It'd be good to check if that works with autoconf. If it's reproducible there, worth opening a bug
Looks good.
A good source could be the list of extensions from the various cloud providers. E.g. Likely interesting:
|
e8cf3f5
to
1ee3073
Compare
f1d9361
to
3203147
Compare
66a5254
to
d32b323
Compare
5bde7a5
to
dc1866e
Compare
1fec615
to
c247526
Compare
I checked with autoconf and same errors appeared.
While building oracfe, it fails with:
While building hll, it fails with:
Build step doesn't work, there is open issue for error: pgpartman/pg_partman#464 and I couldn't find a way to start tests of pg_partman.
Done.
Done.
Almost done, only one test (in_gml) fails and it also fails on my local. It is interesting that I tested with autoconf and there were 2 tests (in_gml, long_xact) failed. |
c247526
to
6b14ca3
Compare
6b14ca3
to
fd7dd56
Compare
Does it work against an autoconf build?
Probably worth reporting to the postgis folks |
39b3034
to
454384a
Compare
This should work with several other buildsystems. TODO: Docs and example
This needs a bit more love before being ready...
This is part of the series to be able to test meson on more platforms than normally part of CI. Author: Andres Freund <[email protected]> Author: Nazir Bilal Yavuz <[email protected]> Author: Justin Pryzby <[email protected]>
Could you rebase this? |
99bd0c4
to
512e4ec
Compare
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.
I think some of the currently disabled extensions should now work?
pg_qualstats-logfile
Outdated
@@ -0,0 +1,22 @@ | |||
2022-10-20 10:49:44.926 +03 [2932] LOG: starting PostgreSQL 16devel on x86_64, compiled by gcc-12.2.1 |
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.
Does this actually need to me merged?
512e4ec
to
f07e088
Compare
f07e088
to
3d373c1
Compare
918fccf
to
2f98dea
Compare
43c2fc0
to
14b4159
Compare
I am not sure if that is correct way to test the extensions? Also, I tried a couple more extensions but it seems they don't support PG 15 yet. Do you have any other extension suggestions to add?