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 query limit error after deleting some records #610

Merged
merged 2 commits into from
Aug 5, 2019
Merged

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Jul 12, 2019

Change-Id: I2f97c117d04d53ae3d0fe4ae9be0ea54c843b728

@codecov
Copy link

codecov bot commented Jul 12, 2019

Codecov Report

Merging #610 into master will decrease coverage by 0.77%.
The diff coverage is 80%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #610      +/-   ##
============================================
- Coverage     71.38%   70.61%   -0.78%     
+ Complexity     3518     3487      -31     
============================================
  Files           216      216              
  Lines         16643    16647       +4     
  Branches       2372     2374       +2     
============================================
- Hits          11881    11755     -126     
- Misses         3515     3645     +130     
  Partials       1247     1247
Impacted Files Coverage Δ Complexity Δ
...gegraph/backend/store/memory/InMemoryDBTables.java 76.6% <100%> (ø) 0 <0> (ø) ⬇️
...m/baidu/hugegraph/backend/tx/GraphTransaction.java 82.65% <75%> (+0.1%) 214 <5> (+4) ⬆️
...baidu/hugegraph/backend/store/mysql/MysqlUtil.java 15.09% <0%> (-47.17%) 3% <0%> (-9%)
...egraph/backend/store/mysql/MysqlStoreProvider.java 58.33% <0%> (-33.34%) 3% <0%> (-4%)
...aidu/hugegraph/backend/store/mysql/MysqlStore.java 62.42% <0%> (-16.19%) 36% <0%> (-1%)
...idu/hugegraph/backend/store/mysql/MysqlTables.java 72.72% <0%> (-14.15%) 0% <0%> (-1%)
...u/hugegraph/backend/store/mysql/MysqlSessions.java 58.01% <0%> (-11.61%) 12% <0%> (-8%)
...aidu/hugegraph/backend/store/mysql/MysqlTable.java 71.47% <0%> (-8.06%) 63% <0%> (-10%)
...hugegraph/backend/store/mysql/MysqlSerializer.java 81.03% <0%> (-1.73%) 19% <0%> (-1%)
... and 1 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 9a4c543...92eda99. Read the comment docs.

related #608
Change-Id: I2f97c117d04d53ae3d0fe4ae9be0ea54c843b728
Change-Id: I58d1b843d5e152e61f86cc640471b929d725e198
@zhoney zhoney merged commit f58cc57 into master Aug 5, 2019
@zhoney zhoney deleted the query-limit-bug branch August 5, 2019 13:51
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