Skip to content

Conversation

@hannahbast
Copy link
Member

This is a stand-alone program to rebuild the last permutation pair from an index build, which is PSO and POS, from the OSP permutation.

This is useful when the index build crashed during the creation of that last permutation pair. The alternative would be to rebuild the entire index from scratch, which is very time-consuming for large datasets.

@codecov
Copy link

codecov bot commented Oct 17, 2025

Codecov Report

❌ Patch coverage is 88.88889% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.05%. Comparing base (78988ae) to head (3033ee1).

Files with missing lines Patch % Lines
src/engine/idTable/CompressedExternalIdTable.h 88.23% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2442      +/-   ##
==========================================
- Coverage   91.08%   91.05%   -0.03%     
==========================================
  Files         466      466              
  Lines       39714    39725      +11     
  Branches     5311     5311              
==========================================
+ Hits        36172    36173       +1     
- Misses       2031     2041      +10     
  Partials     1511     1511              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Hannah Bast added 5 commits October 26, 2025 02:43
This is a stand-alone program to rebuild the last permutation pair from
an index build, which is PSO and POS, from the OSP permutation.

This is useful when the index build crashed during the creation of that
last permutation pair. The alternative would be to rebuild the entire
index from scratch, which is very time-consuming for large datasets.
Instead of throwin an exception when memory allocation fails,
now log all kinds of useful information and continue execution.

TODO: Use a fraction of --stxxl-memory
@sparql-conformance
Copy link

Overview

Number of Tests Passed ✅ Failed ❌ Intended ⚠️ Not tested
525 439 19 67 0

Conformance check passed ✅

No test result changes.

Details: https://qlever.dev/sparql-conformance-ui?cur=3033ee1ccd619f3f7d893f58f90b2635c12512a5&prev=78988ae2e6e7e9a85fb909a8e0c6edcd5cd994fa

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
E Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants