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

Copy response in profilerItem not to store a reference to the original object #4

Merged
merged 1 commit into from
Jul 28, 2021

Conversation

MortalFlesh
Copy link
Member

This is because of an automatic object referencing - it is weird that your decoded response is cached in a different shape then it is shown in the profiler, which may occur if you change the object after it is returned from a QueryFetcher but it is not yet shown in the profiler (it would show the new updated version, not the one really decoded in the QueryFetcher and cached, if the Query is cacheable).

@coveralls
Copy link

Pull Request Test Coverage Report for Build 1065146349

  • 0 of 7 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+11.6%) to 74.176%

Totals Coverage Status
Change from base Build 1062923768: 11.6%
Covered Lines: 135
Relevant Lines: 182

💛 - Coveralls

@coveralls
Copy link

coveralls commented Jul 25, 2021

Pull Request Test Coverage Report for Build 1065146349

  • 7 of 7 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+11.6%) to 74.176%

Totals Coverage Status
Change from base Build 1062923768: 11.6%
Covered Lines: 135
Relevant Lines: 182

💛 - Coveralls

@MortalFlesh MortalFlesh merged commit 163b927 into main Jul 28, 2021
@MortalFlesh MortalFlesh deleted the feature/copy-response-in-profiler-item branch July 28, 2021 18:57
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.

None yet

3 participants