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 spurious failures in `DurationTest` #1451

Closed joka921 closed 1 month ago

joka921 commented 1 month ago

There was a bug in a comparator in a test helper function which lead to spurious failures in a randomized test. This is now fixed.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 89.38%. Comparing base (5007401) to head (fec9c90). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1451 +/- ## ========================================== + Coverage 89.37% 89.38% +0.01% ========================================== Files 345 345 Lines 24886 24886 Branches 3309 3309 ========================================== + Hits 22242 22245 +3 + Misses 1503 1502 -1 + Partials 1141 1139 -2 ```

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

sonarcloud[bot] commented 1 month 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