-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat(cdk): Added SecondsBeforeTimeout, TimeOutAction #27183 #27193
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.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
A comment requesting an exemption should contain the text Exemption Request
. Additionally, if clarification is needed add Clarification Request
to a comment.
packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_RDS.json
Outdated
Show resolved
Hide resolved
Clarification Request - I cannot change the README file and I'm having trouble navigating to find the correct integration test for this ---- thank you |
Clarification Request - I'm having trouble navigating to find the correct integration test for this and help with running the tests for a snapshot |
Exemption Request: ReadMe and Integration Tests |
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.
Thank you for the contribution!
I believe that this is the integ test you are looking for: https://github.com/aws/aws-cdk/blob/main/packages/%40aws-cdk-testing/framework-integ/test/aws-rds/test/integ.serverless-cluster.ts (or possibly one of the others in that folder).
All of our integ tests for modules in aws-cdk-lib live in @aws-cdk-testing/framework-integ.
Could you provide more detail on not being able to edit the readme? This file: https://github.com/aws/aws-cdk/tree/main/packages/aws-cdk-lib/aws-rds, correct?
Once you have found these files, and you have a good reason for not needing to change them, ping me again!
Otherwise, see my comments and reach out if you need any support!
So, I'm still having some trouble running integration tests, but I have updated the code and readme. Still working on integ testing |
@0xedl hey there, I will not be able to give a meaningful review until the build is passing. You can open the build logs and search for !!!!!!! to find the error (try starting from the bottom when searching, it will be the last error). Your current error looks like |
Hey! I understand. The issue is running the tests in general - when I try to the integ tests, I get an integ not found error. I think I'm getting package installation errors. Ive tried running the default integ test and same issue. Could this be caused by the build issue? |
If you believe its a build error, try wiping all built files and re-building.
|
Apparently, I messed something up in my local workspace. and I am missing some dependencies which doesn't seem to be working at all. Fortunately, GH workspace is workgin, but integ testing may take a minute! I will update the PR when it is ready. thank you. |
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
@scanlonp Hey, I'm having a weird issue with the final build and third party licenses being outdated....I've completed everything else and have been trying to fix this for a while now by rebuilding, merging from main, etc. In package package.json
I've tried rebasing, rebuilding from the main repo and nothing is working atm. |
Hey @0xedl, it looks like your PR has a number of changes to package files, including deleting lazify & a number of related files. I also noticed that your pull is from the main branch of your fork. We do have a requirement that pulls must come from non-main branches to enable our automation to work correctly (read more here CONTRIBUTING.md). I would recommend you start a new branch off a fresh copy of our main, which may solve both issues! |
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
still workoing on building it correctly...... the features are implemented correctly,but just the build issues. |
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 pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
A comment requesting an exemption should contain the text Exemption Request
. Additionally, if clarification is needed add Clarification Request
to a comment.
The pull request linter fails with the following errors:
PRs must pass status checks before we can provide a meaningful review. If you would like to request an exemption from the status checks or clarification on feedback, please leave a comment on this PR containing |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Added secondsBeforeTimeout
Added timeOutAction
Followed coding conventions,
Enacted checks for both seconds before the timeout and time-out action.
Having trouble testing locally
Closes #27183.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license