-
Notifications
You must be signed in to change notification settings - Fork 885
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 <lechithanh2003@gmail.com>
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 <lechithanh2003@gmail.com>
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 <ananzh@amazon.com>
Signed-off-by: Miki <miki@amazon.com>
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 <ananzh@amazon.com>
037faa0
* fix time conversion test bug * Fix wrong test case --------- Signed-off-by: Thanh <lechithanh2003@gmail.com> Signed-off-by: Anan Zhuang <ananzh@amazon.com> Signed-off-by: Miki <miki@amazon.com> Co-authored-by: Anan Zhuang <ananzh@amazon.com> Co-authored-by: Miki <miki@amazon.com> Co-authored-by: Sean Neumann <1413295+seanneumann@users.noreply.github.com> (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 <lechithanh2003@gmail.com> Signed-off-by: Anan Zhuang <ananzh@amazon.com> Signed-off-by: Miki <miki@amazon.com> Co-authored-by: Anan Zhuang <ananzh@amazon.com> Co-authored-by: Miki <miki@amazon.com> Co-authored-by: Sean Neumann <1413295+seanneumann@users.noreply.github.com> (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 <lechithanh2003@gmail.com> Signed-off-by: Anan Zhuang <ananzh@amazon.com> Signed-off-by: Miki <miki@amazon.com> Co-authored-by: Anan Zhuang <ananzh@amazon.com> Co-authored-by: Miki <miki@amazon.com> Co-authored-by: Sean Neumann <1413295+seanneumann@users.noreply.github.com> Signed-off-by: Willie Hung <willie880201044@gmail.com>
* fix time conversion test bug * Fix wrong test case --------- Signed-off-by: Thanh <lechithanh2003@gmail.com> Signed-off-by: Anan Zhuang <ananzh@amazon.com> Signed-off-by: Miki <miki@amazon.com> Co-authored-by: Anan Zhuang <ananzh@amazon.com> Co-authored-by: Miki <miki@amazon.com> Co-authored-by: Sean Neumann <1413295+seanneumann@users.noreply.github.com>
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