Skip to content

chore(gax): resolves linter warnings in gax - #9281

Draft
shivanee-p wants to merge 2 commits into
shivaneep-o11y-http-tracingfrom
shivaneep-gax-linter-fixes
Draft

chore(gax): resolves linter warnings in gax#9281
shivanee-p wants to merge 2 commits into
shivaneep-o11y-http-tracingfrom
shivaneep-gax-linter-fixes

Conversation

@shivanee-p

Copy link
Copy Markdown
Contributor

No description provided.

@shivanee-p
shivanee-p added this pull request to stack #9282 September 10, 2026 18:42

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request refactors several files in the @google-cloud/gax package, primarily focusing on formatting imports, type definitions, and converting unit tests in apiCallable.ts from callback-based (done) patterns to modern async/await syntax with assert.rejects. Feedback is provided regarding a skipped test in the unit tests, suggesting that an accompanying comment or TODO referencing a tracking issue should be added to explain the reason for skipping.

});

it.skip('retries with exponential backoff', done => {
it.skip('retries with exponential backoff', async () => {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

When skipping a test, please ensure there is an accompanying comment or TODO that references the correct tracking issue and accurately describes the failure reason.

References
  1. When skipping a test, ensure the accompanying comment or TODO references the correct tracking issue and accurately describes the failure reason.

@shivanee-p
shivanee-p force-pushed the shivaneep-gax-linter-fixes branch from 7d14d55 to 087aea5 Compare September 11, 2026 18:08
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