forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: skip regression tests from v1.61.1 series (aws#10147)
We introduced constraints on the bootstrap qualifier and updated the tests to pass a shorter qualifier--but the old integretion tests obviously still pass the long qualifier so now the old tests fail against the new CLI. Skip the offending tests. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
packages/aws-cdk/test/integ/cli-regression-patches/v1.61.1/NOTES.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Introduced a limitation on bootstrapping qualifier length | ||
(max 10 chars) but old tests were using qualifiers of 12 chars. |
16 changes: 16 additions & 0 deletions
16
packages/aws-cdk/test/integ/cli-regression-patches/v1.61.1/skip-tests.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# This file is empty on purpose. Leave it here as documentation | ||
# and an example. | ||
# | ||
# Copy this file to cli-regression-patches/vX.Y.Z/skip-tests.txt | ||
# and edit it there if you want to exclude certain tests from running | ||
# when performing a certain version's regression tests. | ||
# | ||
# Put a test name on a line by itself to skip it. | ||
|
||
upgrade legacy bootstrap stack to new bootstrap stack while in use | ||
deploy new style synthesis to new style bootstrap | ||
deploy new style synthesis to new style bootstrap (with docker image) | ||
deploy old style synthesis to new style bootstrap | ||
can dump the template, modify and use it to deploy a custom bootstrap stack | ||
switch on termination protection, switch is left alone on re-bootstrap | ||
add tags, left alone on re-bootstrap |