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

feat: create/drop database remote #2488

Merged
merged 2 commits into from
Sep 19, 2022
Merged

feat: create/drop database remote #2488

merged 2 commits into from
Sep 19, 2022

Conversation

dl239
Copy link
Collaborator

@dl239 dl239 commented Sep 19, 2022

create/drop database from remote cluster

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

codecov bot commented Sep 19, 2022

Codecov Report

Base: 75.77% // Head: 75.78% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (45a7503) compared to base (fdfd1f2).
Patch coverage: 60.27% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##               main    #2488    +/-   ##
==========================================
  Coverage     75.77%   75.78%            
- Complexity      368      371     +3     
==========================================
  Files           638      638            
  Lines        119939   120383   +444     
  Branches       1056     1052     -4     
==========================================
+ Hits          90884    91228   +344     
- Misses        28839    28938    +99     
- Partials        216      217     +1     
Impacted Files Coverage Δ
src/client/ns_client.h 100.00% <ø> (ø)
src/nameserver/name_server_impl.h 100.00% <ø> (ø)
src/client/ns_client.cc 48.94% <47.61%> (+1.84%) ⬆️
src/nameserver/name_server_impl.cc 43.58% <56.48%> (+0.90%) ⬆️
src/nameserver/name_server_create_remote_test.cc 98.77% <100.00%> (-0.01%) ⬇️
src/log/status.h 70.83% <0.00%> (-12.50%) ⬇️
src/catalog/sdk_catalog.cc 69.44% <0.00%> (-6.90%) ⬇️
src/replica/replicate_node.cc 74.86% <0.00%> (-3.36%) ⬇️
src/log/log_reader.cc 76.47% <0.00%> (-2.65%) ⬇️
src/storage/schema.cc 75.44% <0.00%> (-2.00%) ⬇️
... and 42 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dl239 dl239 marked this pull request as ready for review September 19, 2022 02:26
@github-actions
Copy link
Contributor

SDK Test Report

  81 files    81 suites   8m 0s ⏱️
168 tests 166 ✔️ 2 💤 0
210 runs  208 ✔️ 2 💤 0

Results for commit 45a7503.

@github-actions
Copy link
Contributor

Linux Test Report

       55 files       203 suites   1h 5m 25s ⏱️
  9 906 tests   9 899 ✔️ 7 💤 0
14 582 runs  14 575 ✔️ 7 💤 0

Results for commit 45a7503.

@dl239 dl239 merged commit 9506905 into 4paradigm:main Sep 19, 2022
@dl239 dl239 deleted the feat/sync_db branch September 19, 2022 08:59
@dl239 dl239 linked an issue Sep 22, 2022 that may be closed by this pull request
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.

Sync database to follower cluster
3 participants