Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python][CI] Selectively skip test cases in the dask integration test #22156

Closed
asfimport opened this issue Jun 25, 2019 · 3 comments
Closed

Comments

@asfimport
Copy link

asfimport commented Jun 25, 2019

Have not investigated yet, build: https://circleci.com/gh/ursa-labs/crossbow/387

Reporter: Krisztian Szucs / @kszucs
Assignee: Krisztian Szucs / @kszucs

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-5730. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Francois Saint-Jacques / @fsaintjacques:
Locally I'm getting:

_______________________________________________________________________________________________________ ERROR collecting test session ________________________________________________________________________________________________________
opt/conda/lib/python3.6/site-packages/_pytest/config/__init__.py:440: in _importconftest
    return self._conftestpath2mod[conftestpath]
E   KeyError: local('/opt/conda/lib/python3.6/site-packages/pyarrow/tests/conftest.py')

During handling of the above exception, another exception occurred:
opt/conda/lib/python3.6/site-packages/_pytest/config/__init__.py:446: in _importconftest
    mod = conftestpath.pyimport()
opt/conda/lib/python3.6/site-packages/py/_path/local.py:701: in pyimport
    __import__(modname)
opt/conda/lib/python3.6/site-packages/pyarrow/__init__.py:49: in <module>
    from pyarrow.lib import cpu_count, set_cpu_count
E   ImportError: /opt/conda/lib/python3.6/site-packages/pyarrow/lib.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN5arrow2py14InferArrowTypeEP7_objectbPSt10shared_ptrINS_8DataTypeEE

 

 

@asfimport
Copy link
Author

Francois Saint-Jacques / @fsaintjacques:
Note that the local error I got is fixed by ARROW-5739.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Issue resolved by pull request 4718
#4718

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants