Skip to content

Fix resolveResourceId not correctly calling job finished when drawable cloning failed#2367

Merged
ambushwork merged 1 commit into
release/2.15.0from
yl/sr-mnt/fix-resource-resolver
Nov 4, 2024
Merged

Fix resolveResourceId not correctly calling job finished when drawable cloning failed#2367
ambushwork merged 1 commit into
release/2.15.0from
yl/sr-mnt/fix-resource-resolver

Conversation

@ambushwork

Copy link
Copy Markdown
Member

What does this PR do?

Snapshot item is never processed due to the fix in this PR,
this is because we call job.started callback but never call job.finished , so the snapshot is always in pending state.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)

@ambushwork
ambushwork requested review from a team as code owners October 31, 2024 16:41
@codecov-commenter

codecov-commenter commented Oct 31, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.34%. Comparing base (2383221) to head (525cd65).
Report is 2 commits behind head on release/2.15.0.

Additional details and impacted files
@@                Coverage Diff                 @@
##           release/2.15.0    #2367      +/-   ##
==================================================
- Coverage           70.51%   70.34%   -0.17%     
==================================================
  Files                 741      741              
  Lines               27646    27648       +2     
  Branches             4628     4628              
==================================================
- Hits                19493    19447      -46     
- Misses               6893     6914      +21     
- Partials             1260     1287      +27     
Files with missing lines Coverage Δ
...ay/internal/recorder/resources/ResourceResolver.kt 95.33% <100.00%> (+0.09%) ⬆️

... and 20 files with indirect coverage changes

@ambushwork
ambushwork force-pushed the yl/sr-mnt/fix-resource-resolver branch from 579c4e8 to 525cd65 Compare November 3, 2024 20:50
@ambushwork
ambushwork merged commit 800f7d8 into release/2.15.0 Nov 4, 2024
@ambushwork
ambushwork deleted the yl/sr-mnt/fix-resource-resolver branch November 4, 2024 08:28
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.

4 participants