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

Add DeleteNamespace API unit tests #2670

Merged

Conversation

alexshtin
Copy link
Member

What changed?
Add DeleteNamespace API unit tests.

Why?
To improve code coverage.

How did you test it?
N/A

Potential risks
No risks.

Is hotfix candidate?
No.

@alexshtin alexshtin requested a review from a team as a code owner March 29, 2022 16:55
@@ -313,7 +313,7 @@ func (h *OperatorHandlerImpl) DeleteNamespace(ctx context.Context, request *oper
ctx,
sdkclient.StartWorkflowOptions{
TaskQueue: worker.DefaultWorkerTaskQueue,
ID: deleteexecutions.WorkflowName,
ID: deletenamespace.WorkflowName,
Copy link
Member

Choose a reason for hiding this comment

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

🤦

@alexshtin alexshtin merged commit 22f58a9 into temporalio:master Mar 29, 2022
@alexshtin alexshtin deleted the feature/delete-namespace-api-test branch March 29, 2022 18:19
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.

None yet

2 participants