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

fix security groups changed when vm is shut down #4976

Merged
merged 3 commits into from
Feb 12, 2025

Conversation

zhaocongqi
Copy link
Member

Pull Request

What type of this PR

Examples of user facing changes:

  • Bug fixes

Which issue(s) this PR fixes

Fixes #4975

@coveralls
Copy link

coveralls commented Feb 8, 2025

Pull Request Test Coverage Report for Build 13276309715

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 6 of 20 (30.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall first build on fix-vm-sg at 22.327%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/controller/pod.go 0 14 0.0%
Totals Coverage Status
Change from base Build 13255041398: 22.3%
Covered Lines: 10382
Relevant Lines: 46499

💛 - Coveralls

@zhaocongqi zhaocongqi marked this pull request as ready for review February 10, 2025 08:32
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. bug Something isn't working labels Feb 10, 2025
pkg/util/slice.go Outdated Show resolved Hide resolved
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Feb 10, 2025
@zbb88888 zbb88888 merged commit 7d7d2dd into kubeovn:master Feb 12, 2025
66 of 67 checks passed
@zhaocongqi zhaocongqi deleted the fix-vm-sg branch February 13, 2025 00:58
zbb88888 pushed a commit that referenced this pull request Feb 13, 2025
* fix security groups changed when vm is closed
* add unit test for UnionStringSlice

Signed-off-by: zhaocongqi <[email protected]>

---------

Signed-off-by: zhaocongqi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] modifying the security group while the computer is shut down will result in the security group remaining
4 participants