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: store heartbeat use redis setex with wrong timeunit #1611

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

AYue-94
Copy link

@AYue-94 AYue-94 commented Sep 1, 2024

fix #1610

Copy link

codecov bot commented Sep 2, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...ackend/dao/redis/RedisStandAloneOperationImpl.java 0.00% 2 Missing ⚠️
.../io/sermant/backend/dao/redis/RedisClientImpl.java 0.00% 1 Missing ⚠️
...t/backend/dao/redis/RedisClusterOperationImpl.java 0.00% 1 Missing ⚠️
Flag Coverage Δ Complexity Δ
unittests 42.84% <0.00%> (+<0.01%) 182.00 <0.00> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ Complexity Δ
.../io/sermant/backend/dao/redis/RedisClientImpl.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...t/backend/dao/redis/RedisClusterOperationImpl.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...ackend/dao/redis/RedisStandAloneOperationImpl.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)

... and 1 file with indirect coverage changes

@Sherlockhan Sherlockhan merged commit dc5b997 into sermant-io:develop Sep 3, 2024
7 checks passed
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.

store heartbeat use redis setex with wrong timeunit
4 participants