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 graph/meta/storage version in show hosts #3054

Merged
merged 6 commits into from
Oct 14, 2021

Conversation

yixinglu
Copy link
Contributor

@yixinglu yixinglu commented Oct 13, 2021

delete the build time in version, we will refactor the build time usage when sending heartbeat to meta.

@yixinglu yixinglu added ready-for-testing PR: ready for the CI test type/bug Type: something is unexpected cherry-pick-v2.6 PR: need cherry-pick to this version labels Oct 13, 2021
@yixinglu yixinglu added this to the v2.6.0 milestone Oct 13, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #3054 (67f8c21) into master (d8e5539) will increase coverage by 0.06%.
The diff coverage is 92.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3054      +/-   ##
==========================================
+ Coverage   84.20%   84.26%   +0.06%     
==========================================
  Files        1287     1287              
  Lines      115319   115628     +309     
==========================================
+ Hits        97100    97439     +339     
+ Misses      18219    18189      -30     
Impacted Files Coverage Δ
src/storage/StorageServer.cpp 0.00% <0.00%> (ø)
...torage/transaction/ChainAddEdgesProcessorLocal.cpp 58.95% <40.35%> (+3.28%) ⬆️
src/clients/meta/MetaClient.cpp 73.72% <100.00%> (+0.13%) ⬆️
...mon/expression/test/FunctionCallExpressionTest.cpp 100.00% <100.00%> (ø)
...c/common/expression/test/LogicalExpressionTest.cpp 100.00% <100.00%> (ø)
...ommon/expression/test/RelationalExpressionTest.cpp 100.00% <100.00%> (ø)
src/common/expression/test/TestBase.h 100.00% <100.00%> (+14.15%) ⬆️
src/meta/processors/parts/ListHostsProcessor.cpp 72.13% <100.00%> (+0.08%) ⬆️
src/graph/planner/Planner.cpp 75.00% <0.00%> (-5.00%) ⬇️
src/common/thread/GenericWorker.h 92.30% <0.00%> (-3.85%) ⬇️
... and 23 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 63f5663...67f8c21. Read the comment docs.

@yixinglu yixinglu merged commit a460c0e into vesoft-inc:master Oct 14, 2021
@yixinglu yixinglu deleted the fix-version branch October 14, 2021 06:14
Sophie-Xie pushed a commit that referenced this pull request Oct 15, 2021
* Fix graph version bug

* Fix storage version

* Print cpack config

* Decrease ubuntu compile parallelism
yixinglu added a commit that referenced this pull request Oct 18, 2021
* Expression test modify (#3041)

* modify expression test

* modify expression test 2

* complete coding

* fix bug

* modify expression test case

* clang-format

* fix bug:initialization-order-fiasco

* add some obj

* add test_path_function

Co-authored-by: cpw <13495049+CPWstatic@users.noreply.github.com>

* add hash<set> & hash<map> (#3051)

* fix  dangling edge in path (#3008)

* fix dangling edge

* add test case

* fix ci error

* Fix graph/meta/storage version in show hosts (#3054)

* Fix graph version bug

* Fix storage version

* Print cpack config

* Decrease ubuntu compile parallelism

* fix bug #3048 (#3069)

Co-authored-by: haifei.zhao <32253291+zhaohaifei@users.noreply.github.com>
Co-authored-by: cpw <13495049+CPWstatic@users.noreply.github.com>
Co-authored-by: jimingquan <mingquan.ji@vesoft.com>
Co-authored-by: Yee <2520865+yixinglu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick-v2.6 PR: need cherry-pick to this version ready-for-testing PR: ready for the CI test type/bug Type: something is unexpected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants