Skip to content

SNOW-2878951 reduce rt tests duration#650

Merged
sfc-gh-mraba merged 9 commits intomainfrom
SNOW-2878951-reduce-rt-tests-duration
Feb 17, 2026
Merged

SNOW-2878951 reduce rt tests duration#650
sfc-gh-mraba merged 9 commits intomainfrom
SNOW-2878951-reduce-rt-tests-duration

Conversation

@sfc-gh-mraba
Copy link
Collaborator

@sfc-gh-mraba sfc-gh-mraba commented Feb 16, 2026

Please answer these questions before submitting your pull requests. Thanks!

  1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.

    Fixes #SNOW-2878951

  2. Fill out the following pre-review checklist:

    • I am adding a new automated test(s) to verify correctness of my new code
    • I am adding new logging messages
    • I am adding new credentials
    • I am adding a new dependency
  3. Please describe how your code solves the related issue.

This pr contains changes and fixes to the tests suite in order to speedup internal validation for release process.

@sfc-gh-mraba sfc-gh-mraba changed the title Snow 2878951 reduce rt tests duration SNOW-2878951 reduce rt tests duration Feb 16, 2026
@sfc-gh-mraba sfc-gh-mraba self-assigned this Feb 16, 2026
@sfc-gh-mraba sfc-gh-mraba marked this pull request as ready for review February 16, 2026 16:30
@sfc-gh-mraba sfc-gh-mraba requested a review from a team as a code owner February 16, 2026 16:30
explicitly disallows empty column names (raises ArgumentError).
"""
schema = "test_normalize_empty"
schema = f"TEST_NORMALIZE_EMPTY_{random_string(5, choices=string.ascii_uppercase)}"
Copy link
Member

Choose a reason for hiding this comment

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

Idea: I think it would be better if we had a random_id_with_prefix function as a common place for test ID generation, while still allowing users to use prefixes to spot which test is failing.

@sfc-gh-mraba sfc-gh-mraba merged commit b95de49 into main Feb 17, 2026
63 of 64 checks passed
@sfc-gh-mraba sfc-gh-mraba deleted the SNOW-2878951-reduce-rt-tests-duration branch February 17, 2026 14:21
@github-actions github-actions bot locked and limited conversation to collaborators Feb 17, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants