-
Notifications
You must be signed in to change notification settings - Fork 59
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
control-service: add IT tests for async job deployment #2794
control-service: add IT tests for async job deployment #2794
Conversation
a5f3aa4
to
5cef53a
Compare
typo in the title, should be add in* |
I think "it" in this case means IT (Integration Test). |
projects/control-service/projects/helm_charts/pipelines-control-service/values.yaml
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.
I want to understand the config better before I approve
...ce/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobDeploymentCrudAsyncIT.java
Outdated
Show resolved
Hide resolved
acdcf96
to
c40da8e
Compare
...lines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobImageDeployerV2.java
Outdated
Show resolved
Hide resolved
I've introduced the initial version of async job deployment integration tests. This is just the starting point, and we plan to expand and refactor it further in the upcoming version based on feedback from aivanov's comment. You can find the discussion on this change in the following link: Link to the GitHub pull request discussion Signed-off-by: Miroslav Ivanov miroslavi@vmware.com
65c72e2
to
a1427ee
Compare
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've introduced the initial version of async job deployment integration tests. This is just the starting point, and we plan to expand and refactor it further in the upcoming version based on feedback from @antoniivanov 's comment. You can find the discussion on this change in the following link: Link to the GitHub pull request discussion.
Signed-off-by: Miroslav Ivanov miroslavi@vmware.com