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

Use SortedDictionary for consistent order of persisted queries when writing relay format #7078

Conversation

DanielZuerrer
Copy link
Contributor

Deterministic order for persisted queries in relay format

  • When writing persisted queries in relay format, the use of SortedDictionary ensures deterministic order of queries in the output

Closes #7075

Copy link

codecov bot commented Apr 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.32%. Comparing base (48de6f2) to head (6c2fd69).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7078      +/-   ##
==========================================
+ Coverage   73.40%   77.32%   +3.91%     
==========================================
  Files        2632     2646      +14     
  Lines      131361   131997     +636     
==========================================
+ Hits        96429   102064    +5635     
+ Misses      34932    29933    -4999     
Flag Coverage Δ
unittests 77.32% <ø> (+3.91%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@CLAassistant
Copy link

CLAassistant commented Apr 28, 2024

CLA assistant check
All committers have signed the CLA.

@ChilliCream ChilliCream deleted a comment from azure-pipelines bot Apr 28, 2024
@tobias-tengler tobias-tengler added the 🎬 ready Ready to merge label Apr 28, 2024
@michaelstaib michaelstaib merged commit 4f56e59 into ChilliCream:main May 1, 2024
5 of 6 checks passed
@DanielZuerrer DanielZuerrer deleted the feature/deterministic_persisted_queries branch May 2, 2024 05:07
@PascalSenn PascalSenn mentioned this pull request May 22, 2024
@PascalSenn PascalSenn mentioned this pull request Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Persisted queries in relay format should be written in deterministic order
4 participants