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

Skip expired_time when not needed #1044

Merged
merged 4 commits into from
Jun 18, 2020
Merged

Skip expired_time when not needed #1044

merged 4 commits into from
Jun 18, 2020

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Jun 17, 2020

improve #794
Change-Id: Ic607b372ba61ac5768b81497d4ae7b2d4f4342f4

Change-Id: Ic607b372ba61ac5768b81497d4ae7b2d4f4342f4
Change-Id: Ia996852eb0b46dd205dfbb9aa48cfb94bee67dcb
Change-Id: I024801fa4feee7c9f03e781d26f27a6d5faea058
Change-Id: I00d59ab35372c9f57bb592783511597559bde718
@codecov
Copy link

codecov bot commented Jun 17, 2020

Codecov Report

Merging #1044 into master will increase coverage by 0.52%.
The diff coverage is 81.69%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1044      +/-   ##
============================================
+ Coverage     68.58%   69.10%   +0.52%     
- Complexity     5401     5430      +29     
============================================
  Files           329      329              
  Lines         26394    26407      +13     
  Branches       3761     3773      +12     
============================================
+ Hits          18102    18249     +147     
+ Misses         6512     6369     -143     
- Partials       1780     1789       +9     
Impacted Files Coverage Δ Complexity Δ
...graph/backend/store/cassandra/CassandraTables.java 88.14% <0.00%> (ø) 3.00 <0.00> (ø)
.../java/com/baidu/hugegraph/auth/HugePermission.java 73.68% <0.00%> (+3.68%) 6.00 <0.00> (ø)
.../baidu/hugegraph/backend/tx/SchemaTransaction.java 91.54% <ø> (-0.05%) 70.00 <0.00> (ø)
...baidu/hugegraph/plugin/HugeGraphGremlinPlugin.java 86.66% <ø> (ø) 4.00 <0.00> (ø)
...du/hugegraph/traversal/optimize/TraversalUtil.java 59.17% <ø> (ø) 118.00 <0.00> (ø)
...egraph/backend/store/cassandra/CassandraTable.java 80.14% <75.00%> (-0.15%) 84.00 <0.00> (+1.00) ⬇️
.../hugegraph/backend/serializer/TableSerializer.java 87.90% <77.77%> (-0.48%) 61.00 <0.00> (+2.00) ⬇️
...egraph/backend/store/mysql/MysqlEntryIterator.java 79.01% <80.00%> (-0.48%) 20.00 <4.00> (+1.00) ⬇️
...aidu/hugegraph/backend/store/mysql/MysqlTable.java 81.54% <90.90%> (+1.76%) 96.00 <5.00> (+4.00)
...hugegraph/backend/serializer/BinarySerializer.java 85.41% <100.00%> (-0.03%) 119.00 <0.00> (-1.00)
... and 11 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 395435c...b4ef225. Read the comment docs.

@houzhizhen houzhizhen merged commit 07cc67e into master Jun 18, 2020
@houzhizhen houzhizhen deleted the skip-expired_time branch June 18, 2020 06:31
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

4 participants