-
Notifications
You must be signed in to change notification settings - Fork 117
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
SNOW-1356685: Add xfails to test_unique.py to resolve flakes when dtype is unsigned int #1441
Conversation
Signed-off-by: Naren Krishna <[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.
not 100% sure I get the intent of this PR. xfail may be a better path forward, would like to learn more.
Signed-off-by: Naren Krishna <[email protected]>
Signed-off-by: Naren Krishna <[email protected]>
@sfc-gh-azhan @sfc-gh-lspiegelberg I filed a JIRA ticket describing the issue and am temporarily xfailing these tests to unblock CI. Can you PTAL? |
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.
please use the ticket number SNOW-1356685 in title/description when merging so we can track this. else, lgtm.
Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes SNOW-NNNNNNN
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
This PR xfails tests
test_unique_homogeneous_data
andtest_unique_post_sort_values
to unblock daily CI runs. I filed https://snowflakecomputing.atlassian.net/browse/SNOW-1356685 which describes the issue.