-
Notifications
You must be signed in to change notification settings - Fork 99
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-1728000 Cloud platform tests filtering #968
SNOW-1728000 Cloud platform tests filtering #968
Conversation
19bc224
to
fe6ed2b
Compare
print("Running", len(testsToRun), "tests") | ||
return testsToRun | ||
""" | ||
return OrderedDict( |
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.
That's only adding cloud_platform=CloudPlatform.ALL,
to all suites and code formatter.
test_suites = create_end_to_end_test_suites( | ||
driver, name_salt, schema_registry_address, test_platform | ||
) | ||
test_suites = self.__filter_by_allow_list(allowed_tests_csv, test_suites) |
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.
I am not very skilled with Python so don't hesitate to suggest something more sophisticated here.
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.
we could have here just one generic filtering function and pass a predicate lambda but i;m not python expert as well, ask copilot ;p
fe6ed2b
to
4fd964e
Compare
4fd964e
to
6803e49
Compare
Overview
SNOW-1728000
This PR contains:
Pre-review checklist
snowflake.ingestion.method
.Yes
- Added end to end and Unit Tests.No
- Suggest why it is not param protected