-
Notifications
You must be signed in to change notification settings - Fork 916
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
[OSCI] [FIX] time conversion unit test bug #5174
Conversation
Signed-off-by: Thanh <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! that was a quick fix. You seem to have added 2 files that are unrelated to the change though, can you remove those two?
Also can you add an entry to the Changelog for your fix?
Signed-off-by: Thanh <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #5174 +/- ##
==========================================
- Coverage 66.76% 66.72% -0.04%
==========================================
Files 3278 3278
Lines 62999 62999
Branches 10031 10031
==========================================
- Hits 42059 42037 -22
- Misses 18473 18572 +99
+ Partials 2467 2390 -77
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: Anan Zhuang <[email protected]>
Signed-off-by: Miki <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Signed-off-by: Anan Zhuang <[email protected]>
037faa0
* fix time conversion test bug * Fix wrong test case --------- Signed-off-by: Thanh <[email protected]> Signed-off-by: Anan Zhuang <[email protected]> Signed-off-by: Miki <[email protected]> Co-authored-by: Anan Zhuang <[email protected]> Co-authored-by: Miki <[email protected]> Co-authored-by: Sean Neumann <[email protected]> (cherry picked from commit 336dce6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
* fix time conversion test bug * Fix wrong test case --------- Signed-off-by: Thanh <[email protected]> Signed-off-by: Anan Zhuang <[email protected]> Signed-off-by: Miki <[email protected]> Co-authored-by: Anan Zhuang <[email protected]> Co-authored-by: Miki <[email protected]> Co-authored-by: Sean Neumann <[email protected]> (cherry picked from commit 336dce6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix time conversion test bug * Fix wrong test case --------- Signed-off-by: Thanh <[email protected]> Signed-off-by: Anan Zhuang <[email protected]> Signed-off-by: Miki <[email protected]> Co-authored-by: Anan Zhuang <[email protected]> Co-authored-by: Miki <[email protected]> Co-authored-by: Sean Neumann <[email protected]> Signed-off-by: Willie Hung <[email protected]>
* fix time conversion test bug * Fix wrong test case --------- Signed-off-by: Thanh <[email protected]> Signed-off-by: Anan Zhuang <[email protected]> Signed-off-by: Miki <[email protected]> Co-authored-by: Anan Zhuang <[email protected]> Co-authored-by: Miki <[email protected]> Co-authored-by: Sean Neumann <[email protected]>
Description
Fix Unit test bug with time conversion in point_series in chart
Issues Resolved
fixes #5165
Screenshot
Testing the changes
yarn test:jest src/plugins/discover/public/application/components/chart/utils/point_series.test.ts
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr