Alexei Fedotov
Alexei Fedotov
Vote up for this feature
Hi Christopher, thanks for a quick answer. Regarding the error message. Here is how recommended log looks like. It does not mention that there are issues with `multipassd`. Two last...
There is a difference between a docker image and conda env; the latter should be regularly updated, the hash is not enough because we have some packages which are not...
If we really need a source check to run ASAP then how https://github.com/intel-ai/hdk/pull/345 can be implemented correctly? it should not create cache itself because the cache needs to be validated...
I've made some progress with enabling python tests, see https://github.com/intel-ai/hdk/runs/8287088156?check_suite_focus=true The simple test `import pyhdk` fails (segfault) when tries to load `pyarrow.lib`: ``` __init__.py(65): import pyarrow.lib as _lib --- modulename:...
Yes, this is a docker build; python tests in conda env were implemented earlier
For Conda build pytest mostly works, it gives the following error: https://github.com/intel-ai/hdk/actions/runs/3114434766/jobs/5050269248#step:9:25 ``` ==================================== ERRORS ==================================== ________________________ ERROR collecting test session _________________________ /usr/share/miniconda/envs/omnisci-dev/lib/python3.8/site-packages/pluggy/_manager.py:115: in register hook._maybe_apply_history(hookimpl) /usr/share/miniconda/envs/omnisci-dev/lib/python3.8/site-packages/pluggy/_hooks.py:[30](https://github.com/intel-ai/hdk/actions/runs/3114434766/jobs/5050269248#step:9:31)0: in _maybe_apply_history res...