-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Unit tests not completing, disconnect error #51569
Comments
I think I've been hit by the same bug in PR #51561. In my case, builds and tests complete successfully on the ARM runners, but the Linux x86 job fails like described in this issue. Here is the code in the test script: #!/usr/bin/env bash
1>&2 echo "Launching tests..."
sleep 30 # Give the runner a chance to pickup echo's output
"$PYTHON" -c 'import hictkpy; print(hictkpy.__version__)'
"$PYTHON" -m pytest test I tried to run variations of this test multiple times, but I never saw "Launching tests..." being printed before the runner stopped responding. |
Hi Bioconda team! Are there any updates in resolving this issue? |
I'm experiencing similar issues here #51675, linking for visibility |
See #33333 for more details, but we've switched from Azure to GitHub Actions for PR checks, so please merge master into your PR and hopefully builds will complete now. |
Thanks! things seems to be running smoothly now :) |
All the PRs linked in this issue seem to have completing jobs now, so I'll close. |
Hi,
In PR #51511 (the update of our Freyja tool to v1.5.2), the tests seem to be hanging following a disconnect error that shows up after about 30 minutes - any idea what might be going on here? I don't see any specific test that have failed, and it's unclear with me how to proceed. Is this an issue with the Azure servers? We did see some memory warnings like those mention in Issue #51276.
Any help would be greatly appreciated! We've been getting a bunch of questions on this since Freyja is used in a lot of public health bioinformatic pipelines.
Thanks!
The text was updated successfully, but these errors were encountered: