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

Fix HTTP access issue in integration test #326

Closed
fnothaft opened this issue Jul 23, 2014 · 3 comments
Closed

Fix HTTP access issue in integration test #326

fnothaft opened this issue Jul 23, 2014 · 3 comments

Comments

@fnothaft
Copy link
Member

In the org.bdgenomics.adam.io.ByteAccessSuite.HTTPRangedByteAccess integration test, the HTTP access seems to sporadically fail. It seems that this may be an issue on the host side (www.cs.berkeley.edu seems to occasionally just not serve the data), so we should probably add a hook to retry.

@tdanford
Copy link
Contributor

Does it just hang, or does it actually throw an error? If it throws some kind of exception, do you have an example of the stacktrace?

@fnothaft
Copy link
Member Author

It throws an error; see here. It succeeds if you rerun, so it's not an issue with the test itself.

@fnothaft
Copy link
Member Author

Fixed by #364.

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

No branches or pull requests

2 participants