Skip to content

Conversation

@elvin-hwang
Copy link
Contributor

Upgrading amazon-states-language-service from 1.11.0 to 1.13.0

@elvin-hwang elvin-hwang requested a review from a team as a code owner December 3, 2024 23:59
@elvin-hwang elvin-hwang changed the title Upgrade amazon-states-language-service to 1.13.0 feat: Upgrade amazon-states-language-service to 1.13.0 Dec 4, 2024
@elvin-hwang elvin-hwang changed the title feat: Upgrade amazon-states-language-service to 1.13.0 feat(toolkit): Upgrade amazon-states-language-service to 1.13.0 Dec 4, 2024
@justinmk3 justinmk3 changed the base branch from master to feature/postreinvent December 4, 2024 00:42
@justinmk3
Copy link
Contributor

which issues are related?

@elvin-hwang
Copy link
Contributor Author

@justinmk3 justinmk3 merged commit 59acbc6 into aws:feature/postreinvent Dec 4, 2024
10 of 16 checks passed
@elvin-hwang elvin-hwang deleted the upgrade_asl_minor_version branch December 4, 2024 17:57
@justinmk3
Copy link
Contributor

Integ tests are failing after this PR

1 failing
  1) stepFunctions ASL LSP
       init:

      AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped

  [
    'Comment',
+   'QueryLanguage',
    'StartAt',
...
    'TimeoutSeconds',
    'Version'
  ]
      + expected - actual

       [
         "Comment"
      -  "QueryLanguage"
         "StartAt"
         "States"
         "TimeoutSeconds"
         "Version"
      
      at Context.<anonymous> (/codebuild/output/src2587939618/src/github.com/aws/aws-toolkit-vscode/packages/core/src/testInteg/stepFunctions/init.test.ts:36:16)

justinmk3 pushed a commit that referenced this pull request Dec 9, 2024
## Problem
Integration test for SFN was broken after updating
amazon-states-language-service package to 1.13.0 ([relevant
PR](#6139))

## Solution
Updating integration test to account for the new `QueryLanguage`
variable introduced in the new version of the package
karanA-aws pushed a commit to karanA-aws/aws-toolkit-vscode that referenced this pull request Jan 17, 2025
## Problem
Integration test for SFN was broken after updating
amazon-states-language-service package to 1.13.0 ([relevant
PR](aws#6139))

## Solution
Updating integration test to account for the new `QueryLanguage`
variable introduced in the new version of the package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants