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

Accumulate toss bug fix during test. #3091

Merged
merged 4 commits into from
Oct 18, 2021

Conversation

liuyu85cn
Copy link
Contributor

No description provided.

@liuyu85cn liuyu85cn added the ready-for-testing PR: ready for the CI test label Oct 15, 2021
Copy link
Contributor

@panda-sheep panda-sheep left a comment

Choose a reason for hiding this comment

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

👍

@codecov-commenter
Copy link

Codecov Report

Merging #3091 (203f4c2) into master (e1de5af) will decrease coverage by 0.01%.
The diff coverage is 48.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3091      +/-   ##
==========================================
- Coverage   84.24%   84.22%   -0.02%     
==========================================
  Files        1287     1287              
  Lines      115639   115709      +70     
==========================================
+ Hits        97415    97456      +41     
- Misses      18224    18253      +29     
Impacted Files Coverage Δ
src/clients/storage/InternalStorageClient.cpp 0.00% <0.00%> (ø)
src/graph/service/GraphService.cpp 74.60% <0.00%> (-1.21%) ⬇️
src/kvstore/NebulaStore.h 94.73% <ø> (-0.51%) ⬇️
src/kvstore/Part.h 100.00% <ø> (ø)
.../storage/transaction/ChainAddEdgesProcessorLocal.h 40.00% <ø> (ø)
...orage/transaction/ChainAddEdgesProcessorRemote.cpp 0.00% <0.00%> (ø)
...storage/transaction/ChainAddEdgesProcessorRemote.h 0.00% <ø> (ø)
src/storage/transaction/ChainResumeProcessor.cpp 0.00% <0.00%> (ø)
src/storage/transaction/ConsistUtil.cpp 17.50% <0.00%> (-0.61%) ⬇️
src/storage/transaction/ConsistUtil.h 33.33% <ø> (ø)
... and 33 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 e1ff44f...203f4c2. Read the comment docs.

} else if (code == Code::E_RPC_FAILURE) {
code_ = Code::SUCCEEDED;
remoteFailed = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

Why we set to false here?

Copy link
Contributor

@critical27 critical27 left a comment

Choose a reason for hiding this comment

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

Talked offline, will add some comments later

@critical27 critical27 added the cherry-pick-v2.6 PR: need cherry-pick to this version label Oct 18, 2021
@critical27 critical27 merged commit 55ed186 into vesoft-inc:master Oct 18, 2021
Sophie-Xie pushed a commit that referenced this pull request Oct 18, 2021
* add some debug info

* accumulate bug fix for TOSS

Co-authored-by: Doodle <[email protected]>
CPWstatic pushed a commit that referenced this pull request Oct 19, 2021
* Pass graph profile param into storage and cleanup graph storage client interfaces (#3026)

* Cleanup graph storage client interfaces

* Fix compile

* Format

* Fix shadow compile error

* Fix storage core when exit (#3050)

* although I don't have time to check why it works, but this do fix the issue

* fix ut

* Accumulate toss bug fix during test. (#3091)

* add some debug info

* accumulate bug fix for TOSS

Co-authored-by: Doodle <[email protected]>

* Support more validation when create space on an empty zone (#3065)

Co-authored-by: Yee <[email protected]>
Co-authored-by: Doodle <[email protected]>

* small tck fix (#3087)

Co-authored-by: jie.wang <[email protected]>

* cascading deletion and addition (#3059)

Co-authored-by: Doodle <[email protected]>

* fix toss switch not set properly (#3119)

Co-authored-by: Yee <[email protected]>
Co-authored-by: Doodle <[email protected]>

Co-authored-by: Yee <[email protected]>
Co-authored-by: Doodle <[email protected]>
Co-authored-by: [email protected] <[email protected]>
Co-authored-by: yaphet <[email protected]>
Co-authored-by: kyle.cao <[email protected]>
Co-authored-by: jie.wang <[email protected]>
@liuyu85cn liuyu85cn deleted the accumulate-toss-bug-fix branch October 19, 2021 05:56
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants