Skip to content

BUG: Failing tests when running /test_fast.sh inside the dockered development environment. #46217

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

Closed
3 tasks done
rendner opened this issue Mar 3, 2022 · 0 comments · Fixed by #46219
Closed
3 tasks done
Labels
Build Library building on various platforms
Milestone

Comments

@rendner
Copy link
Contributor

rendner commented Mar 3, 2022

Pandas version checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pandas.

  • I have confirmed this bug exists on the main branch of pandas.

Reproducible Example

Create a development environment using Docker as described in the documentation

Start a container and execute ./test_fast.sh.

Issue Description

There are some tests which try to read the time from the os.
When running the tests inside the docker container you can see that some of the worker just crash:

terminate called after throwing an instance of 'orc::TimezoneError'
  what():  Can't open /etc/localtime
Fatal Python error: Aborted

Thread 0x00007fd42e93f700 (most recent call first):
  File "/opt/conda/lib/python3.8/concurrent/futures/thread.py", line 78 in _worker
  File "/opt/conda/lib/python3.8/threading.py", line 870 in run
  File "/opt/conda/lib/python3.8/threading.py", line 932 in _bootstrap_inner
  File "/opt/conda/lib/python3.8/threading.py", line 890 in _bootstrap
  
... (some lines removed to shorten output)

[gw0] node down: Not properly terminated
F
replacing crashed worker gw0
____________________________________________________________________ pandas/tests/io/test_orc.py ____________________________________________________________________
[gw0] linux -- Python 3.8.12 /opt/conda/bin/python
worker 'gw0' crashed while running 'pandas/tests/io/test_orc.py::test_orc_reader_empty'

Expected Behavior

No worker crashes and related tests don't fail.

Installed Versions

@rendner rendner added Bug Needs Triage Issue that has not been reviewed by a pandas team member labels Mar 3, 2022
@jreback jreback added this to the 1.5 milestone Mar 5, 2022
@jreback jreback added Build Library building on various platforms and removed Bug Needs Triage Issue that has not been reviewed by a pandas team member labels Mar 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants