Skip to content

Fix: TestMutateRow_Generic_Headers#1540

Merged
gcf-merge-on-green[bot] merged 16 commits intogoogleapis:mainfrom
kevkim-codes:generic-headers
Dec 16, 2024
Merged

Fix: TestMutateRow_Generic_Headers#1540
gcf-merge-on-green[bot] merged 16 commits intogoogleapis:mainfrom
kevkim-codes:generic-headers

Conversation

@kevkim-codes
Copy link
Contributor

Mutate rows is grabbing the appProfileId from the client.

appProfileId: this.bigtable.appProfileId,

We should modify the test proxy test here to do the same.

@kevkim-codes kevkim-codes requested a review from a team as a code owner December 9, 2024 21:27
@kevkim-codes kevkim-codes requested a review from a team December 9, 2024 21:27
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: bigtable Issues related to the googleapis/nodejs-bigtable API. labels Dec 9, 2024
@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels Dec 9, 2024
@kevkim-codes kevkim-codes added the automerge Merge the pull request once unit tests and other checks pass. label Dec 12, 2024
Copy link
Contributor

@danieljbruce danieljbruce left a comment

Choose a reason for hiding this comment

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

Eventually we'll have to get mutateRow service to use the handwritten layer.

normalizeCallback(async rawRequest => {
const {request} = rawRequest;
const {request: mutateRequest} = request;
const {appProfileId, mutations, tableName, rowKey} = mutateRequest;
Copy link
Contributor

Choose a reason for hiding this comment

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

Eventually we will want the appProfileId to be able to be set per mutateRow call, but the change to use appProfileId to address the test is good for now.

@gcf-merge-on-green
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@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 13, 2024
@kevkim-codes kevkim-codes added the automerge Merge the pull request once unit tests and other checks pass. label Dec 16, 2024
@gcf-merge-on-green gcf-merge-on-green bot merged commit f6176c1 into googleapis:main Dec 16, 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 16, 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.

2 participants