-
Notifications
You must be signed in to change notification settings - Fork 711
Test to check the Datatype of Priority field in subWorkflowParams #428
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
Conversation
CI build is failing. Please fix the issue. |
common/src/test/java/com/netflix/conductor/common/workflow/SubWorkflowParamsTest.java
Outdated
Show resolved
Hide resolved
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.
- The test is related to
WorkflowDef
.TestWorkflowTask
is not the best place for it. - Name the test based on the specific checks it's doing (or the issue it's addressing). Use
@DisplayName
e.g.:@DisplayName("it should handle null values when InputParam is a List")
...sdk/conductor-client/src/test/java/com/netflix/conductor/client/worker/TestWorkflowTask.java
Outdated
Show resolved
Hide resolved
...sdk/conductor-client/src/test/java/com/netflix/conductor/client/worker/TestWorkflowTask.java
Outdated
Show resolved
Hide resolved
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.
Change the package. It's convention (not strict requirement, but it's better and cleaner) that a test class be under the same package that the class being tested.
Pull Request type
Changes in this PR
Added test case for the Priority field in the SubWorkflowParams