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

Update x/net package #20

Merged
merged 1 commit into from
Mar 15, 2023
Merged

Conversation

baoy1
Copy link
Contributor

@baoy1 baoy1 commented Mar 14, 2023

Description

Update x/net package.

GitHub Issues

List the GitHub issues impacted by this PR:

GitHub Issue #
dell/csm#583

Checklist:

  • I have performed a self-review of my own code to ensure there are no formatting, vetting, linting, or security issues
  • I have verified that new and existing unit tests pass locally with my changes
  • I have not allowed coverage numbers to degenerate
  • I have maintained at least 90% code coverage
  • I have inspected the Grafana dashboards to verify the data is displayed properly
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have maintained backward compatibility

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration

  • make check test
➜ make check test
./scripts/check.sh ./cmd/... ./opentelemetry/... ./internal/...
=== Checking format...
=== Finished
=== Vetting...
=== Finished
=== Linting...
=== Finished
=== Running gosec...
=== Finished
go test -count=1 -cover -race -timeout 30s -short `go list ./... | grep -v mocks`
?       github.com/dell/csm-metrics-powerscale/cmd/metrics-powerscale   [no test files]
ok      github.com/dell/csm-metrics-powerscale/internal/common  0.286s  coverage: 91.5% of statements
?       github.com/dell/csm-metrics-powerscale/opentelemetry/exporters  [no test files]
ok      github.com/dell/csm-metrics-powerscale/internal/entrypoint      1.084s coverage: 90.7% of statements
ok      github.com/dell/csm-metrics-powerscale/internal/k8s     0.112s  coverage: 94.2% of statements
ok      github.com/dell/csm-metrics-powerscale/internal/service 0.159s  coverage: 92.3% of statements
ok      github.com/dell/csm-metrics-powerscale/internal/utils   0.028s  coverage: 100.0% of statements

Manual inspection of the GUI

I have verified that the dashboards show the data properly while generating I/O and storage resources

  • Yes
  • No

@baoy1 baoy1 changed the base branch from main to release-v1.2.0 March 14, 2023 02:14
@baoy1
Copy link
Contributor Author

baoy1 commented Mar 14, 2023

run e2e test

Copy link
Collaborator

@gallacher gallacher left a comment

Choose a reason for hiding this comment

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

Approved - please proceed with the merge

@forrestxia forrestxia merged commit 881e9cc into release-v1.2.0 Mar 15, 2023
@forrestxia forrestxia deleted the feature-583-obs-update-xnet branch March 15, 2023 01:49
@forrestxia forrestxia restored the feature-583-obs-update-xnet branch March 18, 2023 08:33
baoy1 added a commit that referenced this pull request Mar 27, 2023
@tdawe tdawe deleted the feature-583-obs-update-xnet branch October 17, 2024 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants