-
Notifications
You must be signed in to change notification settings - Fork 54
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
ResilentSparqlQueryModuleTest gets stuck #287
Comments
Oh my, there is a good chance that I already fixed that issue with nondeterministic hangs due to bugs in the range cache. The irony of having made the resilient module brittle. I'll check today. |
It seems to hang every time we tried it however, not sure if that is another issue in addition to nondeterministic problems. |
So there are multiple issues here:
|
So I'll change the test case to use local data and add an version of the range cache with improved error handling (Actually maybe its not only the range cache causing the hang but the retry-system which retries too often / indefinitely) - the server returns HTTP 500 so we'd just assume some temporary server outage - without classifying the response we would not expect a problem with the query. |
After several minutes, there is no progress on
Tested on the current master branch with fork count 1.
The text was updated successfully, but these errors were encountered: