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

Disable acquiring lock while running git integration tests due to invalid parsing #793

Closed
wants to merge 1 commit into from

Conversation

tanmay-db
Copy link
Contributor

@tanmay-db tanmay-db commented Jan 31, 2024

Changes

The integration test (added: #776) cannot be parsed correct:

2024/01/31 15:49:00 [INFO] loading OpenAPI spec with sha:e05401ed5dd4974c5333d737ec308a7d451f749f sha
2024/01/31 15:49:00 [INFO] parsing Go SDK integration tests for examples: /Users/tanmay.rustagi/eng-dev-ecosystem/ext/databricks-sdk-go/internal
     0  *roll.call {
     1  .  Named: code.Named {
     2  .  .  Name: "acquireGitCredentialsLock"
     3  .  .  Description: ""
     4  .  }
     5  .  IsAccount: false
     6  .  Args: []roll.expression (len = 1) {
     7  .  .  0: *roll.variable {
     8  .  .  .  Named: code.Named {
     9  .  .  .  .  Name: "w"
    10  .  .  .  .  Description: ""
    11  .  .  .  }
    12  .  .  }
    13  .  }
    14  }
panic: expected known assertion

Tests

deco openapi generate-sdk go

  • make test passing
  • make fmt applied
  • relevant integration tests applied

@tanmay-db tanmay-db changed the title Fix parsing Disable acquiring lock while running git integration tests due to invalid parsing Jan 31, 2024
@tanmay-db tanmay-db requested a review from mgyucht January 31, 2024 14:53
@tanmay-db tanmay-db closed this Jan 31, 2024
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.

1 participant