pgRouting / vrprouting

Vehicle Routing Problems on the Database
GNU General Public License v2.0
20 stars 6 forks source link

Develop fix actions #6

Closed cvvergara closed 3 years ago

cvvergara commented 3 years ago

porting:

actions:

Still need to fix the server crash on macos https://github.com/cvvergara/vrprouting/runs/2711577200?check_suite_focus=true

@pgRouting/admins

cvvergara commented 3 years ago

There are still 3 unit tests that are skiped for macos becuase they crash the server. I need to figure out why they crash the server. On the meantime, those tests are executed on ubuntu, and they have no problem. My feeling is that I am using ereport instead of elog But I will fix the problem in another PR.

cvvergara commented 3 years ago

I didnt check the boxes of publish docs and release, because publish docs is tested after the PR is merged, and release is tested when making a tag