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

Simplify XDC test logic #4522

Merged
merged 2 commits into from
Jun 21, 2023
Merged

Simplify XDC test logic #4522

merged 2 commits into from
Jun 21, 2023

Conversation

wxing1292
Copy link
Contributor

What changed?

  • Simplify XDC test logic
  • Remove unused function input

Why?
N/A

How did you test it?
N/A

Potential risks
N/A

Is hotfix candidate?
N/A

@wxing1292 wxing1292 requested a review from a team as a code owner June 21, 2023 07:38
@wxing1292 wxing1292 enabled auto-merge (squash) June 21, 2023 16:25
@@ -135,7 +135,7 @@ func setStateStatus(
}

case enumsspb.WORKFLOW_EXECUTION_STATE_ZOMBIE:
if status == enumspb.WORKFLOW_EXECUTION_STATUS_RUNNING {
if status != enumspb.WORKFLOW_EXECUTION_STATUS_RUNNING {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why? Zombie is not running correct?

case enumsspb.WORKFLOW_EXECUTION_STATE_ZOMBIE:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a bug fix, although this path is not utilized

@wxing1292 wxing1292 merged commit 2cd1579 into temporalio:master Jun 21, 2023
@wxing1292 wxing1292 deleted the simplify branch June 21, 2023 17:54
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.

2 participants