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: delete unused images from images dir #2083

Closed
wants to merge 6 commits into from
Closed

fix: delete unused images from images dir #2083

wants to merge 6 commits into from

Conversation

KikiDotPy
Copy link
Contributor

@KikiDotPy KikiDotPy commented Jul 5, 2022

Deleted images requested in issues #2082

images/fedb_arch.png
images/fedb_black.png
images/openmldb_architecture.jpg
images/openmldb_architecture.png

@KikiDotPy KikiDotPy changed the title Deleting Images requested fix: Delete images requested in issues Jul 5, 2022
@KikiDotPy KikiDotPy changed the title fix: Delete images requested in issues fix: delete unused images Jul 5, 2022
@KikiDotPy KikiDotPy changed the title fix: delete unused images fix: delete unused images from images Jul 5, 2022
@KikiDotPy KikiDotPy changed the title fix: delete unused images from images fix: delete unused images from images dir Jul 5, 2022
@codecov
Copy link

codecov bot commented Jul 5, 2022

Codecov Report

Merging #2083 (ba83380) into main (a8f8c91) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main    #2083      +/-   ##
============================================
- Coverage     75.72%   75.71%   -0.02%     
  Complexity      347      347              
============================================
  Files           615      615              
  Lines        116901   116901              
  Branches       1015     1015              
============================================
- Hits          88523    88507      -16     
- Misses        28169    28185      +16     
  Partials        209      209              
Impacted Files Coverage Δ
src/zk/dist_lock_test.cc 86.11% <100.00%> (ø)
src/zk/zk_client_test.cc 100.00% <100.00%> (ø)
src/sdk/db_sdk.cc 63.90% <0.00%> (-2.70%) ⬇️
src/tablet/tablet_impl.cc 60.00% <0.00%> (-0.20%) ⬇️
hybridse/src/vm/runner.cc 67.73% <0.00%> (-0.04%) ⬇️
hybridse/src/codec/fe_row_codec.cc 78.64% <0.00%> (ø)
src/sdk/sql_cluster_router.cc 55.04% <0.00%> (+0.12%) ⬆️
src/client/tablet_client.cc 55.70% <0.00%> (+0.22%) ⬆️

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 a8f8c91...ba83380. Read the comment docs.

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

github-actions bot commented Jul 5, 2022

Linux Test Report

       54 files       196 suites   51m 48s ⏱️
  9 008 tests   9 004 ✔️ 4 💤 0
13 259 runs  13 255 ✔️ 4 💤 0

Results for commit ba83380.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 5, 2022

SDK Test Report

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

Results for commit ba83380.

@@ -43,10 +43,10 @@ void OnLockedCallback() { call_invoked = true; }
void OnLostCallback() {}

TEST_F(DistLockTest, Lock) {
ZkClient client("127.0.0.1:6181", "", 10000, "127.0.0.1:9527", "/rtidb_lock");
ZkClient client("127.0.0.1:6181", "", 10000, "127.0.0.1:9527", "/openmldb_lock");
Copy link
Collaborator

Choose a reason for hiding this comment

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

hi @KikiDotPy , please revert zk/dist_lock_test.cc and zk/zk_client_test.cc. This task has been done in #2086

@dl239 dl239 linked an issue Jul 6, 2022 that may be closed by this pull request
Copy link
Collaborator

@tobegit3hub tobegit3hub left a comment

Choose a reason for hiding this comment

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

LGTM

This pull request was closed.
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.

Delete unused image from images dir
3 participants