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

Unit tests not completing, disconnect error #51569

Open
joshuailevy opened this issue Oct 22, 2024 · 2 comments
Open

Unit tests not completing, disconnect error #51569

joshuailevy opened this issue Oct 22, 2024 · 2 comments

Comments

@joshuailevy
Copy link
Contributor

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!

@robomics
Copy link
Contributor

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.
Yesterday I tried to investigate the problem a bit further and came to the conclusion that the runner stops responding before the first line in the test script is executed.

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.

@laura-bankers
Copy link

Hi Bioconda team! Are there any updates in resolving this issue?

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

3 participants