Conversation
|
Build for 18.04 is stalling on Debugging locally |
|
Local run of Testing against master next |
|
@gclough At this point I am out of ideas, locally the tests run cleanly on the latest code. Perhaps it is something to do with the travis environment. I tried pulling the builder image used to build the test environment If you have any ideas on where to look next I would really appreciate a pointer. Going to leave off here for the day and come back with fresh eyes tomorrow |
|
@gclough Really need some help on this one! All detail is given in previous comment. |
|
@nchudleigh I've re-triggered the failed build, as sometimes Travis hangs unexpectedly. If it fails again, then I'll have to review it more in depth. |
|
:-/ Same problem. I can't understand why it's hanging during a parameter reload. |
|
The code it's running is pretty benign: I've never seen a PostgreSQL database hang on a config reload. If someone can provide advice on how to capture the logs before Travis terminates the server, I'd appreciate it. |
|
I think I am also running into this problem (in both Unbuntu 18 and Debian 9) |
|
@vladp Thanks for the suggestion, will have to give that a shot |
Since the TravisCI deployments freeze-up when you use the Ansible service module to reload config files, use the pg_ctlcluster command to reload the configuration files. Fix suggested by @vladp ANXS/postgresql#420. Signed-off-by: Jason Rogena <jason@rogena.me>





Based on the work in #384 by @irionr
A couple things to call out here:
Vagrant IPs
I have used
192.168.88.21for the 1804 inventory rather than shifting all the IPs of the other vagrant images. I am not sure how much we care about the order of these things or if 21 is reserved for something else. Happy to change this.Vagrant Image
The
buildedimage for18.04works, I have run it locally with no issue. But I am unsure whether or not it is required. It has just been copied from the16.04image and may need updates but we will see as this hits the test suite.Vars
I noticed there is a
vars/xenial.ymlfile that makes a few changes for Postgis packages, though I could not see it being used anywhere in the role (seems like Debian.yml is used). In the event that this is needed for 18.04 I can create abionic.yml. Deferring to maintainers for guidance on this.