opensearch-project / sql-odbc

OpenSearchODBC is a read-only ODBC driver for Windows and Mac for connecting to OpenSearch SQL support.
Apache License 2.0
7 stars 17 forks source link

[FEATURE] Add OpenSearch Serverless Tests #75

Open currantw opened 3 days ago

currantw commented 3 days ago

Is your feature request related to a problem?

Add tests for OpenSearch Serverless. Support for this was added in https://github.com/opensearch-project/sql-odbc/issues/70.

What solution would you like?

https://github.com/opensearch-project/sql-cli/pull/29/files added support for Serverless and also implemented automated testing for that feature. We should try to follow a similar approach. It should be possible to run these tests locally as well as via GitHub pipeline.

What alternatives have you considered?

None. Best practice to test all functionality.

Do you have any additional context?

None.