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

Temporary fix for client tracing for iterators #275

Merged
merged 3 commits into from
Nov 15, 2024
Merged

Conversation

mappum
Copy link
Contributor

@mappum mappum commented Nov 15, 2024

This PR fixes client function query resolution getting stuck when iterating over Map iterators.

This fix should eventually be replaced to reduce the number of requests made for client queries.

@mappum mappum changed the title Temporarily fix for client tracing for iterators Temporary fix for client tracing for iterators Nov 15, 2024
Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.98%. Comparing base (ff7eab1) to head (389d529).
Report is 9 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #275      +/-   ##
===========================================
+ Coverage    56.97%   56.98%   +0.01%     
===========================================
  Files           82       82              
  Lines        15851    15856       +5     
===========================================
+ Hits          9031     9036       +5     
  Misses        6820     6820              
Files with missing lines Coverage Δ
src/client/exec.rs 94.83% <100.00%> (+0.07%) ⬆️

Impacted file tree graph

@keppel keppel added this pull request to the merge queue Nov 15, 2024
Merged via the queue into develop with commit 60ea7ca Nov 15, 2024
7 checks passed
@keppel keppel deleted the client-next-tempfix branch November 15, 2024 00:56
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