Skip to content
New issue

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

Reduce amount of CartesianProductJoinLazyTest variants #1648

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

RobinTF
Copy link
Collaborator

@RobinTF RobinTF commented Nov 27, 2024

Instead of using the same seed to have a lot of variants using different offsets and limits, this changes the seeding to use the offset and limit to generate a seed. This allows to greatly reduce the total amount of tests (which come with a lot of overhead when running them with ctest), with hopefully only minor to no changes is robustness.

@sparql-conformance
Copy link

Copy link

codecov bot commented Nov 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.38%. Comparing base (add092a) to head (1a892c6).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1648   +/-   ##
=======================================
  Coverage   89.37%   89.38%           
=======================================
  Files         375      375           
  Lines       36107    36107           
  Branches     4077     4077           
=======================================
+ Hits        32272    32275    +3     
  Misses       2518     2518           
+ Partials     1317     1314    -3     

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

Copy link

sonarcloud bot commented Nov 28, 2024

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.

1 participant