Stanislav Levin

Results 21 issues of Stanislav Levin

Several tests fail ``` FAILED joblib/test/test_parallel.py::test_threadpool_limitation_in_child[-2] FAILED joblib/test/test_parallel.py::test_threadpool_limitation_in_child[-1] FAILED joblib/test/test_parallel.py::test_threadpool_limitation_in_child_context[2-1] FAILED joblib/test/test_parallel.py::test_threadpool_limitation_in_child_context[-1-1] FAILED joblib/test/test_parallel.py::test_threadpool_limitation_in_child_context[-1-None] ``` Example of failure: ``` ====================================== FAILURES ====================================== ______________________ test_threadpool_limitation_in_child[-2] _______________________ n_jobs = 42 @with_numpy @with_multiprocessing...

According to documentation: http://pylint.pycqa.org/en/latest/user_guide/run.html#parallel-execution > There are some limitations in running checks in parallel in the current implementation. It is not possible to use custom plugins (i.e. --load-plugins option)... Actually,...

Bug :beetle:
Help wanted 🙏
Good first issue
topic-multiprocessing
High priority
Hacktoberfest
Needs PR

The main goal is replacing the usage of controller's ipaplatform with host's one. - added basic support (JSON-serializable attributes) for remote platform's paths, knownservices, constants, osinfo. Expose them as `host.ipaplatform.ATTR`...

needs rebase
ipa-4-9

With Pytest 7 benchmark tests fail: ``` FAILED tests/test_benchmark.py::test_basic - Failed: nomatch: '*collected 5 i... FAILED tests/test_benchmark.py::test_skip - Failed: nomatch: '*collected 5 it... FAILED tests/test_benchmark.py::test_disable - Failed: nomatch: '*collected 5......

As the part of IPA master installation, `pkispawn` fails with: ``` [2021-02-12 08:55:49] [ipatests.pytest_ipa.integration.host.Host.master1.cmd26] Failed to configure CA instance: CalledProcessError(Command ['/usr/sbin/pkispawn', '-s', 'CA', '-f', '/tmp/.private/root/tmp9esbgkf1', '--debug'] returned non-zero exit status...

As of Python3.10: > Builtin and extension functions that take integer arguments no longer accept Decimals, Fractions and other objects that can be converted to integers only with a loss...

Many of `quamash` self-tests fail with similar traceback (checked with `PyQt5`): ``` quamash/__init__.py:344: in call_later return self._add_callback(asyncio.Handle(callback, args, self, context=context), d elay) quamash/__init__.py:348: in _add_callback return self._timer.add_callback(handle, delay) _ _...

Upstream run its tests on cloned git repo, but downstreams may or may not run tests in local git tree. Gitignore tests already use mocked results of Git and the...

`pyamg/tests/test_graph.py::TestGraph::test_bellman_ford` hangs on i586 machine. Minimal reproducer based on hanging test: ```python from scipy import sparse import numpy as np from pyamg.gallery import poisson from pyamg.graph import bellman_ford def canonical_graph(G):...

It seems gssproxy doesn't expose lifetime of credentials or doesn't do it properly. In IPA env(WSGI, GSS_USE_PROXY=yes) I inquire the lifetime of creds as: ``` store = {'ccache': '/run/ipa/ccaches/xxx'} creds...

bug