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

[FEATURE] Create integration test platform for JDBC driver #18

Open
Yury-Fridlyand opened this issue Nov 29, 2022 · 2 comments
Open

[FEATURE] Create integration test platform for JDBC driver #18

Yury-Fridlyand opened this issue Nov 29, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@Yury-Fridlyand
Copy link
Collaborator

Is your feature request related to a problem?

There are automated tests for JDBC driver with a real OpenSearch cluster

What solution would you like?

  1. New or modified CI workflow which run an OpenSearch cluster and run tests
  2. New test sub-project which loads and tests JDBC driver

What alternatives have you considered?

N/A

Do you have any additional context?

N/A

@dai-chen
Copy link
Collaborator

dai-chen commented Dec 1, 2022

FYI, JDBC driver is used in our comparison test framework: https://github.com/opensearch-project/sql/blob/2.x/integ-test/build.gradle#L205. Here is the design doc: https://github.com/opensearch-project/sql/blob/2.x/docs/dev/Testing.md.

@Yury-Fridlyand
Copy link
Collaborator Author

Right, but it is a part of plugin workflow. I'd like to see

  • these tests in JDBC CI too;
  • tests for other JDBC features, e.g. ResultSetMetaData

@dai-chen dai-chen transferred this issue from opensearch-project/sql Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants