Skip to content

fix(client): correctly handle grpc-js style unimplemented method message#1379

Merged
chris-olszewski merged 1 commit into
mainfrom
olszewski/oops_gzip
Jul 7, 2026
Merged

fix(client): correctly handle grpc-js style unimplemented method message#1379
chris-olszewski merged 1 commit into
mainfrom
olszewski/oops_gzip

Conversation

@chris-olszewski

@chris-olszewski chris-olszewski commented Jul 6, 2026

Copy link
Copy Markdown
Member

What was changed

Add "not implemented" as a valid variation of "is unimplemented"

Why?

Typescript uses grpc-js to create mock servers to assert that all methods defined on services are available on NativeConnection. Latest core bump fails these tests now since the GetSystemInfo request that always has returned UNIMPLEMENTED before is now treated as a failure.

Checklist

  1. Closes N/A

  2. How was this tested:
    New test case

  3. Any docs updates needed?
    N/A

@Sushisource Sushisource left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Lovely, lol.

@chris-olszewski chris-olszewski merged commit 9b9325c into main Jul 7, 2026
22 checks passed
@chris-olszewski chris-olszewski deleted the olszewski/oops_gzip branch July 7, 2026 13:56
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