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

[WIP] Do not use hive.default as default catalog in product tests #18127

Closed

Conversation

wendigo
Copy link
Contributor

@wendigo wendigo commented Jul 4, 2023

This will probably fail

Fixes #18126

@cla-bot cla-bot bot added the cla-signed label Jul 4, 2023
@wendigo wendigo changed the title Do not use hive.default as default catalog in product tests [WIP] Do not use hive.default as default catalog in product tests Jul 4, 2023
@@ -5,7 +5,7 @@ databases:
http_port: 8080
https_port: ${databases.presto.port}
server_address: https://${databases.presto.host}:${databases.presto.port}
jdbc_url: "jdbc:trino://${databases.presto.host}:${databases.presto.port}/hive/${databases.hive.schema}?\
jdbc_url: "jdbc:trino://${databases.presto.host}:${databases.presto.port}?\
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
jdbc_url: "jdbc:trino://${databases.presto.host}:${databases.presto.port}?\
jdbc_url: "jdbc:trino://${databases.presto.host}:${databases.presto.port}/?\

?

@@ -28,7 +28,7 @@ databases:
port: 8080
server_address: http://${databases.presto.host}:${databases.presto.port}
jdbc_driver_class: io.trino.jdbc.TrinoDriver
jdbc_url: jdbc:trino://${databases.presto.host}:${databases.presto.port}/hive/${databases.hive.schema}
jdbc_url: jdbc:trino://${databases.presto.host}:${databases.presto.port}
Copy link
Member

Choose a reason for hiding this comment

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

nit?

Suggested change
jdbc_url: jdbc:trino://${databases.presto.host}:${databases.presto.port}
jdbc_url: jdbc:trino://${databases.presto.host}:${databases.presto.port}/

@ebyhr
Copy link
Member

ebyhr commented Jul 5, 2023

It would be better to run all tests with secret before merging this PR.

@findepi
Copy link
Member

findepi commented Jul 5, 2023

good point @ebyhr . @wendigo can you perhaps close this PR and re-raise from within the repo?

@wendigo wendigo closed this Nov 23, 2023
@wendigo wendigo deleted the serafin/disable-default-catalog branch November 23, 2023 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Require product test to select catalog explicitly
3 participants