-
Notifications
You must be signed in to change notification settings - Fork 210
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
Workflow Update in Test Environment should dedup updates by ID #1638
Comments
Is the ID here referring to |
Conceptually yes, but the test environment does not use a client since it is all in memory in the same process Here is an example of sending an update with the test environment https://github.com/temporalio/samples-go/blob/main/reqrespupdate/workflow_test.go#L41, here "test id" is the |
I'm playing around with the update go sample, and when I add |
No, the real server will dedup the update request by the update ID |
Expected Behavior
Workflow Updates in Test Environment behave like Updates against a real server and either dupes for fails if an update with a duplicate ID is sent
Actual Behavior
Test Environment accepts update with duplicate ID
The text was updated successfully, but these errors were encountered: