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

Cleanup product test file names #23554

Merged
merged 7 commits into from
Sep 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename product test keystore file
electrum committed Sep 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit de4441f58532f250bd889b190fdc2d1f5e0836c4
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ public void shouldAuthenticateAndExecuteQuery()
+ "SSL=true&"
+ "SSLTrustStorePath=%s&"
+ "SSLTrustStorePassword=123456&"
+ "externalAuthentication=true", TestManuallyJdbcOauth2.class.getResource("/docker/trino-product-tests/conf/trino/etc/presto-master.jks").getFile());
+ "externalAuthentication=true", TestManuallyJdbcOauth2.class.getResource("/docker/trino-product-tests/conf/trino/etc/trino-master.jks").getFile());
try (Connection connection = DriverManager.getConnection(jdbcUrl, properties);
PreparedStatement statement = connection.prepareStatement("select * from tpch.tiny.nation");
ResultSet results = statement.executeQuery()) {