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

Make the Docker builds run again #1515

Closed joka921 closed 3 days ago

joka921 commented 4 days ago

For some reason (which are yet unknown) one of the test cases in HttpTest.cpp not so spuriously fails when cross-compiling the docker image for ARM64. This commit relaxes that test, s.t. the tests work again. For details, see the comments in HttpTest.cpp.

codecov[bot] commented 4 days ago

Codecov Report

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

Project coverage is 94.30%. Comparing base (bed8b29) to head (509f0da). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1515 +/- ## ========================================== - Coverage 94.30% 94.30% -0.01% ========================================== Files 350 350 Lines 25920 25920 Branches 3486 3486 ========================================== - Hits 24445 24444 -1 - Misses 1433 1434 +1 Partials 42 42 ```

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

sonarcloud[bot] commented 3 days 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