-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add failure_reason to nexus_task_execution_failed #2274
Add failure_reason to nexus_task_execution_failed #2274
Conversation
74342b9
to
588492b
Compare
Would like to get confirm the expected enumerates on the other PR before merging this one. |
588492b
to
65be4ec
Compare
@cretz good to merge now that Go is merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I have been told by @bergundy that it's handler_error_<TYPE>
where TYPE
is SCREAMING_SNAKE_CASE, so I assume the same here.
65be4ec
to
7caa3dc
Compare
import org.junit.Rule; | ||
import org.junit.Test; | ||
|
||
public class OperationFailMetricTest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cretz these tests should hopefully assert parity between the Go and Java SDK
7caa3dc
to
372f707
Compare
Add failure_reason to nexus_task_execution_failed based on the Go SDK PR temporalio/sdk-go#1671
closes #2273