-
Notifications
You must be signed in to change notification settings - Fork 37
Add unit tests that invoke late initialize #138
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 unit tests that invoke late initialize #138
Conversation
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.
Nice work!
Few comments
image: 246618743249.dkr.ecr.us-west-2.amazonaws.com/sagemaker-xgboost:1.0-1-cpu-py3 | ||
imageConfig: | ||
repositoryAccessMode: Platform | ||
repositoryAuthConfig: {} |
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.
remove?
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.
These same four lines are present in the created.yaml of this resource
name: unit-testing-transform-job | ||
spec: | ||
dataProcessing: | ||
inputFilter: $ |
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.
$?
Can we remove this $ and null fields?
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 $ comes from the custom_delta.go file for this resource
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.
looks like something related to response from service https://github.com/aws-controllers-k8s/sagemaker-controller/blob/main/pkg/resource/transform_job/testdata/sdkapi/describe/inprogress_describe.json#L6-L8
/retest sagemaker-unit-test |
@surajkota: The
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test sagemaker-unit-test |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mbaijal, ryansteakley, surajkota The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description of changes:
LateInitialize
totest_suite_runner.go
LateInitialize
unit tests which invokeLateInitialize
LateInitialize
so there will be no difference in the latest resource.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.