-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: update feature store offline s3 path used in tests #3752
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
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.
/bot run all
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Codecov Report
@@ Coverage Diff @@
## master #3752 +/- ##
==========================================
- Coverage 89.85% 89.08% -0.77%
==========================================
Files 984 231 -753
Lines 92388 22853 -69535
==========================================
- Hits 83012 20358 -62654
+ Misses 9376 2495 -6881 see 1215 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Can we retry the failed tests ? I took a quick peek at the logs and they don't seem to be related to feature group module. |
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.
/bot run slow-tests
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
* fix: use resolvedOutputS3Uri to clean up feature group offline store * chore: run black-format on feature store integ tests --------- Co-authored-by: Nilesh <[email protected]>
* fix: use resolvedOutputS3Uri to clean up feature group offline store * chore: run black-format on feature store integ tests --------- Co-authored-by: Nilesh <[email protected]>
* fix: use resolvedOutputS3Uri to clean up feature group offline store * chore: run black-format on feature store integ tests --------- Co-authored-by: Nilesh <[email protected]>
Issue
None
Description
cleanup_offline_store
method intest_feature_group.py
is usingtable_name
to construct offline store S3 URI when it should have usedresolvedOutputS3URI
. This used to work, but the service team is planning a change to table name so I'm updating the tests to keep the CI / CD pipeline running.Testing done:
Ran both modified integration tests against personal account using tox,
Merge Checklist
General
Tests
unique_name_from_base
to create resource names in integ tests (if appropriate)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.