Skip to content

Bugfix: Correctly apply patch inserted before current replay target#1807

Closed
WhitWaldo wants to merge 2 commits into
masterfrom
timer-patch-fix
Closed

Bugfix: Correctly apply patch inserted before current replay target#1807
WhitWaldo wants to merge 2 commits into
masterfrom
timer-patch-fix

Conversation

@WhitWaldo

Copy link
Copy Markdown
Contributor

Description

Applying patch for reported bug regarding the insertion of patch before timer (and incorrectly resulting in failure state).

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #[issue number]

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

…re timer (and incorrectly resulting in failure state)

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
@WhitWaldo WhitWaldo added this to the v1.18 milestone May 9, 2026
@WhitWaldo WhitWaldo self-assigned this May 9, 2026
@WhitWaldo WhitWaldo added the kind/bug Something isn't working label May 9, 2026
@WhitWaldo WhitWaldo requested a review from a team as a code owner May 9, 2026 02:05
@WhitWaldo WhitWaldo requested a review from a team as a code owner May 9, 2026 02:05
@codecov

codecov Bot commented May 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.42%. Comparing base (059e6bf) to head (387c410).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1807   +/-   ##
=======================================
  Coverage   65.42%   65.42%           
=======================================
  Files         296      296           
  Lines        8694     8694           
  Branches     1009     1009           
=======================================
  Hits         5688     5688           
  Misses       2761     2761           
  Partials      245      245           
Flag Coverage Δ
net10.0 65.41% <ø> (ø)

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

…ned a listener for `Dapr.Workflow` which showed this as working. By default, .NET returns null silently if there's no activity listener registered for a source meaning the bug persisted when a listener wasn't explicitly registered. Fixed this and added another regression test.

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/workflow kind/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant