#3023 We need to close pagure.REDIS and pagure.lib.REDIS before every test case
Merged by pingou. Opened by bkabrda.
bkabrda/pagure tests-redis-fix  into  master

Download 3023.patch

Because runtests.sh defines PAGURE_CONFIG to tests/test_config and that file has PAGURE_CI_SERVICES set, pagure.REDIS and/or pagure.lib.REDIS
get set before every test case. Therefore we must make sure they get closed.

Let's rebase but looks fine, are the tests still passing?

rebased onto afb8f60cac3e7a78d548edff08cb5145003b612a

Rebased. I'm running the test suite now, I'm about 30 % through with no failures so far.

Test suite finished. I don't see any errors other than couple of flake8 complains not related to my PR.

I'm not even seeing these flake8 errors :(

Thanks for the PR :)

Pull-Request has been merged by pingou

Metadata