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 undefined date error while generating CSV report #309

Conversation

rupal-bq
Copy link
Contributor

Description

  • Added condition to check if date is undefined.

Issues Resolved

#308

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link

codecov bot commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2d39d24) 74.47% compared to head (8938b9e) 74.44%.

Additional details and impacted files
@@                       Coverage Diff                        @@
##           fix-undefined-date-csv-error     #309      +/-   ##
================================================================
- Coverage                         74.47%   74.44%   -0.03%     
================================================================
  Files                                30       30              
  Lines                              1904     1906       +2     
  Branches                            410      413       +3     
================================================================
+ Hits                               1418     1419       +1     
- Misses                              483      484       +1     
  Partials                              3        3              
Flag Coverage Δ
dashboards-report 74.44% <ø> (-0.03%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@joshuali925 joshuali925 left a comment

Choose a reason for hiding this comment

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

Signed-off-by: Rupal Mahajan <[email protected]>
This reverts commit 9471f30.

Signed-off-by: Rupal Mahajan <[email protected]>
@rupal-bq
Copy link
Contributor Author

@rupal-bq rupal-bq merged commit 241c6f5 into opensearch-project:fix-undefined-date-csv-error Feb 21, 2024
9 of 11 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 21, 2024
* Fix undefined date while generating csv

Signed-off-by: Rupal Mahajan <[email protected]>

* Add test

Signed-off-by: Rupal Mahajan <[email protected]>

* Revert "Add test"

This reverts commit 9471f30.

Signed-off-by: Rupal Mahajan <[email protected]>

---------

Signed-off-by: Rupal Mahajan <[email protected]>
(cherry picked from commit 241c6f5)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
rupal-bq pushed a commit that referenced this pull request Feb 21, 2024
* Fix undefined date while generating csv



* Add test



* Revert "Add test"

This reverts commit 9471f30.



---------


(cherry picked from commit 241c6f5)

Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants