We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've seen this pop up once on my machine and once in the CI: https://github.com/Jelly-RDF/jelly-jvm/actions/runs/11468722668/job/31914444656
Not sure what's happening. I don't this this is related to #190, we are correctly initializing Jena there.
The text was updated successfully, but these errors were encountered:
It's a race condition in Jena: apache/jena#2795
I've submitted a PR to fix it.
In the meantime, we can try adding some synchronization block around graph parsing.
Sorry, something went wrong.
Hmmm, I'm not even sure where to place the synchronization block. I would have to redesign the test to ensure sequential execution.
As this doesn't pop up that often I think we can just retry tests until a new Jena release that fixes it.
Closing.
Ostrzyciel
No branches or pull requests
I've seen this pop up once on my machine and once in the CI: https://github.com/Jelly-RDF/jelly-jvm/actions/runs/11468722668/job/31914444656
Not sure what's happening. I don't this this is related to #190, we are correctly initializing Jena there.
The text was updated successfully, but these errors were encountered: