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

Add special characters missing test coverage for native-fs s3 path #22476

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

anusudarsan
Copy link
Member

@anusudarsan anusudarsan commented Jun 21, 2024

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

@martint
Copy link
Member

martint commented Jun 21, 2024

Can't we do this as a regular JUnit test? Why does it need to be a product test?

Please see https://trino.io/docs/current/develop/tests.html#avoid-product-tests

cc @electrum

@electrum
Copy link
Member

We should convert the existing tests to use native. We don’t need more product tests. The only usefulness of a product test is to verify that the feature works at all (such as due to some class loader issue). It doesn’t need to test full functionality — that should be done in unit tests.

@anusudarsan anusudarsan force-pushed the anu/extend-s3-tests-for-native-fs branch from 93e89a7 to d8c22f9 Compare June 25, 2024 16:02
@github-actions github-actions bot added iceberg Iceberg connector hive Hive connector labels Jun 25, 2024
@anusudarsan
Copy link
Member Author

updated

@anusudarsan anusudarsan force-pushed the anu/extend-s3-tests-for-native-fs branch from d8c22f9 to cfb74de Compare June 25, 2024 16:09
@ebyhr ebyhr changed the title Add missing product test coverage for s3 native-fs Add special characters missing test coverage for native-fs s3 path Jun 26, 2024
@anusudarsan anusudarsan force-pushed the anu/extend-s3-tests-for-native-fs branch from cfb74de to 801d186 Compare June 26, 2024 17:00
@ebyhr ebyhr force-pushed the anu/extend-s3-tests-for-native-fs branch from 801d186 to e51aa9a Compare June 26, 2024 23:16
@ebyhr ebyhr merged commit 360e02f into trinodb:master Jun 27, 2024
49 of 50 checks passed
@github-actions github-actions bot added this to the 451 milestone Jun 27, 2024
@anusudarsan anusudarsan deleted the anu/extend-s3-tests-for-native-fs branch June 27, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed hive Hive connector iceberg Iceberg connector
Development

Successfully merging this pull request may close these issues.

None yet

4 participants