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.
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.