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: add index add arg db #2205

Merged
merged 1 commit into from
Jul 21, 2022

Conversation

vagetablechicken
Copy link
Collaborator

Closes #2204

@github-actions github-actions bot added the storage-engine openmldb storage engine. nameserver & tablet label Jul 19, 2022
@codecov
Copy link

codecov bot commented Jul 19, 2022

Codecov Report

Merging #2205 (9f89e5c) into main (d083b89) will increase coverage by 0.01%.
The diff coverage is 80.00%.

@@             Coverage Diff              @@
##               main    #2205      +/-   ##
============================================
+ Coverage     75.76%   75.78%   +0.01%     
- Complexity      353      354       +1     
============================================
  Files           619      619              
  Lines        117303   117523     +220     
  Branches       1039     1039              
============================================
+ Hits          88875    89064     +189     
- Misses        28217    28248      +31     
  Partials        211      211              
Impacted Files Coverage Δ
src/client/ns_client.h 100.00% <ø> (ø)
src/nameserver/name_server_impl.cc 42.79% <0.00%> (+0.01%) ⬆️
src/sdk/sql_cluster_router.h 81.08% <ø> (-4.64%) ⬇️
src/client/ns_client.cc 46.94% <100.00%> (ø)
src/sdk/sql_cluster_router.cc 55.48% <100.00%> (ø)
src/log/status.h 70.83% <0.00%> (-12.50%) ⬇️
src/replica/replicate_node.cc 74.30% <0.00%> (-3.92%) ⬇️
src/log/log_reader.cc 76.47% <0.00%> (-2.65%) ⬇️
src/cmd/sql_cmd.h 26.51% <0.00%> (-0.21%) ⬇️
... and 12 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 dc26c3f...9f89e5c. Read the comment docs.

@github-actions
Copy link
Contributor

Linux Test Report

       55 files       200 suites   54m 12s ⏱️
  9 231 tests   9 227 ✔️ 4 💤 0
13 582 runs  13 578 ✔️ 4 💤 0

Results for commit 9f89e5c.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 19, 2022

SDK Test Report

  79 files    79 suites   8m 5s ⏱️
165 tests 163 ✔️ 2 💤 0
206 runs  204 ✔️ 2 💤 0

Results for commit 9f89e5c.

♻️ This comment has been updated with latest results.

@vagetablechicken vagetablechicken merged commit dc76e43 into 4paradigm:main Jul 21, 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.

table is not exist when deploying sql by apiserver
3 participants