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 NoSuchElementException of shortest path #1116

Merged
merged 1 commit into from
Jul 28, 2020
Merged

Conversation

zhoney
Copy link
Contributor

@zhoney zhoney commented Jul 28, 2020

Change-Id: I9c645d09c9bdd589be1fa381b7264f9e997d1f41

Change-Id: I9c645d09c9bdd589be1fa381b7264f9e997d1f41
@codecov
Copy link

codecov bot commented Jul 28, 2020

Codecov Report

Merging #1116 into master will decrease coverage by 4.46%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1116      +/-   ##
============================================
- Coverage     66.43%   61.96%   -4.47%     
+ Complexity     5646     5349     -297     
============================================
  Files           347      347              
  Lines         28521    28521              
  Branches       4028     4028              
============================================
- Hits          18947    17674    -1273     
- Misses         7716     9056    +1340     
+ Partials       1858     1791      -67     
Impacted Files Coverage Δ Complexity Δ
...egraph/backend/store/mysql/MysqlStoreProvider.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-6.00%)
...raph/backend/store/postgresql/PostgresqlStore.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-2.00%)
...raph/backend/store/postgresql/PostgresqlTable.java 0.00% <0.00%> (-96.83%) 0.00% <0.00%> (-19.00%)
...kend/store/postgresql/PostgresqlStoreProvider.java 0.00% <0.00%> (-92.50%) 0.00% <0.00%> (-5.00%)
...idu/hugegraph/backend/store/mysql/MysqlTables.java 0.00% <0.00%> (-89.61%) 0.00% <0.00%> (-1.00%)
...aph/backend/store/postgresql/PostgresqlTables.java 0.00% <0.00%> (-87.96%) 0.00% <0.00%> (-1.00%)
...hugegraph/backend/store/mysql/MysqlSerializer.java 0.00% <0.00%> (-82.46%) 0.00% <0.00%> (-19.00%)
...aidu/hugegraph/backend/store/mysql/MysqlStore.java 0.00% <0.00%> (-81.73%) 0.00% <0.00%> (-45.00%)
...aidu/hugegraph/backend/store/mysql/MysqlTable.java 0.00% <0.00%> (-81.55%) 0.00% <0.00%> (-96.00%)
...egraph/backend/store/mysql/MysqlEntryIterator.java 0.00% <0.00%> (-80.25%) 0.00% <0.00%> (-21.00%)
... and 15 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 df1d89b...a49f189. Read the comment docs.

@Linary Linary merged commit ce40435 into master Jul 28, 2020
@Linary Linary deleted the fix-shortest-path-bug branch July 28, 2020 11:58
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.

None yet

3 participants