Skip to content
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

integ-runner: Integration tests succeed, yet the integ-runner throws errors on "describeStackEvents" calls #27445

Closed
diranged opened this issue Oct 8, 2023 · 21 comments
Labels
@aws-cdk/integ-runner bug This issue is a bug. effort/medium Medium work item – several days of effort p2

Comments

@diranged
Copy link

diranged commented Oct 8, 2023

Describe the bug

We recently upgraded from 2.93.0 to 2.100.0 ... once we did, we saw a strange behavior with one of our integration tests on a large stack with nested stacks. The launching of the test stacks work fine (there are no errors in the CREATE or DELETE process), but during the tests we get errors printed out to the console that eventually cause the test-case itself to fail:

The test creation phase ...

$ yarn integ test/integ/constructs/aws-eks/integ.xx-cluster.ts -vvvvv --parallel-regions=us-east-2
yarn run v1.22.19
warning package.json: "dependencies" has dependency "projen" with range "^0.73.8" that collides with a dependency in "devDependencies" of the same name with version "^0.73.35"
...
...
  test/integ/constructs/aws-eks/cdk-integ.out.integ.xx-cluster.ts.snapshot/bundling-temp-8d8dd6365075d75b5065745e14ac81d8b26551cbab856be8fee4b434bd30d711/index.js  1.3mb ⚠️


✨  Synthesis time: 5.73s

...

INFRA-CDK-K8S-ClusterTest: deploying... [1/1]
[20:01:22] Retrieved account ID 12345678910 from disk cache
[20:01:22] Call failed: describeStacks({"StackName":"INFRA-CDK-K8S-ClusterTest"}) => Stack with id INFRA-CDK-K8S-ClusterTest does not exist (code=ValidationError)
[20:01:22] INFRA-CDK-K8S-ClusterTest: checking if we can skip deploy
[20:01:22] INFRA-CDK-K8S-ClusterTest: no existing stack
[20:01:22] INFRA-CDK-K8S-ClusterTest: deploying...
[20:01:22] Attempting to create ChangeSet with name cdk-deploy-change-set to create stack INFRA-CDK-K8S-ClusterTest
INFRA-CDK-K8S-ClusterTest: creating CloudFormation changeset...
[20:01:23] Initiated creation of changeset: arn:aws:cloudformation:us-east-2:12345678910:changeSet/cdk-deploy-change-set/a72ea0de-91e5-4177-bece-d293fa36bb68; waiting for it to finish creating...
[20:01:23] Waiting for changeset cdk-deploy-change-set on stack INFRA-CDK-K8S-ClusterTest to finish creating...
[20:01:23] Changeset cdk-deploy-change-set on stack INFRA-CDK-K8S-ClusterTest is still creating
[20:01:29] Changeset cdk-deploy-change-set on stack INFRA-CDK-K8S-ClusterTest is still creating
[20:01:34] Initiating execution of changeset arn:aws:cloudformation:us-east-2:12345678910:changeSet/cdk-deploy-change-set/a72ea0de-91e5-4177-bece-d293fa36bb68 on stack INFRA-CDK-K8S-ClusterTest
[20:01:35] Execution of changeset arn:aws:cloudformation:us-east-2:12345678910:changeSet/cdk-deploy-change-set/a72ea0de-91e5-4177-bece-d293fa36bb68 on stack INFRA-CDK-K8S-ClusterTest has started; waiting for the update to complete...
[20:01:35] Waiting for stack INFRA-CDK-K8S-ClusterTest to finish creating or updating...
[20:01:35] Stack INFRA-CDK-K8S-ClusterTest has an ongoing operation in progress and is not stable (CREATE_IN_PROGRESS (User Initiated))
[20:01:40] Call failed: describeStackEvents({"StackName":""}) => 2 validation errors detected: Value '' at 'stackName' failed to satisfy constraint: Member must have length greater than or equal to 1; Value '' at 'stackName' failed to satisfy constraint: Member must satisfy regular expression pattern: [a-zA-Z][-a-zA-Z0-9]*|arn:[-a-zA-Z0-9:/._+]* (code=ValidationError)
Error occurred while monitoring stack: Error [ValidationError]: 2 validation errors detected: Value '' at 'stackName' failed to satisfy constraint: Member must have length greater than or equal to 1; Value '' at 'stackName' failed to satisfy constraint: Member must satisfy regular expression pattern: [a-zA-Z][-a-zA-Z0-9]*|arn:[-a-zA-Z0-9:/._+]*
    at Request.extractError (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/protocol/query.js:50:29)
    at Request.callListeners (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/sequential_executor.js:106:20)
    at Request.emit (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/sequential_executor.js:78:10)
    at Request.emit (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/request.js:686:14)
    at Request.transition (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/request.js:22:10)
    at AcceptorStateMachine.runTo (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/state_machine.js:14:12)
    at /Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/state_machine.js:26:10
    at Request.<anonymous> (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/request.js:38:9)
    at Request.<anonymous> (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/request.js:688:12)
    at Request.callListeners (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/sequential_executor.js:116:18) {
  code: 'ValidationError',
  time: 2023-10-08T03:01:40.976Z,
  requestId: 'f65badfa-1f8e-405f-8e79-4790933ee422',
  statusCode: 400,
  retryable: false, 
  retryDelay: 568.6748870259721
} 
...
INFRA-CDK-K8S-ClusterTest-CorePluginsNestedStackCorePluginsNestedStackResource0210684D-SM0BQU1FZPFC | 26/32 | 8:17:25 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                        | CorePlugins/AWSCDKCfnUtilsProviderCustomResourceProvider/Role (AWSCDKCfnUtilsProviderCustomResourceProviderRoleFE0EE867) Resource creation Initiated
[20:17:28] Call failed: describeStackEvents({"StackName":""}) => 2 validation errors detected: Value '' at 'stackName' failed to satisfy constraint: Member must have length greater than or equal to 1; Value '' at 'stackName' failed to satisfy constraint: Member must satisfy regular expression pattern: [a-zA-Z][-a-zA-Z0-9]*|arn:[-a-zA-Z0-9:/._+]* (code=ValidationError)
Error occurred while monitoring stack: Error [ValidationError]: 2 validation errors detected: Value '' at 'stackName' failed to satisfy constraint: Member must have length greater than or equal to 1; Value '' at 'stackName' failed to satisfy constraint: Member must satisfy regular expression pattern: [a-zA-Z][-a-zA-Z0-9]*|arn:[-a-zA-Z0-9:/._+]*
    at Request.extractError (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/protocol/query.js:50:29)
    at Request.callListeners (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/sequential_executor.js:106:20)
    at Request.emit (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/sequential_executor.js:78:10)
    at Request.emit (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/request.js:686:14)
    at Request.transition (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/request.js:22:10)
    at AcceptorStateMachine.runTo (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/state_machine.js:14:12)
    at /Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/state_machine.js:26:10
    at Request.<anonymous> (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/request.js:38:9)
    at Request.<anonymous> (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/request.js:688:12)
    at Request.callListeners (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/aws-sdk/lib/sequential_executor.js:116:18) {
  code: 'ValidationError',
  time: 2023-10-08T03:17:28.005Z,
  requestId: 'fe6608aa-c968-4ada-9199-5180c52b2983',
  statusCode: 400,
  retryable: false,
  retryDelay: 514.9915468965557
}
...
[20:25:25] Stack INFRA-CDK-K8S-ClusterTest has an ongoing operation in progress and is not stable (CREATE_IN_PROGRESS)
INFRA-CDK-K8S-ClusterTest | 28/32 | 8:25:29 PM | CREATE_COMPLETE      | AWS::CloudFormation::Stack            | SupplementalPlugins.NestedStack/SupplementalPlugins.NestedStackResource (SupplementalPluginsNestedStackSupplementalPluginsNestedStackResource924A2FB6)
[20:25:31] Stack INFRA-CDK-K8S-ClusterTest has an ongoing operation in progress and is not stable (CREATE_IN_PROGRESS)
INFRA-CDK-K8S-ClusterTest | 29/32 | 8:25:31 PM | CREATE_COMPLETE      | AWS::CloudFormation::Stack            | INFRA-CDK-K8S-ClusterTest
[20:25:36] Stack INFRA-CDK-K8S-ClusterTest has completed updating

 ✅  INFRA-CDK-K8S-ClusterTest

✨  Deployment time: 1454.39s

Outputs:
INFRA-CDK-K8S-ClusterTest.ClusterClusterNameEB26049E = xxx-integrationtest
Stack ARN:

✨  Total time: 1460.11s
...

Then there's the deletion phase:

[20:25:36] Notices refreshed

[20:25:37] CDK toolkit version: 2.100.0 (build e1b5c77)
[20:25:37] Command line arguments: {
  _: [ 'deploy' ],
  rollback: false,
  'outputs-file': 'cdk-integ.out.integ.xx-cluster.ts.snapshot/assertion-results.json',
  O: 'cdk-integ.out.integ.xx-cluster.ts.snapshot/assertion-results.json',
  outputsFile: 'cdk-integ.out.integ.xx-cluster.ts.snapshot/assertion-results.json',
  'require-approval': 'never',
...
  test/integ/constructs/aws-eks/cdk-integ.out.integ.xx-cluster.ts.snapshot/bundling-temp-8d8dd6365075d75b5065745e14ac81d8b26551cbab856be8fee4b434bd30d711/index.js  1.3mb ⚠️


✨  Synthesis time: 37.49s

[20:26:14] Checking for previously published assets
,...
IntegTest/DefaultTest/DeployAssert: destroying... [1/2]
[20:26:22] Retrieved account ID 12345678910 from disk cache
[20:26:22] Assuming role 'arn:aws:iam::12345678910:role/cdk-hnb659fds-deploy-role-12345678910-us-east-2'.
[20:26:22] Call failed: describeStacks({"StackName":"IntegTestDefaultTestDeployAssertE3E7D2A4"}) => Stack with id IntegTestDefaultTestDeployAssertE3E7D2A4 does not exist (code=ValidationError)

 ✅  IntegTest/DefaultTest/DeployAssert: destroyed
INFRA-CDK-K8S-ClusterTest: destroying... [2/2]
[20:26:22] Retrieved account ID 12345678910 from disk cache
[20:26:23] Waiting for stack INFRA-CDK-K8S-ClusterTest to finish creating or updating...
[20:26:23] Stack INFRA-CDK-K8S-ClusterTest has an ongoing operation in progress and is not stable (DELETE_IN_PROGRESS (User Initiated))
INFRA-CDK-K8S-ClusterTest-SupplementalPluginsNestedStackSupplementalPluginsNestedStack-1Y25214IX1XHB |   0 | 8:26:25 PM | DELETE_IN_PROGRESS   | AWS::CloudFormation::Stack            | INFRA-CDK-K8S-ClusterTest-SupplementalPluginsNestedStackSupplementalPluginsNestedStack-1Y25214IX1XHB User Initiated
INFRA-CDK-K8S-ClusterTest-SupplementalPluginsNestedStackSupplementalPluginsNestedStack-1Y25214IX1XHB |   0 | 8:26:28 PM | DELETE_IN_PROGRESS   | Custom::AWSCDK-EKS-KubernetesResource | SupplementalPlugins/ExternalSecrets/ServiceAccount/manifest-ServiceAccountServiceAccountResource/Resource/Default (ExternalSecretsServiceAccountmanifestServiceAccountServiceAccountResource54655F82)
...
operation in progress and is not stable (DELETE_IN_PROGRESS)
[20:52:06] Call failed: describeStacks({"StackName":"INFRA-CDK-K8S-ClusterTest"}) => Stack with id INFRA-CDK-K8S-ClusterTest does not exist (code=ValidationError)
[20:52:06] Stack INFRA-CDK-K8S-ClusterTest does not exist
[20:52:06] Call failed: describeStackEvents({"StackName":"INFRA-CDK-K8S-ClusterTest"}) => Stack [INFRA-CDK-K8S-ClusterTest] does not exist (code=ValidationError)
[20:52:06] Call failed: describeStackEvents({"StackName":"INFRA-CDK-K8S-ClusterTest"}) => Stack [INFRA-CDK-K8S-ClusterTest] does not exist (code=ValidationError)

 ✅  INFRA-CDK-K8S-ClusterTest: destroyed
[20:52:06] Reading cached notices from /Users/myuser/.cdk/cache/notices.json

  FAILED     integ/constructs/aws-eks/integ.xx-cluster-IntegTest/DefaultTest (undefined/us-east-2) 3058.427s
      Integration test failed: TypeError [ERR_STREAM_NULL_VALUES]: May not write null values to stream

Test Results:

Tests:    1 failed, 1 total
   --- Integration test metrics ---
Profile undefined + Region us-east-2 total time: 3058.428
  /Users/myuser/git/myorg/infra-cdk-k8s/test/integ/constructs/aws-eks/integ.xx-cluster.ts: 3058.428
Error: Some integration tests failed!
    at main (/Users/myuser/git/myorg/infra-cdk-k8s/node_modules/@aws-cdk/integ-runner/lib/index.js:10401:15)
👾 Task "integ" failed when executing "npx integ-runner --update-on-failed -vv test/integ/constructs/aws-eks/integ.xx-cluster.ts -vvvvv --parallel-regions=us-east-2" (cwd: /Users/myuser/git/myorg/infra-cdk-k8s)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
$ echo $?
1

Expected Behavior

I do not expect to see errors thrown during the integration tests - especially when the stacks themselves actually work and our deployments work.

Current Behavior

We're seeing a strange error outputted about the stackName being invalid during some validation call... but yet the tests continue, and the stack itself seems fine.

Reproduction Steps

I don't really know right now... we have multiple integration tests, and we only get this error on our largest test... this test takes 45m+ to complete (eks clusters + vpcs), and the codebase is very large so it's not something I can easily share. I can say that the test has one stack with many nested stacks.

Possible Solution

No response

Additional Information/Context

No response

CDK CLI Version

2.100.0

Framework Version

No response

Node.js Version

18

OS

OSX and Linux

Language

TypeScript

Language Version

No response

Other information

I'm rolling back to our last known good release (2.93.0)... then I will roll forward one release at a time, but since the tests take nearly an hour to do each.. it will take a while before I can track down which release specifically introduces the bug.

@diranged diranged added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Oct 8, 2023
@diranged
Copy link
Author

diranged commented Oct 8, 2023

Update

The actual cause for the test failure (the 1 exit code) was due to my temporary SSO credentials expiring. It seems that when we run this test in our integration environment, we get the printed out errors you see about the invalid stackName .. but those do not actually cause a failure, they are just noise. So this is still a bug, but it's less critical.

@indrora indrora added the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Oct 19, 2023
@github-actions
Copy link

This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

@github-actions github-actions bot added the closing-soon This issue will automatically close in 4 days unless further comments are made. label Oct 19, 2023
@peterwoodworth peterwoodworth removed closing-soon This issue will automatically close in 4 days unless further comments are made. response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. labels Oct 19, 2023
@peterwoodworth
Copy link
Contributor

@indrora why did you apply a response requested label here? What information do we need, if any? If you don't think this should be an open issue, please close with comment @indrora

@sciutand
Copy link

sciutand commented Oct 20, 2023

I'm getting the same errors when deploying nested stack. It deploys successfully but has those errors. StackNames are defined everywhere.

2:15:41 PM | CREATE_IN_PROGRESS   | AWS::CloudFormation::Stack | NetworkBootstrap
2:15:44 PM | CREATE_IN_PROGRESS   | AWS::CloudFormation::Stack | NetworkBootstrap-W...dVpc-1J033Q1UTEMXR
Error occurred while monitoring stack: Error [ValidationError]: 2 validation errors detected: Value '' at 'stackName' failed to satisfy constraint: Member must satisfy regular expression pattern: [a-zA-Z][-a-zA-Z0-9]*|arn:[-a-zA-Z0-9:/._+]*; Value '' at 'stackName' failed to satisfy constraint: Member must have length greater than or equal to 1
    at Request.extractError (/Users/andrea/Projects/ideally/aws-infrastructure/node_modules/.pnpm/aws-cdk@2.100.0/node_modules/aws-cdk/lib/index.js:362:46430)
    at Request.callListeners (/Users/andrea/Projects/ideally/aws-infrastructure/node_modules/.pnpm/aws-cdk@2.100.0/node_modules/aws-cdk/lib/index.js:362:90083)
    at Request.emit (/Users/andrea/Projects/ideally/aws-infrastructure/node_modules/.pnpm/aws-cdk@2.100.0/node_modules/aws-cdk/lib/index.js:362:89531)
    at Request.emit (/Users/andrea/Projects/ideally/aws-infrastructure/node_modules/.pnpm/aws-cdk@2.100.0/node_modules/aws-cdk/lib/index.js:362:196289)
    at Request.transition (/Users/andrea/Projects/ideally/aws-infrastructure/node_modules/.pnpm/aws-cdk@2.100.0/node_modules/aws-cdk/lib/index.js:362:189841)
    at AcceptorStateMachine.runTo (/Users/andrea/Projects/ideally/aws-infrastructure/node_modules/.pnpm/aws-cdk@2.100.0/node_modules/aws-cdk/lib/index.js:362:154713)
    at /Users/andrea/Projects/ideally/aws-infrastructure/node_modules/.pnpm/aws-cdk@2.100.0/node_modules/aws-cdk/lib/index.js:362:155043
    at Request.<anonymous> (/Users/andrea/Projects/ideally/aws-infrastructure/node_modules/.pnpm/aws-cdk@2.100.0/node_modules/aws-cdk/lib/index.js:362:190133)
    at Request.<anonymous> (/Users/andrea/Projects/ideally/aws-infrastructure/node_modules/.pnpm/aws-cdk@2.100.0/node_modules/aws-cdk/lib/index.js:362:196364)
    at Request.callListeners (/Users/andrea/Projects/ideally/aws-infrastructure/node_modules/.pnpm/aws-cdk@2.100.0/node_modules/aws-cdk/lib/index.js:362:90251) {
  code: 'ValidationError',
  time: 2023-10-20T01:18:01.125Z,
  requestId: 'e294c886-ca52-4f30-8400-6bd3d0301809',

 ✅  NetworkBootstrap

@pahud
Copy link
Contributor

pahud commented Oct 20, 2023

Hi @diranged @sciutand

Can you help us verify if this still exists in the latest 2.102.0 ?

@pahud pahud added p2 effort/medium Medium work item – several days of effort and removed needs-triage This issue or PR still needs to be triaged. labels Oct 20, 2023
@diranged
Copy link
Author

@pahud Still occurring with 2.102.0...it happens with any nested stack on an incredibly simple project.

@diranged
Copy link
Author

I should note, it only happens on initial stack creation... we don't see the error on subsequent updates.

@schuettc
Copy link

Seeing the same issue. Also with a very simple project.

@jeremychone
Copy link

I have been getting this issue in all my simple CDK projects, but somehow, it seems to still work.

error: Value '' at 'stackName' failed to satisfy...

Here is a simple example. I even trimmed it down, and still get this (only on first deploy)

    const cluster = new eks.Cluster(this, 'jc-cdk-eks-xp-04-cluster', {
      clusterName: "jc-cdk-eks-xp-04-cluster",
      version: eks.KubernetesVersion.V1_27,
      defaultCapacity: 1,
      defaultCapacityInstance: new ec2.InstanceType('t3.micro'),
      kubectlLayer: new KubectlV27Layer(this, 'kubectl'),
    });

I even specified the stackName in the bin,

const app = new cdk.App();
new JcCdkEksXp04Stack(app, 'JcCdkEksXp04Stack', {
  stackName: "JcCdkEksXp04Stack"
});

@jayid-07
Copy link

Was able to replicate this in 2.102.0. Here's a sample code:

import * as cdk from 'aws-cdk-lib';
import * as path from 'path';
import * as ec2 from 'aws-cdk-lib/aws-ec2';
import { Construct } from 'constructs';
import * as sqs from 'aws-cdk-lib/aws-sqs';

class VpcNestedStack extends cdk.NestedStack {
  public readonly vpc: ec2.Vpc;

  constructor(scope: Construct, id: string, props?: cdk.NestedStackProps) {
    super(scope, id, props);

    this.vpc = new ec2.Vpc(this, 'nested-stack-vpc', {
      cidr: '192.168.0.0/16',
      natGateways: 0,
      maxAzs: 2,
      subnetConfiguration: [
        {
          name: 'public-subnet-1',
          subnetType: ec2.SubnetType.PUBLIC,
          cidrMask: 24,
        },
      ],
    });
  }
}



export class NestedStackStack extends cdk.Stack {
  constructor(scope: Construct, id: string, props?: cdk.StackProps) {
    super(scope, id, props);

    // The code that defines your stack goes here

    // example resource
    // const {vpc} = new VpcNestedStack(this, 'nested-stack');

    const queue = new sqs.Queue(this, 'NestedStackQueue', {
      visibilityTimeout: cdk.Duration.seconds(300)
    });
  }
}

Got the following error:

NestedStackStack: creating CloudFormation changeset...
NestedStackStack-nestedstackNestedStacknestedstackNestedStackResource71CDD241-13IHOMC3NSCQH | 0/4 | 4:38:39 PM | CREATE_IN_PROGRESS   | AWS::CloudFormation::Stack | NestedStackStack-nestedstackNestedStacknestedstackNestedStackResource71CDD241-13IHOMC3NSCQH User Initiated
Error occurred while monitoring stack: Error [ValidationError]: 2 validation errors detected: Value '' at 'stackName' failed to satisfy constraint: Member must have length greater than or equal to 1; Value '' at 'stackName' failed to satisfy constraint: Member must satisfy regular expression pattern: [a-zA-Z][-a-zA-Z0-9]*|arn:[-a-zA-Z0-9:/._+]*

@Alfalover
Copy link

Still happens on 2.103.1

@gaffer01
Copy link

gaffer01 commented Nov 1, 2023

We are also having this issue since we upgraded to 2.103.1

@ttais2017
Copy link

ttais2017 commented Nov 2, 2023

I'm getting same errors on a similar scenario. :( I use also the CDK version 2.103.1

here some info:

image

@baguilarq
Copy link

I am not getting the error anymore with CDK 2.104.0

@webark
Copy link

webark commented Nov 3, 2023

i downgraded to 2.99.1 and it worked again.

@webark
Copy link

webark commented Nov 3, 2023

without digging in that much, i'd imagine it might have something to do with this?

#27195

@webark
Copy link

webark commented Nov 3, 2023

I am not getting the error anymore with CDK 2.104.0

ahh.. Key word "not". It looks like it might be fixed with #27692

@ibehren1
Copy link

ibehren1 commented Nov 7, 2023

Issue persists for me with 2.104.0

@ttais2017
Copy link

with the CDK 2.104.0 is for me again ok!. no errors by deployment

@diranged
Copy link
Author

Closing, as this has been resolved. I was surprised to notice that the CDK team didn't close this.

Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/integ-runner bug This issue is a bug. effort/medium Medium work item – several days of effort p2
Projects
None yet
Development

No branches or pull requests