Solved all issues. Unit-tests passed, work done on Ubuntu 16.04, getbrains goland.
To be honest, I would say that make every unit-test access the only database henhouse_test makes testing really hard because we can't just go test -run ''(every unit-test tries to access postgresql with identical keys and schemes, and this leads to an error), we have to manually run all unit-test independently.
However I fixed that for my PC just adding new test database and splitting every unit-test package on independent database. You can check it at my test-branch.
P.S. unit-tests passed either manual and my way.
Coverage remained the same at 85.764% when pulling f1b34f12df27a7a21cc3e8ef0df3d1000358a6a2 on Domonion:master into cfb98157b08277df4b8455ef3daef3d13233edce on jollheef:master.
Coverage increased (+3.2%) to 88.994% when pulling bdcc8885a1dd6d72cb658452ac285486d5846e78 on Domonion:master into cfb98157b08277df4b8455ef3daef3d13233edce on jollheef:master.
Coverage increased (+3.2%) to 88.994% when pulling bdcc8885a1dd6d72cb658452ac285486d5846e78 on Domonion:master into cfb98157b08277df4b8455ef3daef3d13233edce on jollheef:master.
Coverage remained the same at 85.764% when pulling bdcc8885a1dd6d72cb658452ac285486d5846e78 on Domonion:master into cfb98157b08277df4b8455ef3daef3d13233edce on jollheef:master.
Coverage remained the same at 85.764% when pulling bdcc8885a1dd6d72cb658452ac285486d5846e78 on Domonion:master into cfb98157b08277df4b8455ef3daef3d13233edce on jollheef:master.
Solved all issues. Unit-tests passed, work done on
Ubuntu 16.04
, getbrains goland. To be honest, I would say that make every unit-test access the only databasehenhouse_test
makes testing really hard because we can't justgo test -run ''
(every unit-test tries to accesspostgresql
with identical keys and schemes, and this leads to an error), we have to manually run all unit-test independently. However I fixed that for my PC just adding new test database and splitting every unit-test package on independent database. You can check it at my test-branch. P.S. unit-tests passed either manual and my way.