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 lint in config, dispatcher #461

Merged
merged 4 commits into from
Jun 2, 2023
Merged

Conversation

kim201212
Copy link
Member

@kim201212 kim201212 commented May 31, 2023

1. Type of change

Please delete options that are not relevant.

  • New feature
  • Enhancement
  • Bug/fix (non-breaking change which fixes an issue)
  • others (anything other than above)

2. Summary

Please include a summary of the changes and which issue is fixed or solved.

Related:

#344

Summary

Fix lint in config, dispatcher


3. Comments

Please, leave a comments if there's further action that requires.

@kim201212
Copy link
Member Author

$ make coverage
?       github.com/dsrvlabs/vatz        [no test files]
# github.com/dsrvlabs/vatz/manager/plugin.test
ld: warning: -no_pie is deprecated when targeting new OS versions
ld: warning: non-standard -pagezero_size is deprecated when targeting macOS 13.0 or later
# github.com/dsrvlabs/vatz/cmd.test
ld: warning: -no_pie is deprecated when targeting new OS versions
ld: warning: non-standard -pagezero_size is deprecated when targeting macOS 13.0 or later
ok      github.com/dsrvlabs/vatz/cmd    7.287s  coverage: 20.2% of statements
ok      github.com/dsrvlabs/vatz/manager/api    1.071s  coverage: 0.0% of statements [no tests to run]
ok      github.com/dsrvlabs/vatz/manager/config 0.533s  coverage: 77.8% of statements
ok      github.com/dsrvlabs/vatz/manager/dispatcher     2.426s  coverage: 7.2% of statements
ok      github.com/dsrvlabs/vatz/manager/executor       1.389s  coverage: 68.9% of statements
ok      github.com/dsrvlabs/vatz/manager/healthcheck    2.069s  coverage: 46.5% of statements
ok      github.com/dsrvlabs/vatz/manager/plugin 15.692s coverage: 51.1% of statements
?       github.com/dsrvlabs/vatz/manager/types  [no test files]
?       github.com/dsrvlabs/vatz/mocks  [no test files]
ok      github.com/dsrvlabs/vatz/monitoring/prometheus  1.705s  coverage: 0.0% of statements
ok      github.com/dsrvlabs/vatz/rpc    3.818s  coverage: 67.2% of statements
ok      github.com/dsrvlabs/vatz/utils  0.692s  coverage: 7.1% of statements

@xellos00 xellos00 added Vatz Project Name area:svc Anything related to Vatz Service. labels May 31, 2023
@xellos00
Copy link
Member

xellos00 commented Jun 1, 2023

@meetrick
@gnongs
@heejin-github
@skonhwang
Can you review this?

manager/types/dispatcher.go Outdated Show resolved Hide resolved
manager/types/dispatcher.go Outdated Show resolved Hide resolved
Copy link
Member

@heejin-github heejin-github left a comment

Choose a reason for hiding this comment

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

LGTM

@xellos00 xellos00 requested a review from qkrybin June 2, 2023 01:08
Copy link
Member

@gnongs gnongs left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Member

@rootwarp rootwarp left a comment

Choose a reason for hiding this comment

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

LGTM

@xellos00 xellos00 merged commit f518c5c into dsrvlabs:main Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:svc Anything related to Vatz Service. Vatz Project Name
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants