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

Verify the client version. #2965

Merged
merged 14 commits into from
Sep 30, 2021
Merged

Conversation

CPWstatic
Copy link
Contributor

@CPWstatic CPWstatic commented Sep 28, 2021

nebua python client had been updated. vesoft-inc/nebula-python#148

@CPWstatic CPWstatic added the wip Solution: work in progress label Sep 28, 2021
@Sophie-Xie Sophie-Xie added this to the v2.6.0 milestone Sep 28, 2021
@CPWstatic CPWstatic added ready-for-testing PR: ready for the CI test and removed wip Solution: work in progress labels Sep 29, 2021
Copy link
Contributor

@yixinglu yixinglu left a comment

Choose a reason for hiding this comment

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

Our clients need to verify the version compatibility

src/graph/service/GraphFlags.cpp Outdated Show resolved Hide resolved
src/interface/common.thrift Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

Codecov Report

Merging #2965 (f6fc10d) into master (dddf54e) will decrease coverage by 0.94%.
The diff coverage is 53.39%.

❗ Current head f6fc10d differs from pull request most recent head 3cb595e. Consider uploading reports for the commit 3cb595e to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2965      +/-   ##
==========================================
- Coverage   85.47%   84.52%   -0.95%     
==========================================
  Files        1229     1259      +30     
  Lines      110375   112168    +1793     
==========================================
+ Hits        94341    94810     +469     
- Misses      16034    17358    +1324     
Impacted Files Coverage Δ
src/clients/meta/MetaClient.h 92.30% <ø> (ø)
src/clients/storage/GraphStorageClient.h 100.00% <ø> (ø)
src/clients/storage/InternalStorageClient.cpp 0.00% <0.00%> (ø)
src/clients/storage/InternalStorageClient.h 0.00% <ø> (-100.00%) ⬇️
src/clients/storage/StorageClientBase.h 59.32% <ø> (+6.94%) ⬆️
src/common/utils/NebulaKeyUtils.cpp 89.03% <0.00%> (-4.89%) ⬇️
src/common/utils/NebulaKeyUtils.h 80.68% <ø> (+2.65%) ⬆️
src/graph/executor/mutate/InsertExecutor.cpp 100.00% <ø> (ø)
src/graph/planner/SequentialPlanner.cpp 100.00% <ø> (ø)
src/graph/planner/plan/Admin.cpp 54.23% <0.00%> (-2.40%) ⬇️
... and 214 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 c444b0f...3cb595e. Read the comment docs.

yixinglu
yixinglu previously approved these changes Sep 30, 2021
Copy link
Contributor

@yixinglu yixinglu left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-testing PR: ready for the CI test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants