Skip to content

Comments

chore: remove string replacement in owlbot.py#469

Merged
gcf-merge-on-green[bot] merged 4 commits intomasterfrom
owl-bot-6d91d4c3-1bd5-4598-9421-c7e25a94fe96
Aug 13, 2021
Merged

chore: remove string replacement in owlbot.py#469
gcf-merge-on-green[bot] merged 4 commits intomasterfrom
owl-bot-6d91d4c3-1bd5-4598-9421-c7e25a94fe96

Conversation

@gcf-owl-bot
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Aug 10, 2021

@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner August 10, 2021 16:47
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Aug 10, 2021
@product-auto-label product-auto-label bot added the api: pubsub Issues related to the googleapis/python-pubsub API. label Aug 10, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 10, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 10, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 10, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Aug 10, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 10, 2021
@parthea parthea added kokoro:force-run Add this label to force Kokoro to re-run the tests. kokoro:run Add this label to force Kokoro to re-run the tests. and removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Aug 10, 2021
@yoshi-kokoro yoshi-kokoro removed kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Aug 10, 2021
@parthea parthea added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Aug 10, 2021
@parthea parthea self-assigned this Aug 10, 2021
@pradn
Copy link
Contributor

pradn commented Aug 11, 2021

@parthea Why did you set this as "do not merge"?

@parthea
Copy link
Contributor

parthea commented Aug 12, 2021

The code already exists in master here. I need to remove the string replacement in owlbot.py here to prevent owlbot from adding duplicate code.

@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Aug 12, 2021
@google-cla
Copy link

google-cla bot commented Aug 12, 2021

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@google-cla google-cla bot added cla: no This human has *not* signed the Contributor License Agreement. and removed cla: yes This human has signed the Contributor License Agreement. labels Aug 12, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 12, 2021
@parthea parthea removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Aug 12, 2021
@google-cla google-cla bot added cla: yes This human has signed the Contributor License Agreement. and removed cla: no This human has *not* signed the Contributor License Agreement. labels Aug 12, 2021
@parthea parthea changed the title feat: Add topic retention options chore: remove string replacement in owlbot.py Aug 12, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 12, 2021
@parthea
Copy link
Contributor

parthea commented Aug 12, 2021

I renamed the PR title as the feature was already added in #456

@parthea parthea requested a review from plamut August 12, 2021 15:11
@parthea parthea assigned plamut and unassigned parthea Aug 12, 2021
@parthea
Copy link
Contributor

parthea commented Aug 12, 2021

@plamut Please can you take a look?

@plamut
Copy link
Contributor

plamut commented Aug 12, 2021

On it.

(the Pub/Sub Lite samples failure looks legitimate, though, missing method client.seek_subscription())

Copy link
Contributor

@plamut plamut left a comment

Choose a reason for hiding this comment

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

It seems good, although not sure why that that Pub/Sub Lite failure all of a sudden... needs to be fixed if re-rerunning the tests does not work.

Update: Hmm... AdminClient is something from the Pub/Sub Lite repo, and if it's now missing the seek_subscription() method, it needs to be fixed there.

@plamut plamut added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 12, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 12, 2021
@plamut plamut requested a review from a team as a code owner August 12, 2021 17:43
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Aug 12, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 12, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 12, 2021
@plamut
Copy link
Contributor

plamut commented Aug 13, 2021

The fialing Pub/Sub Lite sample is for the code that had not been released yet at the time, but now a new version of Pub/Sub Lite has been released. Re-running the checks.

@plamut plamut added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 13, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 13, 2021
@plamut plamut added automerge Merge the pull request once unit tests and other checks pass. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Aug 13, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 13, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 9e9d068 into master Aug 13, 2021
@gcf-merge-on-green gcf-merge-on-green bot deleted the owl-bot-6d91d4c3-1bd5-4598-9421-c7e25a94fe96 branch August 13, 2021 06:36
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: pubsub Issues related to the googleapis/python-pubsub API. cla: yes This human has signed the Contributor License Agreement. owl-bot-copy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants