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

Gh-3209: GetAll Limit fails on Proxy Store #3214

Merged
merged 10 commits into from
May 29, 2024

Conversation

tb06904
Copy link
Member

@tb06904 tb06904 commented May 15, 2024

Fixes most of the issues in the original issue, two minor fixes:

  1. ensures the correct method is called in the GafferPopGraphStep
  2. Prevents null operation chain options.

Added work around to main serialisation error in the proxy store so that it attempts to deserialise element iterators. This will be fixed in a larger rework of the proxy store so that it does not need to double deserialise.

Related issue

Copy link

codecov bot commented May 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.87%. Comparing base (9d2caa8) to head (3bf5600).

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #3214   +/-   ##
==========================================
  Coverage      66.86%   66.87%           
- Complexity      2557     2558    +1     
==========================================
  Files            912      912           
  Lines          29276    29287   +11     
  Branches        3265     3266    +1     
==========================================
+ Hits           19576    19586   +10     
  Misses          8256     8256           
- Partials        1444     1445    +1     

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

@GCHQDeveloper314 GCHQDeveloper314 merged commit c094be2 into develop May 29, 2024
26 checks passed
@GCHQDeveloper314 GCHQDeveloper314 deleted the gh-3209-getall-limit-proxy-store branch May 29, 2024 08:17
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.

Issues with GafferPop's GetAllElements limitting on proxy stores
4 participants