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 memcheck error in TypeInference.Timestamp gtest #11905

Conversation

davidwendt
Copy link
Contributor

Description

Fixes an error in the TypeInference.Timestamp gtest where the size parameter was incorrect.

This error was found by the nightly builds and could be recreated using

compute-sanitizer --tool memcheck gtests/TYPE_INFERENCE_TEST --gtest_filter=TypeInference.Timestamp --rmm_mode=cuda

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@davidwendt davidwendt added bug Something isn't working 3 - Ready for Review Ready for review by team libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change labels Oct 11, 2022
@davidwendt davidwendt self-assigned this Oct 11, 2022
@davidwendt davidwendt requested a review from a team as a code owner October 11, 2022 18:11
@davidwendt davidwendt requested review from bdice and vuule October 11, 2022 18:11
@codecov
Copy link

codecov bot commented Oct 11, 2022

Codecov Report

Base: 87.40% // Head: 86.86% // Decreases project coverage by -0.54% ⚠️

Coverage data is based on head (5a4a828) compared to base (f72c4ce).
Patch coverage: 86.42% of modified lines in pull request are covered.

❗ Current head 5a4a828 differs from pull request most recent head 25cee52. Consider uploading reports for the commit 25cee52 to get more accurate results

Additional details and impacted files
@@               Coverage Diff                @@
##           branch-22.12   #11905      +/-   ##
================================================
- Coverage         87.40%   86.86%   -0.55%     
================================================
  Files               133      133              
  Lines             21833    21881      +48     
================================================
- Hits              19084    19006      -78     
- Misses             2749     2875     +126     
Impacted Files Coverage Δ
python/cudf/cudf/core/udf/__init__.py 50.00% <ø> (ø)
python/cudf/cudf/io/orc.py 92.94% <ø> (-0.09%) ⬇️
python/cudf/cudf/utils/ioutils.py 79.47% <ø> (ø)
...thon/dask_cudf/dask_cudf/tests/test_distributed.py 18.86% <ø> (+4.94%) ⬆️
python/cudf/cudf/core/_base_index.py 82.20% <43.75%> (-3.35%) ⬇️
python/cudf/cudf/io/text.py 91.66% <66.66%> (-8.34%) ⬇️
python/strings_udf/strings_udf/__init__.py 84.31% <76.00%> (-12.57%) ⬇️
python/cudf/cudf/core/index.py 92.91% <95.16%> (+0.28%) ⬆️
python/cudf/cudf/__init__.py 90.69% <100.00%> (ø)
python/cudf/cudf/core/column/categorical.py 89.34% <100.00%> (ø)
... and 15 more

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 at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@vuule vuule left a comment

Choose a reason for hiding this comment

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

Thank you!

@davidwendt
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 8b5ab23 into rapidsai:branch-22.12 Oct 12, 2022
@davidwendt davidwendt deleted the memcheck-type-inference-timestamp-test branch October 12, 2022 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants