Skip to content

fix: Fix TestReadRows_Generic_CloseClient conformance test by passing grpc status codes for closed client errors#1524

Merged
gcf-merge-on-green[bot] merged 10 commits intogoogleapis:mainfrom
danieljbruce:380488698-send-status-in-close-client
Dec 2, 2024
Merged

fix: Fix TestReadRows_Generic_CloseClient conformance test by passing grpc status codes for closed client errors#1524
gcf-merge-on-green[bot] merged 10 commits intogoogleapis:mainfrom
danieljbruce:380488698-send-status-in-close-client

Conversation

@danieljbruce
Copy link
Contributor

@danieljbruce danieljbruce commented Nov 27, 2024

Summary

The TestReadRows_Generic_CloseClient conformance test is failing. The assert that was failing was failing because the client was sending back an error saying the client had been closed without providing a status code for the error, but the assertion requires a non-zero status code to be present. With the new code change, the error saying that the client has been closed will now have a CANCELLED status code as was recommended by Gemini and the assertion check will pass and the test will pass too.

@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigtable Issues related to the googleapis/nodejs-bigtable API. labels Nov 27, 2024
@danieljbruce danieljbruce marked this pull request as ready for review November 27, 2024 19:36
@danieljbruce danieljbruce requested a review from a team as a code owner November 27, 2024 19:36
@danieljbruce danieljbruce requested review from a team and kevkim-codes November 27, 2024 19:36
@kevkim-codes kevkim-codes added automerge Merge the pull request once unit tests and other checks pass. owlbot:run Add this label to trigger the Owlbot post processor. labels Dec 2, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 2, 2024
@danieljbruce danieljbruce added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 2, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 2, 2024
@gcf-merge-on-green gcf-merge-on-green bot merged commit 8524174 into googleapis:main Dec 2, 2024
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtable Issues related to the googleapis/nodejs-bigtable API. size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants