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: removed unnecessary declaration in src/sdk/mini_cluster_bm.cc #2034

Merged
merged 9 commits into from
Jun 25, 2022

Conversation

frazie
Copy link
Contributor

@frazie frazie commented Jun 24, 2022

@github-actions github-actions bot added the storage-engine openmldb storage engine. nameserver & tablet label Jun 24, 2022
@github-actions
Copy link
Contributor

Linux Test Report

       54 files       196 suites   52m 41s ⏱️
  8 993 tests   8 989 ✔️ 4 💤 0
13 239 runs  13 235 ✔️ 4 💤 0

Results for commit 7d90fd5.

@codecov
Copy link

codecov bot commented Jun 24, 2022

Codecov Report

Merging #2034 (7d90fd5) into main (af0272c) will increase coverage by 0.01%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #2034      +/-   ##
============================================
+ Coverage     75.57%   75.58%   +0.01%     
  Complexity      347      347              
============================================
  Files           609      609              
  Lines        116409   116409              
  Branches       1015     1015              
============================================
+ Hits          87974    87990      +16     
+ Misses        28226    28210      -16     
  Partials        209      209              
Impacted Files Coverage Δ
src/zk/dist_lock.cc 81.81% <0.00%> (-1.52%) ⬇️
src/catalog/tablet_catalog.cc 70.77% <0.00%> (-0.81%) ⬇️
src/tablet/tablet_impl.cc 59.25% <0.00%> (-0.20%) ⬇️
hybridse/src/codec/fe_row_codec.cc 78.33% <0.00%> (-0.16%) ⬇️
hybridse/src/vm/runner.cc 67.73% <0.00%> (-0.04%) ⬇️
src/nameserver/name_server_impl.cc 42.79% <0.00%> (+0.06%) ⬆️
src/client/tablet_client.cc 55.43% <0.00%> (+0.11%) ⬆️
src/client/ns_client.cc 46.94% <0.00%> (+0.14%) ⬆️
src/catalog/client_manager.cc 42.49% <0.00%> (+0.28%) ⬆️
src/sdk/db_sdk.cc 63.45% <0.00%> (+0.44%) ⬆️
... and 4 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 af0272c...7d90fd5. Read the comment docs.

@github-actions
Copy link
Contributor

SDK Test Report

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

Results for commit 7d90fd5.

@aceforeverd aceforeverd merged commit 20acbe1 into 4paradigm:main Jun 25, 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 src/sdk/mini_cluster_bm.cc
3 participants