Michael Johnson
Michael Johnson
My failure to find `conary.server.wsgi_hooks` was due to a local typo in my PYTHONPATH. ``` export PYTHONPATH=/path/to/conary:/path/to/testutils ``` That resolves many of the remaining errors. In general, the ``` OpenError:...
`dnf install memcached` will fix a test, but that could also maybe be changed to a dynamic SkipTestException if memcached is not installed.
`dnf install popt-devel` will fix another test. `NormalizeInterpreterPathsTest` needs to be adjusted for usrmove
With those changes, I had 33 failures, most of which fit into the "port to F22" bucket.
Glad to hear it! Commits 0286da48 and cdf9b4a6 fix several failures for this case. For me, that leaves 24 failures that deserve deeper investigation.
On a 16GB i7-5600U laptop with SSD and a tmpfs /tmp, it takes about 40 minutes to run the test suite. I recall tmpfs making a substantial difference when I...
I am testing fixes for several more errors; I'm down to 5 failures that I haven't diagnosed. Patches to conary were done years ago for python 2.7 support, but the...
Updating to current ScanDeps does not fix the perl dependency discovery problem.
perl problems were due to a change in perl-CGI; CGI::Apache no longer exists; switching to using CGI::Util which does fixes the perl errors. I'm down to three failing tests.
I have a patch waiting for review that resolves all test failures. It's currently +158, -94 so requires careful review first.