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

Fix timer cancellation regression #58

Merged
merged 2 commits into from
Aug 12, 2021
Merged

Conversation

antstorm
Copy link
Contributor

#56 has introduced a regression which would associate timer cancelation request with the timer itself resulting in a non-deterministic replay (attempting to match timer's cancellation with initiation of the timer, which are two separate commands).

It was tested using a sample workflow and a unit spec

@antstorm antstorm requested review from DeRauk and somic August 12, 2021 18:33
@antstorm antstorm added the sync pending Marks PRs that are yet to be replayed on Temporal label Aug 12, 2021
@antstorm antstorm merged commit e03e172 into master Aug 12, 2021
@antstorm antstorm deleted the fix-timer-cancellation-issue branch August 12, 2021 18:37
@antstorm antstorm added synced Marks PRs that have been synchronised with Temporal and removed sync pending Marks PRs that are yet to be replayed on Temporal labels Sep 16, 2021
DeRauk pushed a commit to DeRauk/cadence-ruby that referenced this pull request Jan 19, 2022
* Fix timer cancellation regression

* Bump version to 0.1.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
synced Marks PRs that have been synchronised with Temporal
Development

Successfully merging this pull request may close these issues.

2 participants