-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Tracking: [CLI] Improve testing posture | Phase 1 #31929
Labels
@aws-cdk/core
Related to core CDK functionality
cli
Issues related to the CDK CLI
management/tracking
Issues that track a subject or multiple issues
p1
Comments
mrgrain
added
management/tracking
Issues that track a subject or multiple issues
needs-triage
This issue or PR still needs to be triaged.
p1
@aws-cdk/core
Related to core CDK functionality
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Oct 29, 2024
mrgrain
changed the title
Tracking: CLI Integration Test improvements
Tracking: CLI Test posture improvements
Oct 29, 2024
mrgrain
changed the title
Tracking: CLI Test posture improvements
Tracking: CLI testing posture improvements
Oct 29, 2024
This was referenced Nov 1, 2024
Some additional thoughts on this one:
|
iliapolo
changed the title
Tracking: CLI testing posture improvements
Tracking: CLI testing posture improvements | Phase 1
Nov 18, 2024
iliapolo
changed the title
Tracking: CLI testing posture improvements | Phase 1
Tracking: CLI testing posture improvements
Nov 18, 2024
iliapolo
changed the title
Tracking: CLI testing posture improvements
Tracking: CLI testing posture improvements | Phase 1
Nov 18, 2024
6 tasks
iliapolo
changed the title
Tracking: CLI testing posture improvements | Phase 1
Tracking: [CLI] testing posture improvements | Phase 1
Nov 18, 2024
iliapolo
changed the title
Tracking: [CLI] testing posture improvements | Phase 1
Epic: CLI testing posture improvements | Phase 1
Dec 9, 2024
iliapolo
changed the title
Epic: CLI testing posture improvements | Phase 1
Epic: Improve CLI testing posture | Phase 1
Dec 9, 2024
iliapolo
changed the title
Epic: Improve CLI testing posture | Phase 1
Improve CLI testing posture | Phase 1
Dec 11, 2024
iliapolo
changed the title
Improve CLI testing posture | Phase 1
Tracking: [CLI] Improve integ testing posture | Phase 1
Dec 17, 2024
iliapolo
changed the title
Tracking: [CLI] Improve integ testing posture | Phase 1
Tracking: [CLI] Improve testing posture | Phase 1
Dec 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/core
Related to core CDK functionality
cli
Issues related to the CDK CLI
management/tracking
Issues that track a subject or multiple issues
p1
Overview
As part of the build and release process, we are running a set of CLI integration tests if any of the CLI code has changed.
These tests currently take 50+ min each and are frequently unstable. We are also missing unit tests where we could have them. In general our branches coverage percentages are comparatively low (68% as of 2024-10-29).
Implementation
We are addressing the shortfall through a number of improvements. See issues for details.
Issue list
The text was updated successfully, but these errors were encountered: