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

unreliable test: "TryChatCodeLensProvider .. outputs expected telemetry" #6268

Open
justinmk3 opened this issue Dec 17, 2024 · 0 comments
Open

Comments

@justinmk3
Copy link
Contributor

Test Details

Log of Test Failure

  1) TryChatCodeLensProvider
       outputs expected telemetry:

      AssertionError [ERR_ASSERTION]: telemetry metric 1 (of 1) not found (in the expected order): "vscode_executeCommand" 
+ actual - expected

  {
+   command: 'aws.appBuilderForFileExplorer.refresh',
+   source: undefined
-   command: 'aws.amazonq.focusChat',
-   source: 'codeLens'
  }
      + expected - actual

       {
      -  "command": "aws.appBuilderForFileExplorer.refresh"
      -  "source": [undefined]
      +  "command": "aws.amazonq.focusChat"
      +  "source": "codeLens"
       }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant