ad-freiburg / qlever

Very fast SPARQL Engine, which can handle very large knowledge graphs like the complete Wikidata, offers context-sensitive autocompletion for SPARQL queries, and allows combination with text search. It's faster than engines like Blazegraph or Virtuoso, especially for queries involving large result sets.
Apache License 2.0
376 stars 45 forks source link

Fix a bug in the lazy JSON parser #1507

Closed joka921 closed 1 week ago

joka921 commented 1 week ago

This bug led to (not so) spurious test failures in randomized tests (and also was simply a bug)

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.26%. Comparing base (b70df93) to head (0aad399). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1507 +/- ## ========================================== + Coverage 94.21% 94.26% +0.05% ========================================== Files 348 348 Lines 25726 25747 +21 Branches 3461 3464 +3 ========================================== + Hits 24238 24271 +33 + Misses 1446 1434 -12 Partials 42 42 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud