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

refactor: remove unnecessary declaration in nameserver/name_server_impl.h #2037

Merged
merged 12 commits into from
Jun 27, 2022

Conversation

frazie
Copy link
Contributor

@frazie frazie commented Jun 27, 2022

@github-actions github-actions bot added the storage-engine openmldb storage engine. nameserver & tablet label Jun 27, 2022
@dl239 dl239 changed the title fix: Removed unnecessary declaration in nameserver/name_server_impl.h refactor: remove unnecessary declaration in nameserver/name_server_impl.h Jun 27, 2022
@codecov
Copy link

codecov bot commented Jun 27, 2022

Codecov Report

Merging #2037 (40d928e) into main (c57b14b) will increase coverage by 40.71%.
The diff coverage is n/a.

@@              Coverage Diff              @@
##               main    #2037       +/-   ##
=============================================
+ Coverage     34.86%   75.58%   +40.71%     
  Complexity      347      347               
=============================================
  Files           133      609      +476     
  Lines          8125   116463   +108338     
  Branches       1015     1015               
=============================================
+ Hits           2833    88029    +85196     
- Misses         5083    28225    +23142     
  Partials        209      209               
Impacted Files Coverage Δ
src/nameserver/name_server_impl.h 100.00% <ø> (ø)
hybridse/examples/toydb/src/storage/table_impl.cc 78.26% <0.00%> (ø)
hybridse/src/udf/default_defs/feature_zero_def.cc 82.69% <0.00%> (ø)
src/sdk/batch_request_result_set_sql.cc 6.70% <0.00%> (ø)
...idse/src/passes/expression/window_iter_analysis.cc 97.32% <0.00%> (ø)
hybridse/src/base/graph.h 94.44% <0.00%> (ø)
hybridse/src/codegen/row_ir_builder.h 100.00% <0.00%> (ø)
src/catalog/sdk_catalog.h 48.27% <0.00%> (ø)
.../query_response_time/deploy_query_response_time.cc 100.00% <0.00%> (ø)
src/zk/zk_client_test.cc 100.00% <0.00%> (ø)
... and 467 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fbaca7b...40d928e. Read the comment docs.

@github-actions
Copy link
Contributor

SDK Test Report

  75 files    75 suites   5m 55s ⏱️
163 tests 161 ✔️ 2 💤 0
204 runs  202 ✔️ 2 💤 0

Results for commit 40d928e.

@github-actions
Copy link
Contributor

Linux Test Report

       54 files       196 suites   51m 1s ⏱️
  9 003 tests   8 999 ✔️ 4 💤 0
13 254 runs  13 250 ✔️ 4 💤 0

Results for commit 40d928e.

@dl239 dl239 merged commit f162d0f into 4paradigm:main Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
storage-engine openmldb storage engine. nameserver & tablet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unnecessary declaration in nameserver/name_server_impl.h
3 participants