-
Notifications
You must be signed in to change notification settings - Fork 17
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
Flaky test failure: Duplicate cells due to lingering node processes #168
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
If I kill the for i in 1 2 3 4 5 6; do
testenv/bin/python -m pytest -vv
pkill -f yjs_client_0.js -e
done
|
https://build.opensuse.org/request/show/1092986 by user bnavigator + dimstar_suse - Kill nodejs in between pytest runs gh#jupyter-server/jupyter_ydoc#168
Description
test_ypy_yjs_0[0]
randomly fails in comparing the generated code cells to the reference. This behavior is flaky, though. Sometimes there is only one cell, sometimes there are multiple duplicates:Reproduce
Result:
Full OpenSUSE Build Service log: jupyter-ydoc-obs-build.txt
Expected behavior
Consistent test suite sucess
Context
Troubleshoot Output
The text was updated successfully, but these errors were encountered: