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: paths api return empty if start and end with same vertex id #1435

Merged
merged 1 commit into from
Apr 28, 2021

Conversation

zyxxoo
Copy link
Contributor

@zyxxoo zyxxoo commented Apr 27, 2021

paths api get and post method return same result

@zyxxoo zyxxoo changed the title Fix paths api Fix paths api return empty if start and end vertix same id Apr 27, 2021
@codecov
Copy link

codecov bot commented Apr 28, 2021

Codecov Report

Merging #1435 (b586d5b) into master (0e686ff) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1435      +/-   ##
============================================
+ Coverage     62.21%   62.22%   +0.01%     
- Complexity     5856     5859       +3     
============================================
  Files           381      381              
  Lines         32135    32135              
  Branches       4504     4504              
============================================
+ Hits          19993    19997       +4     
+ Misses        10090    10089       -1     
+ Partials       2052     2049       -3     
Impacted Files Coverage Δ Complexity Δ
...a/com/baidu/hugegraph/backend/query/Condition.java 78.46% <0.00%> (ø) 32.00% <0.00%> (ø%)
...du/hugegraph/backend/tx/GraphIndexTransaction.java 81.27% <0.00%> (+0.23%) 204.00% <0.00%> (+1.00%)
...c/main/java/com/baidu/hugegraph/task/HugeTask.java 69.84% <0.00%> (+0.30%) 82.00% <0.00%> (+1.00%)
...va/com/baidu/hugegraph/task/ServerInfoManager.java 70.78% <0.00%> (+0.56%) 51.00% <0.00%> (+1.00%)

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 0e686ff...b586d5b. Read the comment docs.

@zhoney zhoney merged commit 4200645 into master Apr 28, 2021
@zhoney zhoney deleted the fix_paths_api branch April 28, 2021 08:17
@javeme javeme changed the title Fix paths api return empty if start and end vertix same id Fix: paths api return empty if start and end with same vertex id Apr 28, 2021
zhoney pushed a commit that referenced this pull request May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants