mushorg / tanner

He who flays the hide
GNU General Public License v3.0
222 stars 104 forks source link

Update existing tests #392

Closed mzfr closed 4 years ago

mzfr commented 4 years ago

In this PR I've updated all the existing tests that were failing because of all the new changes made to the code.

afeena commented 4 years ago

Could you please take a look why the tests build has error state?

mzfr commented 4 years ago

Yes, I had taken a look and it seems that there is some issue in installing the aiopg package. Not sure why that is happening. I'll try to find the solution for this ASAP.

afeena commented 4 years ago

@mzfr please fix the travis build, seems like some tests are broken

mzfr commented 4 years ago

@afeena Tests seems to work locally but they are failing due to postgres not found on 127.0.0.1. Not sure why the docker file is not getting build.

afeena commented 4 years ago

@mzfr Have you defined postgres in travis config?

afeena commented 4 years ago

@mzfr Could you please take a look into the warning as well /home/travis/virtualenv/python3.6.7/lib/python3.6/site-packages/aiopg/pool.py:310: ResourceWarning: Unclosed 1 connections in <aiopg.pool.Pool object at 0x7fb8ebf3add8> ResourceWarning)