Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Make azure services async #1702

Closed
23 tasks done
shysank opened this issue Sep 20, 2021 · 16 comments
Closed
23 tasks done

Make azure services async #1702

shysank opened this issue Sep 20, 2021 · 16 comments
Assignees
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature.

Comments

@shysank
Copy link
Contributor

shysank commented Sep 20, 2021

/kind feature

This issue aims to track individual services for the same:

@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Sep 20, 2021
@shysank
Copy link
Contributor Author

shysank commented Sep 20, 2021

cc @CecileRobertMichon

@CecileRobertMichon
Copy link
Contributor

thank you for opening this!

@CecileRobertMichon
Copy link
Contributor

/assign

@CecileRobertMichon
Copy link
Contributor

Now that's I've opened a few PRs with some examples (and once the VM one merges, since that one has a few changes in the helpers), I would love some help to get this done. Since each service is self-contained, different people can open PRs in parallel, similar to what we did for #757. We just need to communicate on this issue before starting to work on a service so two people don't work on the same one.

/help

@k8s-ci-robot
Copy link
Contributor

@CecileRobertMichon:
This request has been marked as needing help from a contributor.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-help command.

In response to this:

Now that's I've opened a few PRs with some examples (and once the VM one merges, since that one has a few changes in the helpers), I would love some help to get this done. Since each service is self-contained, different people can open PRs in parallel, similar to what we did for #757. We just need to communicate on this issue before starting to work on a service so two people don't work on the same one.

/help

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Sep 20, 2021
@karuppiah7890
Copy link
Contributor

How about we create separate GitHub issues for each service? More like sub tasks. GitHub supports that. Example - pingcap/tidb#28010 (issue) , pingcap/tidb#26747 (super issue for tracking), pingcap/tidb#26022 (super super issue for tracking)

@karuppiah7890
Copy link
Contributor

karuppiah7890 commented Sep 21, 2021

Creating separate issues will avoid duplicate work or having to track assigned folks and the service they are assigned to from comments. We just have to ensure no one assigns themselves to this issue the super issue for tracking. Creating separate issues will also help us track which services are done and it can be closed by the bot when the PR is closed, using the Fixes feature, and PRs can also refer to different issues in the PR instead of the same issue

@shysank
Copy link
Contributor Author

shysank commented Sep 21, 2021

How about we create separate GitHub issues for each service? More like sub tasks. GitHub supports that. Example - pingcap/tidb#28010 (issue) , pingcap/tidb#26747 (super issue for tracking), pingcap/tidb#26022 (super super issue for tracking)

issue -> super issue -> super super issue, you brought me some java memories there :) On a serious note though, while I agree that having separate issues is useful in some ways (like fixes feature), I didn't want to flood the issues page with this. Having said that, I'm okay if others feel the same way of maintaining separate issues.

@CecileRobertMichon
Copy link
Contributor

so converting to issues is actually just one click so I just went ahead and converted some of the ones that are ready to be picked up. For folks who want to help, please use the sub-issues to assign yourself before opening a PR for one of the services.

@CecileRobertMichon
Copy link
Contributor

/assign @Jont828

@k8s-ci-robot
Copy link
Contributor

@CecileRobertMichon: GitHub didn't allow me to assign the following users: Jont828.

Note that only kubernetes-sigs members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time.
For more information please see the contributor guide

In response to this:

/assign @Jont828

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@Jont828
Copy link
Contributor

Jont828 commented Jan 24, 2022

/assign

@Jont828
Copy link
Contributor

Jont828 commented Jan 31, 2022

@shysank Would it be possible for me to get access to edit the issue? Was hoping to add a link to the PR for each issue that's been assigned.

@shysank
Copy link
Contributor Author

shysank commented Jan 31, 2022

I think you'll need to maintainer access to do that. The issues have links to pr, do you want to add the pr links here directly as well?

@CecileRobertMichon CecileRobertMichon modified the milestones: v1.1, v1.2 Feb 14, 2022
@CecileRobertMichon CecileRobertMichon modified the milestones: v1.2, v1.3 Mar 1, 2022
@CecileRobertMichon CecileRobertMichon modified the milestones: v1.3, v1.4 May 4, 2022
@CecileRobertMichon CecileRobertMichon removed this from the v1.4 milestone Jul 7, 2022
@CecileRobertMichon CecileRobertMichon added this to the v1.5 milestone Jul 7, 2022
@mboersma mboersma modified the milestones: v1.5, next Jul 21, 2022
@CecileRobertMichon CecileRobertMichon removed their assignment Aug 8, 2022
@CecileRobertMichon
Copy link
Contributor

@Jont828 I'm going to close this one since all the services are technically "async" now, and the few remaining cleanups/refactor to adopt the same patterns are all tracked in their own issues. Great work! 🚀

/close

@k8s-ci-robot
Copy link
Contributor

@CecileRobertMichon: Closing this issue.

In response to this:

@Jont828 I'm going to close this one since all the services are technically "async" now, and the few remaining cleanups/refactor to adopt the same patterns are all tracked in their own issues. Great work! 🚀

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@CecileRobertMichon CecileRobertMichon removed this from the next milestone May 4, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

6 participants