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

Silent crash when running the Celery test suite #1434

Open
thedrow opened this issue Oct 29, 2020 · 2 comments
Open

Silent crash when running the Celery test suite #1434

thedrow opened this issue Oct 29, 2020 · 2 comments

Comments

@thedrow
Copy link

thedrow commented Oct 29, 2020

The following test silently crashes Pyston without any further information.

We should investigate.

@undingen
Copy link
Contributor

thanks for the bug report!

Could you please help me with reproducing the issue.
It tried the following:

virtualenv -p /usr/bin/pyston celeryenv
cd celeryenv
. bin/activate
pip install pytest
git clone https://github.com/celery/celery.git
cd celery
pip install -U -r requirements/test.txt
pip install -U -r requirements/default.txt
pip install -e .[mongodb]
pytest t/unit/backends/test_mongodb.py
86 passed in 0.28s

Which seemed to work

@thedrow
Copy link
Author

thedrow commented Oct 29, 2020

I reproduced it on a Docker container.
I'll try it again.

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

No branches or pull requests

2 participants