Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore(health): Bazelify health service #12654

Merged
merged 3 commits into from May 10, 2022

Conversation

vktng
Copy link
Contributor

@vktng vktng commented May 9, 2022

Summary

This PR adds a new unit test for the health service, and bazelifies both the service and the new test.

Test Plan

Execute the service with Bazel on Devcontainer, Bazel-base and the VM:
bazel run lte/gateway/python/magma/health:health
Test the service with Bazel on Devcontainer, Bazel-base and the VM:
bazel test lte/gateway/python/magma/health/tests/...

Additional Information

  • This change is backwards-breaking

@vktng vktng added the bazel changes for the Bazelification effort label May 9, 2022
@vktng vktng requested a review from a team May 9, 2022 12:01
@vktng vktng requested a review from a team as a code owner May 9, 2022 12:01
@vktng vktng requested a review from LKreutzer May 9, 2022 12:01
@vktng vktng self-assigned this May 9, 2022
@vktng vktng requested a review from pshelar May 9, 2022 12:01
@pull-request-size pull-request-size bot added the size/L Denotes a Pull Request that changes 100-499 lines. label May 9, 2022
@github-actions
Copy link
Contributor

github-actions bot commented May 9, 2022

Thanks for opening a PR! 💯

A couple initial guidelines

Howto

  • Reviews. The "Reviewers" listed for this PR are the Magma maintainers who will shepherd it.
  • Checks. All required CI checks must pass before merge.
  • Merge. Once approved and passing CI checks, use the ready2merge label to indicate the maintainers can merge your PR.

More info

Please take a moment to read through the Magma project's

If this is your first Magma PR, also consider reading

@github-actions github-actions bot added the component: agw Access gateway-related issue label May 9, 2022
@vktng vktng changed the title Bazelify health service chore(health): Bazelify health service May 9, 2022
@github-actions
Copy link
Contributor

github-actions bot commented May 9, 2022

feg-workflow

    2 files  202 suites   37s ⏱️
371 tests 371 ✔️ 0 💤 0
385 runs  385 ✔️ 0 💤 0

Results for commit 76e983d.

♻️ This comment has been updated with latest results.

@vktng vktng requested a review from nstng May 9, 2022 12:24
@github-actions
Copy link
Contributor

github-actions bot commented May 9, 2022

agw-workflow

     77 files     122 suites   6m 55s ⏱️
1 159 tests 1 150 ✔️ 9 💤 0
1 160 runs  1 151 ✔️ 9 💤 0

Results for commit 76e983d.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@LKreutzer LKreutzer left a comment

Choose a reason for hiding this comment

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

In pairing.

Copy link
Contributor

@sebathomas sebathomas left a comment

Choose a reason for hiding this comment

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

Thanks for adding a test!

vktng added 3 commits May 10, 2022 10:33
Signed-off-by: Krisztián Varga <krisztian.varga@tngtech.com>
Signed-off-by: Krisztián Varga <krisztian.varga@tngtech.com>
Signed-off-by: Krisztián Varga <krisztian.varga@tngtech.com>
Copy link
Contributor

@nstng nstng left a comment

Choose a reason for hiding this comment

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

LGTM - test refactoring discussed offline

@nstng nstng merged commit f27e444 into magma:master May 10, 2022
@vktng vktng linked an issue May 12, 2022 that may be closed by this pull request
emakeev pushed a commit to emakeev/magma that referenced this pull request Aug 5, 2022
* test(health): Add a unit test for the health service

Signed-off-by: Krisztián Varga <krisztian.varga@tngtech.com>

* chore(health): Bazelify health service

Signed-off-by: Krisztián Varga <krisztian.varga@tngtech.com>

* chore(health): Bazelify health service tests

Signed-off-by: Krisztián Varga <krisztian.varga@tngtech.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bazel changes for the Bazelification effort component: agw Access gateway-related issue size/L Denotes a Pull Request that changes 100-499 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bazel: Bazelify Python health
4 participants