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

【bug】backend事件查询bug修复 #1154

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

xuezechao1
Copy link
Collaborator

@xuezechao1 xuezechao1 commented Mar 30, 2023

【修复issue】#1099

【修改内容】

  • 修改事件查询后按时间排序
  • 定时任务报错修复
  • 查询事件数量统计错误修复

【用例描述】不需修改用例

【自测情况】1、本地静态检查通过

@codecov
Copy link

codecov bot commented Mar 30, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.02 🎉

Comparison is base (b586ff2) 41.63% compared to head (7c04a47) 41.66%.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #1154      +/-   ##
=============================================
+ Coverage      41.63%   41.66%   +0.02%     
  Complexity      3183     3183              
=============================================
  Files            808      808              
  Lines          17791    17780      -11     
  Branches        1943     1940       -3     
=============================================
  Hits            7408     7408              
+ Misses          9443     9432      -11     
  Partials         940      940              
Flag Coverage Δ
unittests 41.66% <0.00%> (+0.02%) ⬆️

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

Impacted Files Coverage Δ
...d/sermant/backend/dao/memory/MemoryClientImpl.java 0.00% <0.00%> (ø)
...ud/sermant/backend/dao/redis/EventDaoForRedis.java 0.00% <ø> (ø)
...oud/sermant/backend/dao/redis/RedisClientImpl.java 0.00% <0.00%> (ø)
...d/sermant/backend/timer/DeleteTimeoutDataTask.java 0.00% <ø> (ø)
.../com/huaweicloud/sermant/backend/util/DbUtils.java 0.00% <0.00%> (ø)
...rmant/backend/webhook/feishu/FeiShuHookClient.java 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@xuezechao1 xuezechao1 force-pushed the issue_1099_2 branch 2 times, most recently from 312d827 to edfc9ea Compare March 30, 2023 07:11
@xuezechao1 xuezechao1 changed the title 【bug】backend事件查询顺序bug修复 【bug】backend事件查询bug修复 Mar 30, 2023
Copy link
Collaborator

@robotLJW robotLJW left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@robotLJW robotLJW added kind/bug Something isn't working area/backend Issues or PRs releated to sermant backend service status/lgtm Indicates that a PR is ready to be merged. labels Mar 30, 2023
@robotLJW robotLJW added this to the v1.1.0 milestone Mar 30, 2023
@robotLJW robotLJW merged commit 5f2b280 into sermant-io:develop Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend Issues or PRs releated to sermant backend service kind/bug Something isn't working status/lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants