opensearch-go
opensearch-go copied to clipboard
Test client regularly against the server
Coming from https://github.com/opensearch-project/opensearch-clients/issues/59, run tests on a cron basis to catch failures early.
Hello! I'm trying to solve this problem. Do we need to add to the schedule so that after each merged PR it will run all the tests?
@Tokesh We already run integration tests against a new instance of OpenSearch. For managed services such as AWS we need a way to run these with credentials against well-known stable instances. I think @VachaShah is figuring out what the best way for that is.
I would like to help with this issue. @VachaShah has there been any progress?